* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	background: #272727 url(/img/backgroundtile.gif) repeat;
	font: 13px Verdana;
	color:#000;
	line-height:1.2;
	text-align: justify;
	}

a { 
	color: #5d9eff; 
	}

a:Hover { 
	color: #c9ddff; 
	}

.ub { 
	width:100%; 
	background: url(/img/back.gif) repeat-x; 
	}

.site { 
	width:900px; 
	margin:0 auto; 
	background: #FFF url(/img/wrap.jpg) top center repeat-y; 
	border-right: 3px #000 solid; 
	border-left: 3px #000 solid; 
	border-bottom: 3px #000 solid; 
	box-shadow:0 0 10px #000000; 
	-moz-box-shadow:0 0 10px #000000; 
	-webkit-box-shadow:0 0 10px #000000; 
	}
	
.top { 
	width:892px; 
	height:21px; 
	background: url(/img/toprow.jpg) top center no-repeat; 
	padding:0 0 0 8px; 
	}
	.top img { 
		float: left; 
		padding:3px 0 0 1px; 
		}

.topic {
	font-size:18px;
	color: #000;
	font-weight: bold;
	width:447px;
	height:24px;
	padding:4px 0 0 10px;
	background: url(/img/maintop.jpg) no-repeat;
	margin:-10px 0 10px -10px;
	}

.leftmen { 
	float:left; 
	width:221px; 
	}
	.leftmen li { 
		list-style-type:none; 
		}
	.leftmen li.item { 
		background: url(/img/leftmen-item.jpg) repeat-x; 
		height:23px;
		}
		
	.leftmen li.item a { 
		display:block; 
		color: #ffffff; 
		font-size: 11px; 
		font-weight: bold; 
		padding:6px 0 0 5px; 
		height:17px; 
		text-decoration: none; 
		font-family:arial; 
		}
	.leftmen li.item a:Hover { 
		color: #75b8e3; 
		}

	.leftmen li.titem { 
		color: #ddd;
		padding:5px;
		}


	.screenshot { 
		border:1px #9bC solid; 
		width:204px; 
		margin:10px 0 10px 6px; 
		}
	.screenshot img { 
		border:1px #000 solid; 
		}

.mainbox { 
	float:left; 
	width:437px; 
	padding:10px; 
	}

.rightmen { 
	float:right; 
	width:222px; 
	}

#features {
	padding:5px 0;
	width:200px;
	margin:0 auto;
	color: #fff;
	font-weight: bold;
	}

	#features td {
		padding:2px 0;
		font-family: arial;
		font-size:12px;
		text-align: left;
	}

.information {
	width:222px;
	padding:10px 0;
	}
	
	.information td {
		font-family: arial;
		font-size:12px;
		color: #fff;
	}
	.information tr.data td {
		background: url(/img/rightmen-information-top.jpg) no-repeat;
		padding: 0 5px;
		text-align: left;
		height: 19px;
		font-weight: bold;
		font-size:11px;
		text-transform: uppercase;
	}

	.information tr.bottom td {
		background: url(/img/rightmen-information-bottom.jpg) no-repeat;
		padding: 0 5px 1px 5px;
		text-align: right;
		height: 20px;
	}

.freerolls a {
	color: #CCC;
	}
.freerolls a:Hover {
	color: #c9ddff;
	}

#ratings {
	padding:5px 0;
	width:222px;
	margin:0 auto;
	color: #fff;
	font-weight: bold;
	}

	#ratings td {
		padding:2px 5px;
		font-family: arial;
		font-size:12px;
		text-align: left;
	}

.rightmen-topic {
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	width: 212px;
	padding:5px 5px;
	margin:10px auto 2px auto;
	text-align: left;
	}

.extender {
	width:880px;
	margin:15px auto;
	padding:10px;
	background: #111;
	border: 1px #346 solid;
	box-shadow:0 0 10px #000000; 
	-moz-box-shadow:0 0 10px #000000; 
	-webkit-box-shadow:0 0 10px #000000;
	color: #ffffff;
	font-size:11px;
	}
	
	.extender td {
		text-align: left;
	}
	
	.extender td a {
		color: #999;
	}
	
	.extender td a:Hover {
		color: #ccc;	
	}

.ub-tournaments td {
	height: 21px;
	font-size:11px;
	border-bottom: 1px #BBB dashed;
	text-align: left;
	}

	.ub-tournaments .first td {
		background: url(img/tournamentfirst.gif) repeat-x;
		color: #FFF;
		font-weight: bold;
		border-bottom: 0;
		height:23px;
		}
	
	.ub-tournaments div {
		padding:0 3px;
		}
	
	.ub-tournaments a {
		color: #0f4089;
		text-decoration:none;
		}

	.ub-tournaments a:Hover {
		color: #6898e0;
		}

.step {
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	}

.steptextl {
	float: left;
	width:225px;
	padding:5px 5px 0 0;
	}

.steptextr {
	float: right;
	width:225px;
	padding:5px 0 0 5px;
	}

.stepimgr {
	float: right;
	padding:5px 0 0 0;
	}
.stepimgl {
	float: left;
	padding:5px 0 0 0;
	}

.vline {
	height:1px;
	width:100%;
	background: #222;
	margin:10px 0;
}

.clear { 
	float: none; 
	clear: both; 
	}