body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#header {
	width: 800px;
	height: 114px;
}

#maincontent {
	width: 800px;
	height: 450px;
}

#footer {
	width: 800px;
	height: 50px;
	font-size: 11px;
	font-weight: bold;
}

