/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:#ffffff url(bg.png) repeat-x
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

p{
	padding:6px 0;
	text-align:justify;
}

a{
	outline:none;
	text-decoration:none;
	color:#1B90D0;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

h1{
	color:#4C4C4C;
	font-size:20px;
	margin-bottom:10px;
}

h2{
	color:#4C4C4C;
	font-size:18px;
	text-transform:uppercase;
}

#mainwrapper{
	width:961px;
	height:auto;
	border-left:1px solid #dee0e1;
	border-right:1px solid #dee0e1;
	padding:0 19px;
	margin:0 auto;
	background:#ffffff;
}

.header{
}

.header .logo{
}

.header .topadv{
	padding:10px 0 0 0;
}

.topnavigation{
	background:url(topnavbg.jpg) no-repeat;
	height:43px;
	margin:0 0 15px 0;
}

.topnavigation ul{
	list-style:none;
	padding:0 5px;
}

.topnavigation ul li{
	padding:1px 0;
	line-height:41px;
	float:left;
	background:url(divider.jpg) no-repeat top right;
	font-size:13px;
	font-weight:bold;
}

.topnavigation ul li a{
	padding:0 20px;
	display:block;
	color:#1B90D0;
}

.topnavigation ul li a:hover{
	background:url(tophover.jpg) repeat-x;
	color:#1B90D0;
	text-decoration:none;
}

.leftcol{
	width:610px;
	height:auto;
}

.leftcol .bonusbox{
}

.leftcol .bonusbox .topcrv{
	background:url(topcrv.jpg) no-repeat;
	height:8px;
}

.leftcol .bonusbox .btmcrv{
	background:url(btmcrv.jpg) no-repeat;
	height:8px;
}

.leftcol .bonusbox .midbox{
	background: url(boxmid.jpg) repeat-y;
	padding:5px 16px;
}

.leftcol .bonusbox .midbox .whitebox{
	background:#ffffff;
	border:1px solid #97d1f4;
	padding:5px;
	margin:10px 0 0 0;
}

.leftcol .bonusbox .midbox .whitebox .bonus{
	border-bottom:1px dashed #aaaaaa;
	padding:6px 0;
}

.title{
	font-size:16px;
	font-weight:bold;
	color:#1B90D0;
	padding-bottom:2px;
}

.games{
	color:#1B90D0;
}

.mainstory{
	margin:15px 0 0 0;
}

.article{
	padding:6px 0;
	border-bottom:1px dotted #aaaaaa;
}

.pic{
	float:left;
	margin-right:10px;
}

.date{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

a.more{
	background: url(more.jpg) no-repeat 0 2px;
	padding:0 0 5px 24px;
	font-weight:bold;
}

.rightcol{
	width:330px;
	height:auto;
}

.rightcol .rightbox{
	margin:0 0 15px 0;
}

.rightcol .rightbox .rightheading{
	background:#eff7fd;
	border-bottom:1px solid #97d1f4;
	border-top:1px solid #97d1f4;
	font-size:16px;
	line-height:36px;
	padding:0 0 0 15px;
	font-weight:bold;
}

.rightcol .rightbox ul{
	list-style:none;
	padding:5px 15px;
}

.rightcol .rightbox ul li{
	font-weight:bold;
	line-height:18px;
	padding:2px 0 2px 20px;
	background:url(arrow.jpg) no-repeat 0 7px;
}

.sidebox{
	background:#eff7fd;
	border:1px solid #97d1f4;
	margin:10px 0 0 0;
}

.sidebox .sidebonus{
	padding:4px;
	border-bottom:1px solid #97d1f4;
}

.sidebox .sidebonus:hover{
	background:#97d1f4;
}

.sidebox .sidebonus:hover a{
	color:#ffffff;
}

.sidebox .sidebonus:hover a:hover{
	color:#ffffff;
	text-decoration:none;
}

.sidebox .sidebonus .sidebanner{
	float:left;
}

.sidebox .sidebonus .name{
	float:left;
	line-height:20px;
	padding:0 0 0 15px;
	font-weight:bold;
}

.sidebox .sidebonus .star{
	float:right;
}

.footer{
	border-top:2px solid #3CB7E4;
	background:#EFF7FD;
	padding:20px;
	margin:15px 0 0 0;
}

.footer div{
	margin:0 0 10px 0;
}
















