@charset "utf-8";
body {
	background-color: #2F6196;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #C0C0C0;
	height: 1700px;
	padding-top: 50px;
}
#header {
	margin-top: 12;
	margin-bottom: 12;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #999999;
}
#footer {
	margin-top: 12;
	margin-bottom: 12;
	clear: both;
	position: relative;
	top: 900px;
}
#logo {
	height: 35;
	background-color: #999999;
}
#nav {
	height: 28px;
	background-color: #999999;
	width: auto;
}
#banner {
	background-color: #009933;
}
#leftcolumn {
	float: left;
	width: 150px;
	margin-top: 15px;
	margin-right: 25px;
}
#rightcolumn {
	float: right;
	width: 550px;
	margin-top: 25px;
	margin-right: 30px;
}

