@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: center;
	background: #fdb812 url('images/mainBg.gif') repeat-x top;
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0.4em 0em 0.8em 0em;
	line-height: 1.2em;
}
h2 {
	margin: 0em 0em 1em 0em;
	line-height: 1.2em;
}
p {
	margin: 0em 0em 1.4em 0em;
	line-height: 1.2em;
}
ul {
	margin: 0em 0em 0.2em 0em;
	padding: 0em 0em 0em 3em;
	list-style: disc;
}
ul li {
	margin: 0em 0em 0.2em 0em;
	padding: 0em;
}
div#container {
	width: 912px;
	margin: 0px auto;
	text-align: left;
	background: url('images/bg.gif') repeat-y;
}
div#topbar {
	width: 912px;
	height: 200px;
	background: url('images/logo.jpg') no-repeat;
}
div#headerarea {
	position: relative;
}
div#mainnavleft {
	position: relative;
	width: 835px;
	top: 10px;
	left: 40px;
	background: #fdb812 url('images/mannavleft.gif') no-repeat left;
}
div#mainnavright {
	background: url('images/mannavright.gif') no-repeat right;
}
div#contentarea {
	margin: 35px 12px 20px 52px;
}
div#contentarea a {
	color: #960;
	text-decoration: none;
}
div#contentarea a:hover {
	color: #960;
	text-decoration: underline;
}
div#contentarea ul li {
	font-size: 12px;
	color: #666;
}
div#bottombar {
	width: 912px;
	height: 24px;
	background: url('images/bottombar.gif') no-repeat;
}
div#footerarea {
	position: relative;
	width: 812px;
	height: 85px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	background: url('images/footerbg.gif') no-repeat top center;
}
div#footerarea img {
	position: absolute;
	top: 10px;
	left: 10px;
}
ul#footerNav {
	position: absolute;
	left: 120px;
	top: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#footerNav li {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
}
ul#footerNav li a {
	text-decoration: none;
	color: #960;
}
ul#footerNav li a:hover {
	text-decoration: underline;
}
ul#footerNav li b {
	font-weight: normal;
}
ul#footerNav li em {
	font-style: normal;
}
p#callus {
	position: absolute;
	top: 10px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}
p#copyright {
	margin: 0px;
	position: absolute;
	top: 45px;
	left: 10px;
	font-size: 11px;
}
a#links {
	position: absolute;
	right: 5px;
	top: 50px;
	text-decoration: none;
	color: #960;
	font-size: 11px;
}