body {
	background-image: url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0;
	padding:0;
}
.mainlayout {
	background-image: url(images/layout.jpg);
	height: 608px;
	width: 820px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
.navigation {
	height: 123px;
	width: 638px;
	padding-left: 333px;
	padding-right:91px;
	padding-bottom:171px;
}
.contentbox {
	height: 273px;
	width: 401px;
	padding-left: 360px;
	overflow:auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}