*{
	margin: 0;
	padding: 0;
}
body{
	font-family: verdana;
	text-align: center;
	background: #24598a url(images/bg_loop.png) repeat-x;
}
p{
	font-size: 13px;
	color: #0;
}
img{
	display: block;
}
img, a:focus, a:hover, a:active{border-style: none; outline-style: none}
a{
	color: #3c6894;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
div#container{
	width: 728px;
	margin: 0 auto;
}
div#header{
	width: 728px;
	background: url(images/banner.png) no-repeat;
}
a#banner{
	width: 728px;
	height: 150px;
	display: block;
}
div#sideAd{
	padding-top: 5px;
	max-height: 600px;
}
div#bottomAd{
	padding-bottom: 8px;
}
#menu{
	position: relative;
	height: 24px;
}
#menu li{
	margin: 3px;
	top: 0;
	position: absolute;
	list-style: none;
	background: url(images/menu.png) 0 0 no-repeat;
}
#menu a, #menu1 li {width: 87px; height: 18px; display: block;}
#menu #home{left: 0;}
#menu #games{left: 90px; background-position: -85px 0}
#menu #stuff{left: 180px; background-position: -170px 0}
#menu #contact{left: 270px; background-position: -255px 0}
#menu #home a:hover{background: url(images/menu.png) 0 -18px no-repeat}
#menu #games a:hover{background: url(images/menu.png) -85px -18px no-repeat}
#menu #stuff a:hover{background: url(images/menu.png) -170px -18px no-repeat}
#menu #contact a:hover{background: url(images/menu.png) -255px -18px no-repeat}
div#media{
	overflow:hidden;
	width: 728px;
	min-height: 400px;
	background: #e4edf6 url(images/content_loop.gif) repeat-y;
}
div#contentContainer{
	width: 603px;
	float: left;
	background: url(images/content_top.png) no-repeat;
}
div#content{
	text-align: left;
	padding: 20px;
	padding-top: 20px;
}
div.newsInfo{
	background-color: #eef3f8;
	border-top: 1px dashed #a8c1da;
}
div.newsInfo p{
	color: #6186aa;
}
p#newsMenu{
	color: #99b7d5;
}
div#panelContainer{
	width: 120px;
	float: left;
}
div#panelContainer p, div.newsInfo p{
	font-size: 11px;
}
div#panelBG{
	width: 114px;
	border: 3px solid #d9e8f3;
	background: #9bc0d6 url(images/tab_loop.png) repeat-y;
}
div#panelBG p{
	padding: 4px;
}
div#panelBG img{
	margin: 0 auto;
}
div.tab{
	width: 114px;
	height: 27px;
	line-height: 25px;
	background-image: url(images/tab.png);
}
div#footer{
	width: 728px;
	padding-top: 28px;
	padding-bottom: 15px;
	background: url(images/content_bottom.png) no-repeat;
}
p#copyright{
	color: #eef3f8;
	font-size: 9px;
}