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

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

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

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

a{
	outline:none;
	text-decoration:none;
	color:#1752A3;
}

a:hover{
	color:#54A4DE;
	text-decoration:none;
}

img{
	border:none;
}

.wrapper{
	width:970px;
	margin:0 auto;
}

#topadvertisement{
	height:90px;
	padding:10px 0;
	text-align:center;
	border-bottom:2px solid #daad34;
}

#contentwrapper{
	background:url(bodybg.gif) repeat-x;
}

#contentwrapper .logopart{
}

#contentwrapper .update{
	background:url(updatebg.jpg) repeat-x;
	border:1px solid #000000;
	color:#ffffff;
	padding:0 10px;
	line-height:33px;
	_line-height:32px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#contentwrapper .contentbox{	
	background:#ffffff;
	border:1px solid #DCDCDC;
	padding:17px;
}

#contentwrapper .contentbox .mainleft{
	width:712px;
	padding:0 21px 0 0;
	border-right:1px solid #cccccc;
}

#contentwrapper .contentbox .mainleft .topbox{
	border-bottom:1px solid #cccccc;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#contentwrapper .contentbox .mainleft .topbox .width_350{
	width:350px;
}

.topbox .topreview{
}

.topbox .topreview .topbanner{
	float:left;
	margin:0 10px 0 0;
}

.topbox .topreview h3{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

.topbox .topreview font{
	background:url("dot.jpg") no-repeat scroll 0 3px transparent;
	color:#1752A3;
	overflow:hidden;
	height:16px;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 15px;
}

#contentwrapper .contentbox .mainleft .leftcol{
	width:335px;
	padding:0 20px 0 0;
	border-right:1px solid #cccccc;
}

#contentwrapper .contentbox .mainleft .midcol{
	width:335px;
}

h1{
	font-size:16px;
	color:#000000;
	line-height:22px;
}

h2{
	font-size:15px;
	color:#000000;
	line-height:22px;
}


.heading{
	border-top:10px solid #671D16;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:10px;
}

.orange{
	border-top-color:#F1B349;
}

.green{
	border-top-color:#BEDF5D;
}

.brown{
	border-top-color:#671D16;
}

.blue{
	border-top-color:#BBD9EE;;
}


.article{
	padding:10px 0;
	border-top:1px dotted #989898;
}

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

.date{
	color:#9C9C9C;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



#contentwrapper .contentbox .mainright{
	width:184px;
}

.sidebonus{
	width:179px;
}

.sidebonus .banner{
	width:175px;
	padding:1px;
	border:1px dotted #989898;
	margin-bottom:8px;
}

.adv{	
	margin-bottom:10px;
}

ul.sidelinks{
	list-style:none;
	padding-bottom:10px;
}

ul.sidelinks li{
	padding:5px 0;
	border-top:1px dotted #989898;
}

.newsletter{
	background:url(newsletter.jpg) no-repeat top right;
}

.newsletter input{
	margin-bottom:5px;
}


#footer{
	border-top:7px solid #333333;
	padding:15px 0 30px;
	text-align:center;
}


.rss{
	padding:5px 0;
	color:#ffffff;
}

.rss a{
	color:#333333;
}


.search{
}

input.txt{
	background:url(inputbg.png) no-repeat;
	width:114px;
	height:13px;
	padding:4px;
	float:left;
	margin-right:5px;
	border:none;
}









