/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#333333;
}

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

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#0085cf;
	text-decoration:none;
}

#wrapper{
	width:980px;
	margin:0 auto;
	height:auto;
	padding:10px 0 0 0;
}

.container{
	padding:15px 0 10px 0;
}

.header{
	background:url(headerbg.jpg) no-repeat;
	height:106px;
}

.leftside{
	width:168px;
}

.rightside{
	width:804px;
}

.midcol{
	width:628px;
}

.rightcol{
	width:168px;
}

.box{
	margin-bottom:10px;
}

.borderbox{
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:8px 12px;
}

.sideheading{
	background:url(sideheading.jpg) no-repeat;
	padding-left:12px;
	line-height:24px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.midheading{
	background:url(midheading.jpg) no-repeat;
	padding-left:12px;
	line-height:24px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}


ul.sidenav{
	list-style:none;
}

ul.sidenav li{
	padding:3px 0 3px 10px;
	background:url(icon.jpg) no-repeat 0 9px;
}

.bonusbox{
	border-bottom:1px solid #cdcdcd;
	padding-bottom:8px;
}

.bonus{
	padding:9px 17px;
	border-right:1px solid #cdcdcd;
}

.banner{
	width:72px;
	height:80px;
	padding:3px 3px 11px 3px;
	background:url(bannerbg.jpg) no-repeat;
	margin-bottom:3px;
}

.star{
	margin-bottom:3px;
}

.mainstory{
}

.mainstory h1, .mainstory h2{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}

.greytitlemid{
	background:url(midgreytitle.jpg) no-repeat;
	padding-left:12px;
	line-height:24px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.greytitleside{
	background:url(sidegreytitle.jpg) no-repeat;
	padding-left:12px;
	line-height:24px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.leftarticle{
	border-right:1px solid #d4d4d4;
	width:406px;
	padding: 8px 0;
}

.articleleft{
	width:195px;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

.article{
	padding:15px;
}

a.more{
	background:url(arrow.jpg) no-repeat right 4px;
	font-size:11px;
	color:#0085cf;
	text-decoration:none;
	padding-right:8px;
}

a.more:hover{
	text-decoration:underline;
}

.date{
	font-size:11px;
	color:#666666;
	font-style:italic;	
}

.rightarticle{
	width:190px;
}

.topstrip{
	background:url(topstrip.jpg) no-repeat;
	margin-bottom:10px;
	line-height:31px;
	padding:0 10px 0 50px;
}

.review{
	padding:6px 0;
	border-bottom:1px solid #CCCCCC;
}

.ban{
	padding:1px;
	border:1px solid #cccccc;
	float:left;
	margin-right:7px;
}

.srchbox{
	background:url(searchbg.jpg) no-repeat;
	padding:56px 0 0 11px;
	height:55px;
	margin-bottom:10px;
}

.txt{
	background:url(txtbg.jpg) no-repeat;
	width:133px;
	padding:0 5px;
	line-height:19px;
	height:19px;
	border:0px;
}

.footer{
	border-top:1px solid #cccccc;
	padding:10px 0;
	font-size:11px;
}



