body {
	background-color: #000000;
}
.container {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma;
	color: #CCCCCC;
	position: relative;
}
.head {
	height: 237px;
	background-image: url(_images/head.png);
	background-repeat: no-repeat;
	position: relative;
}
.navbar {
	position: relative;
	padding-top: 142px;
	margin-left: 195px;
	margin-right: 180px;
}
.navbut {
	float: left;
	height: 25px;
	width: 153px;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: center;
	background-image: url(_images/navbutup.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navbut:hover {
	background-image: url(_images/navbutdn.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	cursor: hand;
}
a  .navbut {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover .navbut {
	color: #FFFFFF;
}
.mainContent {
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.clrflt {
	clear: both;
	float: none;
}
.footer {
	background-image: url(_images/footerback.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	padding-top: 20px;
	padding-left: 50px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 10px;
}
.SiteInfo h1 {
	position: absolute;
	top: -1000px;
}
.SiteInfo h2 {
	position: absolute;
	top: -1000px;
}
