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

body{
	color:#333333;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	line-height:16px;
	background:#000000;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

a{
	outline:none;
	text-decoration:none;
	color:#009DE9;
}

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

#mainwrapper{
	background:#2f2f2f;
	width:970px;
	height:auto;
	margin:20px auto 0 auto;
}

#header{
	background:#ffffff;
	height:100px;
	padding:10px 5px 0 5px;
}

#header .logo{
}

#header .topadv{
}

.update{
	height:35px;
	line-height:35px;
	padding:0 10px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

#content{
	padding:4px;
}

#content .whitebox{
	background:#ffffff;
	border:1px solid #999999;
	padding:8px;
}

#content .contentleft{
	width:192px;
	height:auto;
}

#content .contentleft .leftheading{
	background:url(leftheading.jpg) no-repeat;
	line-height:32px;
	font-weight:bold;
	color:#ffffff;
	padding:0 0 12px 20px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#content .contentleft ul.sidelinks{
	list-style:none;
}

#content .contentleft ul.sidelinks li{
	font-weight:bold;
	margin:3px 0;
	background:url(arrow.jpg) no-repeat 0 4px;
	padding:0 0 0 15px;
}

.ranked{
	padding:5px 0;
}

.ranked .sidebanner{
}

.ranked .sideinfo{
	padding-left:6px;
	font-size:11px;
}

.newsletter{
	background:#000000;
	color:#ffffff;
	padding:5px;
}








#content .contentmid{
	width:642px;
	padding:0 0 0 4px;
	height:auto;
}

h1{
	background:#000000;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 10px;
	line-height:32px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h2{
	background:#000000;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 10px;
	line-height:32px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.bonusbox{
	border-bottom:4px solid #000000;
	padding:0 0 6px 0;
	margin:0 0 2px 0;
}

.bonusbox .bonus{
	width:151px;
	padding-left:6px;
	font-weight:bold;
}

.bonusbox .bonustitle{
	background:#009de9;
	color:#ffffff;
	line-height:22px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.bonusbox .bonustitle a{
	color:#ffffff;
}

.bonusbox .bonusbanner{
	padding:5px 0;
}

.mainstory{
	padding:6px 0;
	border-top:1px solid #009de9;
}

.mar10{
	margin-bottom:10px;
}

.article{
	padding:5px 0;
	border-bottom:1px dotted #cccccc;
}

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

a.more{
	background:#009de9;
	font-size:11px;
	font-weight:bold;
	padding:2px 4px;
	color:#ffffff;
}

a.more:hover{
	background:#000000;
}

.date{
	display:block;
	font-size:11px;
	color:#999999;
}




#content .contentright{
	width:120px;
	height:auto;
}


.footer{
	color:#ffffff;
	background:#000000;
	padding:10px;
	font-size:11px;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}








































