body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#left_nav {
	text-align: left;
	width: 190px;
	padding-left: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	position: absolute;
	left: 5px;
	top: 8px;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
}
#nav_contain {
	position: absolute;
	width: 750px;
	top: 15px;
	height: 30px;
	text-align: center;
}
#main_container {
	background-color: #FFFFFF;
	background-image: url(images/doorway_vermillian.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	height: 825px;
	width: 750px;
	position: absolute;
	top: 5;
}
#main_container_inside {
	background-color: #FFFFFF;
	background-image: url(images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	height: 1350px;
	width: 750px;
	position: absolute;
	top: 5;
}
#footer {
	text-align: center;
	height: 40px;
	width: 700px;
	position: absolute;
	bottom: 5px;
	left: 25px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.inside_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	background-color: #FFFFFF;
}
a.inside_link:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
	background-color: #FF9900;
}
a.inside_link:hover {
	background-color: #0066CC;
}
a.inside_link:visited {
	color: #009966;
	background-color: #FF9999;
}
.float_left {
	clear: right;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
