
body {
	margin-top: 20px;
	padding: 0;
	background: #003a45 url(images/bg.jpg) repeat-x;
font: normal 62.5% arial;
	color: #313131;
}


#header {
	width: 937px;
	height:250px;
	background:url(images/header.jpg) no-repeat;
	margin: 0 auto;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
padding:10px 0px 20px 0px;
text-align:center; 
font: bold 12px arial;
text-transform:uppercase;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; 
}

ul.arrowunderline li a{
position:relative;
color:#707070;
padding-bottom:8px; 
text-decoration:underline;

}

ul.arrowunderline li a:hover{
border-bottom:3px solid #336699; 
text-decoration:none;
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent #336699 transparent; /* create up arrow */
}
.content
{
width:928px;
margin:0 auto;
margin-top:10px;
padding:5px;
background:#f4f6f7;
}
.content p
{
padding:5px;
line-height:20px;
color:#313131;
font-size:130%;
}
.content h1
{
color:#336699;
padding:5px;
font-weight:bold;
}
.leaderboard
{
width:728px;
margin:0 auto;
}
.wrapper
{
width: 940px;
margin:0 auto;
}
.advert
{padding: 5px;
margin-right: 7px;
float: left;
}
.footer {
width:928px;
margin:0 auto;
border-top:#DCE7EC 1px solid;
padding:5px;
	background:#ffffff;
	color: #336699;
}

.footer p {
	margin: 0;
	text-align: center;
	font-size:12px;
	font-family: Arial;
	color:#336699;
	padding:5px;
}

#footer a, a:visited {
	color: #336699;
	padding:5px;
	text-decoration:underline;
}
#footer a:hover
{
color:#ffffff;
text-decoration:none;
background:#336699;
padding:5px;
}

