﻿#container {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	height: 250px;
	background-image: url('images/header_back.jpg');
}
#main {
	height: 421px;
	background-image: url('images/main_back.jpg');
}
#bottom_nav {
	background-image: url('images/bottom_nav_back.jpg');
	height: 40px;
	background-color: #283071;
}
#footer {
	background-image: url('images/footer_back.jpg');
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}
#main h1 {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 65px;
	margin-top: 0px;
	margin-right: 65px;
}
#bottom_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 23px;
}
#bottom_nav li {
	float: left;
	width: 140px;
	background-image: url('images/link_button.jpg');
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0px;
	clip: rect(auto, auto, auto, auto);
	border-style: none solid none none;
	border-width: 1px;
	border-color: #283071;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #283071;
}
#bottom_nav a:link {
	color: #283071;
	text-decoration: none;
}
#bottom_nav a:visited {
	color: #283071;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	text-decoration: none;
}
