/* CSS Document */

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

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#7A7A7A;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

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

a{
	color:#0C82E7;
	text-decoration:none;
}

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

#wrapper{
	width:974px;
	height:auto;
	margin:0 auto;
}

#header{
	background:url(headerbg.jpg) repeat-x;
	height:120px;
}

.navigation{
	background:url(navbg.jpg) repeat-x;
	height:40px;
}

.navigation ul{
	list-style:none;
}

.navigation ul li{
	line-height:40px;
	font-weight:bold;
	float:left;
}

.searchbox{
	background:url(searchbg.jpg) no-repeat;
	padding:7px 0 0 75px;
	height:33px;
	width:318px;
}

.content{
	padding:2px 0 0 0;
}

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

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

.scriptbox{
	height:302px;
	border:4px solid #cecece;
	background:#000000;
	margin-bottom:8px;
}

.border{
	border:1px solid #cccccc;
	margin-bottom:8px;
}

.titlegrey{
	background:url(greytitle.jpg) repeat-x;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:35px;
	color:#333333;
	text-transform:uppercase;
}

.titleblue, h1, h2{
	background:url(bluetitle.jpg) repeat-x;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:35px;
	color:#333333;
	text-transform:uppercase;
}

ul.sidenav{
	list-style:none;
}

ul.sidenav li{
	background:#e2f1f7;
	margin-bottom:1px;
	font-weight:bold;	
}

ul.sidenav li a{
	background:#e2f1f7;
	display:block;
	padding:3px 5px;
}

.colone{
	width:211px;
	height:auto;
}

.coltwo{
	width:436px;
	height:auto;
}

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

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

.date{
	font-size:11px;
	color:#cccccc;
}

.mainstory p{
	padding:5px 8px;
}

.adv{
	margin-bottom:8px;
}

.bonus{
	padding:6px;
	text-align:center;
	font-weight:bold;
}

.greybox{
	margin-top:1px;
	background:#e7e7e7;
	padding:7px;
}

.review{
	background:#ffffff;
	padding:5px;
	margin-bottom:1px;
}

.footer{
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	text-align:left;
	padding:10px 0;
}

.update{
	color:#000000;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
}



