* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #686868;
}
a img {
	border: none;
}
#container {
	display: block;
	margin: auto;
	width: 766px;
}
#column {
	display: block;
	float: left;
	width: 766px;
}
#header {
	display: block;
	float: left;
	width: 766px;
	height: 138px;
	background-image: url(header-bg.gif);
}
#header a img {
	display: block;
	float: left;
	margin-top: 43px;
}
#header ul {
	display: block;
	float: left;
	margin-left: 80px;
	margin-top: 45px;
}
#header ul li {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#topnav {
	display: block;
	float: left;
	width: 766px;
	height: 88px;
	background-image: url(topnav-bg.gif);
}
#middle {
	display: block;
	float: left;
	width: 766px;
	height: 495px;
}
#middle-top {
	display: block;
	float: left;
	width: 766px;
	height: 262px;
	background-image: url(middle-top-bg.gif);
}
#middle-top-left {
	display: block;
	float: left;
	width: 459px;
	height: 262px;
	overflow: hidden;
}
#middle-top-left img {
	margin-left: 18px;
}
#middle-top-right {
	display: block;
	float: left;
	width: 307px;
	height: 262px;
}
#middle-top-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 20px;
	line-height: 20px;
}
#middle-bottom {
	display: block;
	float: left;
	width: 766px;
	height: 233px;
	background-image: url(middle-bottom-bg.gif);
	background-repeat: no-repeat;
}
#middle-bottom-left {
	display: block;
	float: left;
	width: 459px;
	height: 233px;
}
#middle-bottom-left p {
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
#middle-bottom-left p a {
	color: white;
	text-decoration: none;
}
#middle-bottom-left p a:hover {
	text-decoration: underline;
}
#middle-bottom-left p.top {
	margin-top: 25px;
}
#middle-bottom-left br {
	height: 8px;
}
#middle-bottom-right {
	display: block;
	float: left;
	width: 307px;
	height: 233px;
}
#middle-bottom-right h2 {
	margin-left: 25px;
	margin-top: 15px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: white;
	font-size: 16px;
}
#middle-bottom-right ul {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style: none;
	font-size: 12px;
	margin-right: 40px;
	margin-left: 20px;
}														
#middle-bottom-right ul li {
	line-height: 14px;
	border-bottom: 1px #837ba4 solid;
	color: white;
	padding: 4px 0px 4px 15px;
	font-size: 11px;
}	
#middle-bottom-right ul li.bottom {
	border-bottom: none;
}	
#footer {
	display: block;
	float: left;
	width: 766px;
	height: 85px;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin-top: 20px;
}
#footer p a {
	color: white;
}
