﻿ 
#wrapper {
	width:900px;
	margin-left:auto;
	margin-top:-10px;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	background-color:#FFFFFF;
}

#header {
	width:900px;
	height:310px;
	background-image:url(images/header.jpg);
}

#logo {
	width:123px;
	height:75px;
	float:left;
}

#nav {
	width:480px;
	height:37px;
	float:left;
	margin-left:270px;
}

#drop_box {
	margin-top:20px;
	margin-left:600px;
	float:right;
	margin-right:40px;
	background-color:#ffffff;
}

#text {
	margin-top:5px;
	margin-left:200px;
	float:right;
	width:450px;
	margin-right:60px;
}

#sub_nav {
	margin-top:20px;
	margin-left:600px;
	width:114px;
	float:right;
	z-index:1;
	margin-right:40px;
	background-color:#000000;
}

#content {
	width:900px;
}

#left {
	width:267px;
	margin-left:10px;
	padding:10px;
	float:left;
}

#mid {
	width:267px;
	margin-left:10px;
	padding:10px;
	float:left;
}

#right {
	width:267px;
	margin-left:10px;
	padding:10px;
	float:left;
}

#image {
	top:360px;
	width:1px;
	z-index:1;
	background-color:#CFCEB0;
	float: left;
	margin-top:40px;
}

#footer {
	width:882px;
	float:left;
	text-decoration:none;
	border-top:1px;
	border-top-style:dashed;
	border-top-color:#660000;
	text-align:center;
	margin-left:9px;
}

#footer li {
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003300;
	display:inline;
}

#footer a {
	text-decoration:none;
	color:#003300;
}
	
#footer a:hover {
	text-decoration:underline;
	color:#cccc99;
}

#footer a:active {
	text-decoration:underline;
	color:#cccc99;
}

a {
	text-decoration:underline;
	color:#003300;
}

a:hover {
	text-decoration:underline;
	color:#cccc99;
}

a:active {
	text-decoration:underline;
	color:#cccc99;
}

#main {
	width:862px;
	float:left;
	padding:10px;
	margin-left:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	text-align:left;
}

