@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #003333;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
#sidebar {
	float: left;
	height: 700px;
	width: 360px;
}
#leftcont {
	position: absolute;
	top: 225px;
	margin-right: auto;
	margin-left: 240px;
	width: 678px;
	height: 355px;
	overflow: auto;
	z-index: 3;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 20px;
	border-bottom-width: thick;
	border-bottom-style: none;
	border-bottom-color: #0A3F00;
	overflow: auto;
	padding-bottom: 0px;
}
#leftcont h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #090;
	font-size: 24px;
}
#leftcont h2 {
	font-size: 16px;
	color: #039;
	font-weight: bold;
}

.footer {
	background-image: url(../images/footer.png);
	height: 45px;
	width: 940px;
	background-position: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.maincontainer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left_top {
	margin: 0px;
	height: 200px;
	width: 600px;
	float: left;
}
#floater {
	position: absolute;
	top: 225px;
	margin-right: auto;
	margin-left: 240px;
	width: 720px;
	height: 375px;
	overflow: auto;
	z-index: 3;
}
a:link {
	color: #006565;
}
a:visited {
	color: #006565;
}
a:hover {
	color: #390;
}
