body {
	font-family: verdana, arial, sans-serif;
	background-color: #999999;
	text-align: center;
	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	}
	
#header {
	display: block;
	background-image: url('http://www.coffeericeandbeans.com/images/map2.jpg');
	background-repeat: no-repeat;
	background-color: #dddddd;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
	}

#header img {
	border: 1px solid #444444;
	}

#header p {
	text-align: right;
	margin: 0.5em 0.8em 0.5em 0;
	}

#nav {
	background-color: #dddddd;
	height: 2em;
	}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 200%;
	}

#menu li {
	display: block;
	background-color: transparent;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	}

#menu li a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	color: #006600;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	}

#menu li a:hover {
	text-decoration: none;
	background-color: #cccccc;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}


#article {
	line-height: 140%;
	margin-top: 1.5em;
	margin-left: 4em;
	margin-right: 3em;
	font-size: 0.9em;
	}

#article a:link {
	color: #006600;
	text-decoration: underline;
	}

#article a:visited {
	color: #006600;
	text-decoration: underline;
	}

#article a:hover {
	text-decoration: underline;
	}

#article img {
	border: 1px solid #444444;
	float: right;
	margin: 0 0 0.3em 0.5em;
	}

#article h1 {
	font-size: 1.7em;
	margin-top: 0em;
	line-height: 120%;
	}

#article h2 {
	font-size: 1.3em;
	font-style: italic;
	}

#article ul {
	line-height: 120%;
	}

#side {
	font-size: 0.9em;
	width: 28em;
	float: right;
	margin: 0.1em 0 0.1em 1.2em;
	line-height: 130%;
	padding: 0.7em 1em 0.5em 1.2em;
	background-color: #cccccc;
	border: 1px solid #444444;
	}	

#side h1 {
	font-size: 1.5em;
	line-height: 120%;
	}

#side h2 {
	font-size: 1.2em;
	font-style: italic;
	line-height: 120%;
	}

#side ul {
	line-height: 120%;
	}
	
#breadcrumbs {
	width: 45em;
	margin: 0.8em 0 0 5em;
	font-size: 0.8em;
	}

#breadcrumbs a:link {
	color: #006600;
	text-decoration: underline;
	}

#breadcrumbs a:visited {
	color: #006600;
	text-decoration: underline;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 1em; 
	font-size: 0.7em;
	border-top: 1px solid #444444;
	}

#footer img {
	border: 0px;
	float: right;
	margin: 0 0 0.2em 0.5em;
	}

#sig img {
	border: 0px solid #FFFFFF;
	float: right;
	margin: 0 2em 0.4em 0;
	}
.tab {
	background-color: #cccccc;
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 1em;
	padding-left: 1em;
	}
