body {
	color: 000000;
	background-color: #000033;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #303030;
}

#Main {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url(../images/navbutton.jpg) repeat-y;
	border-bottom: 1px solid white;
	min-height: 900px;
	text-align: left;
}

#Logo {
	height: 250px;
}

#Navigation {
	width: 200px;
	float: left;
	text-align: center;
	color: #F0F0F0;
}

#Navigation a {
	width: 200px;
	height: 27px;
	display: block;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid white;	
	background: url(../images/navbutton.jpg) no-repeat;
}

#Content {
	margin: 10px 0px 0px 210px;
	background: white;
	padding: 10px;
	min-height: 650px;
}