body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#container {
	background: url(images/main_back.jpg);
	width: 782px;
	height: 100%;
	padding-top: 1px;
	margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	text-indent: -9999px;
	width: 100%;
}

#header {
	background: url(images/header.jpg);
	height: 112px;
	width: 100%;
	margin: 0px;
	
}
#rotator {
	background: url(images/rotator.jpg);
	height: 256px;
	width: 100%;
}
#mainbottom {
	background: url(images/main_bottom.jpg);
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
}
#main {
	padding: 10px 20px;
}
#credits {
	color: #21507A;
	text-align: center;
	margin-bottom: 10px;
}
#credits a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

#credits a:hover {
	text-decoration: underline;
}
#rotator ul {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}
#rotator ul li a {
	background: url(images/menu_back.png) no-repeat;
	height: 28px;
	width: 133px;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#rotator ul li a:hover {
	background: url(images/menu_back_over.png) no-repeat;
	
}
a:link, a:visited {
	color: #CDE0F1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
