html, body {
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	text-align: center;
	background: #000000;;
	height: 101%;
	font-family: Arial, Helvetica, sans-serif;
		}

p {
	margin: 0.1em 0 0.1em 0;
	color: #CCCCCC;
}

h1 {
	color: #339966;
	font: 1.25em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1px 0 2px 0;
	}

h2 {
	color: #339966;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
		}
			 
a:link, a:active, a:visited {
	color: #339966; 
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/*Layout*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	text-align: left;
	font: 1.25em Verdana, Arial, sans-serif;
	line-height: 1.5em;
	color: #333;
		}

#header {
	
	text-align: left;
	height: 50px;
	width:860px;
	margin-top: 5px;
}
#header_title {
	width: 500px;
	float: left;
	padding: 10px 0 0 25px;
		}

#header h1 {
	text-indent: 3em;
	font: 200% Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffcc;
	font-weight: bold;
	}
	


/*Menu*/
	
#menuarea {
float: left;
text-align:center;
	margin: 0 auto;
	width: 860px;
	background: #000000;
	}
	
#navarea { width: 300px; 
float: right;
margin-left: 30px;
margin-right: 10px;
line-height: .5em;


}
#navarea ul li { list-style:none; display: inline;
	
	}

#navarea ul a {
	padding: 0 1em 0 0em;
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}

#navarea li a:hover, #navarea ul a.on {
	color: #ffffcc;
}

#head_margin {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 20px;
	}
	
#content {
	margin: 0 auto;
	padding: 2px 10px;
	width: 760px;
	height: 100%;
			}
#main {
	height: auto;
	text-align:left;
	float: left;
	width: 740px;
	padding: 10px 10px 0 10px;
	}
		
#left{
	height: auto;
	text-align:left;
	float: left;
	width: 45%;
	padding: 0 15px 0 10px;
	}

#right {
	float: right;
	text-align: left;
	padding: 0 30px 0 15px;
	width: 45%;
		}

.box {
	height: auto;
	text-align:center;
	float: left;
	clear: both;
	width: 300px;
	padding: 3px;
	margin: 5px 0 10px 185px;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	border: 1px solid #666666;
	
		}

#footer {
	height:20px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	float: none;
	
				}

#footer p { 
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding: 5px;
	color: #666666;
	}
	
#footer a {
	text-decoration: underline;
	color: #336600;
		}
		
#footer a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.contact {
	width: auto;
	float: right;
	border: #666699 1px solid;
	margin: 15px;
	padding: 3px;
	}
.contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666699;
	text-decoration:none;
	font-weight: bold;
	padding: 2px;
}

.contact a:hover {
	color: #fff;
}

.menu_thumb { padding: 2px; 
}

/*This div is an extra area just in case*/
#bottom {
	clear: both;
	background: url(images/bg_color.gif) ;
	padding: 0.2em;
	margin:0;
	height: 10em;
		}
