/* CSS Document */
body{
	background-color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#000033;
}
	
div#headerbox{
	width: 620px;
	height: 100px;
	margin-left:15em;
	margin-right:15em;
	background-image:url(../images/headermain.jpg);
	background-repeat:no-repeat;
	border:1px solid #cc9966;
}
div#menubar{
	width: 620px;
	height: 25px;
	margin-left:15em;
	margin-right:15em;
	border-right:1px solid #cc9966;
	border-left:1px solid #cc9966;
}
div#main{
	width: 620px;
	height: 700px;
	margin-left:15em;
	margin-right:15em;
	background-color:#FFFFFF;
	border:1px solid #cc9966;
}
div#content{
	width: 600px;
	padding: 5px;
	height: auto;
}

div#scorebar{
	width: 620px;
	height: 55px;
	background-color:#006699;
}
div#scorebarlink{
	width: 620px;
	height: 10px;
	background-color:#FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	font-size:x-large;
}

div#footer{
	width: 620px;
	height: 15px;
	margin-left:15em;
	margin-right:15em;
	text-align:center;
	background-color:#003399;
	color:#FFFFFF;
	border:1px solid #cc9966;
}