body {
	margin:0px;
	background-color:#867460;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}	

#container {
	width:990px;
	text-align:center;
	margin:auto;
}

#nav {
	width:712px;
	text-align:right;
	padding-left:278px;
	background-color:#001e2f;
}

#banner {
	width:990px;
}

#underbanner {
	width:990px;
}

#content {
	width:930px;
	background-color:white;
	padding:20px 30px 20px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	line-height:20px;
	text-align:left;
}

#footer {
	background-color:#009390;	
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:20px;
	color:#6ec2c0;
	font-weight:normal;
	padding:30px 0px 30px 30px;
}

#footer a {
	color:#6ec2c0;
	text-decoration:none;
	font-weight:bold;
}	






p {
	margin-top:0px;	
}

td {
	vertical-align:top;	
}


h1 {
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#001e2f;
	font-size:16px;
	font-weight:normal;
	margin-top:0px;
	padding:6px 0px 6px 8px;
	margin-bottom:15px;
}

h2 {
	color:#0079aa;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0px;
}


h4 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-top:2px;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#0079aa;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#001e2f;
}

.lightbrown {
	background-color:#eceae7;
}