/* CSS Document */

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

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

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

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

a{
	color:#6B3F98;
	text-decoration:none;
}

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

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

.content{
	padding:10px 6px;
}

.leftcol{
	width:213px;
}

.midcol{
	width:521px;
}

.rightcol{
	width:215px;
}

.border{
	border:1px solid #dedede;
	padding:1px;
	background:#ffffff;
	margin:0 0 10px 0;
}

.gradient{
	background:#ffffff url(gradient.jpg) repeat-x;
	padding:10px;
}

.title{
	color:#484848;
	font-size:20px;
	font-weight:bold;
	margin-bottom:6px;
}

h1, h2{
	color:#484848;
	font-size:20px;
	font-weight:bold;
	margin-bottom:6px;
}

.header{
	background:url(headerbg.jpg) repeat-x;
	height:89px;
	padding-top:4px;
}

.topnavigation{
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background:url(navbtm.jpg) repeat-x;
	height:43px;
	padding:0 10px;
}

.rowone{
	height:250px;
	margin-bottom:10px;
}

.scriptbox{
	height:248px;
	width:648px;
	background:#ffffff;
}

.advertisement{
	width:300px;
	height:250px;
}

.mainleft{
	width:740px;
}


.sidenav ul{
	list-style:none;
}

.sidenav ul li{
	line-height:18px;
	padding:3px 0 3px 20px;
	font-weight:bold;
	background:url(icon.gif) no-repeat 0 6px;
}

.bonus{
	height:202px;
	width:172px;
	text-align:center;
	display:inline;
	position:relative;
	background:#000000;
}

.name{
	color:#ffffff;
	background:#553279;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	margin-bottom:15px;
}

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

.banner{
	width:151px;
	height:48px;
	margin:0 auto;
	margin-bottom:10px;
}

.info{
	font-weight:bold;
	color:#ffffff;
}

.download{
	position:absolute;
	bottom:0px;
	left:0px;
}

.bonusbox{
	margin-bottom:10px;
}

.smallleft{
	width:258px;
}

.article{
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	border-bottom:1px solid #dedede;
}

.article strong{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.pic{
	border:1px solid #DEDEDE;
	float:left;
	margin-right:8px;
	padding:1px;
}

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

.sidebonus{
	padding:5px 0;
}

.sidebonus .sidebanner{
	padding:1px;
	border:1px solid #cccccc;
}

.sidebonus .sideinfo{
	padding-left:10px;
	font-weight:bold;
}

.footer{
	background:url(footerbg.jpg) repeat-x left bottom;
	padding:10px;
}









