#main {
	background-color: #000000;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 540px;
	margin-top: -270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -385px;
	position: absolute;
}

#header {
	background-color: #999999;
	height: 50px;
	width: 136px;
}
#logo {
	float: left;
	height: 50px;
	width: 136px;
}
#info {
	height: 50px;
	width: 640px;
	margin-left: 140px;
}

#nav {
	width: 136px;
	height: 320px;
	float: left;
	margin-top: 8px;
}
#subnav {
	float: left;
	height: 320px;
	width: 0px;
	margin-top: 8px;
}


#content {
	height: 320px;
	width: 644px;
	float: left;
	margin-top: 8px;
	overflow: hidden;
}

#bottom {
	background-color: #666666;
	height: 18px;
	width: 770px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9pt;
	padding-top: 2px;
	padding-left: 10px;
}
#bottom span {
	float: right;
	margin-right: 10px;
}

#bottom a {
	color: #CCCCCC;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFFFFF;
}
