#mainwrapper { width: 780px; margin: 0 auto; }
#header a.headerlogo { display: block; width: 302px; height: 80px; float: left; }
#header a.headerlogo img {  border: none; }
#header div.headerbanner { width: 468px; height: 60px; float: right; margin-top: 10px; }

#mainmenu {
	height: 70px;
	background: #773449 url(/template/default/images/menu_background.png) repeat-x top left;
	clear: both;
}
#mainmenu img { border: none; display: block; float: left; }
#topmenu1 { padding-top: 5px; }
#topmenu1 img { height: 26px; margin: 0 4px; }
#topmenu2 { clear: left; padding-top: 8px; }
#topmenu2 img { height: 29px; margin: 0 20px; }

#contentarea { background: #603 url(/template/default/images/background.png) no-repeat -200px -130px; min-height: 500px; }
#contentarea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#bottomleaderboard { height: 90px; background-color: #333; margin: 1px 0; }

#bottommenu img { height: 128px; display: block; border: none; float: left; }

ul.bottomlinks { clear: both; padding: 1em 0; margin: 0; text-align: center; }
ul.bottomlinks li { display: inline; }
ul.bottomlinks li a {
	color: #ffdc78;
	font: normal bold 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul.bottomlinks li a:hover { text-decoration: underline; }
