body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color:#000;
	font-family: Tahoma;
	background-color:#000000;
	background:url(images/bg.gif) top center repeat; 
}

a {
	text-decoration:none;
	color:#ffa200;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

.header {
	background:url(images/bg_header.gif) top center repeat-x;
	width:100%;
	margin: auto;
	text-align: center;
}

#wrapper {
	width:1000px;
	margin: auto;
	text-align: center;
}

.tbl_rheader {
	background:url(images/tbl_head_right.gif);
	float:left;
	width:632px;
	height:23px;
	padding-top:15px;
}

.tbl_lheader {
	width:
	vertical-align: bottom; 
	float:left;
}

.content {
	width: 1000px;
	margin: auto;
	clear: both;
	border:2px solid #cbcbcb;
	background-color:#444343;
	padding:5px;
}
	.content a IMG {
		border: 1px solid #000;
		background-color:#000;
		width:160px;
		height:220px;
	}
	.content a:hover IMG {
		border: 1px solid #fdb803;
	}

.tlhead {
	color:#d55626;
	font-size:10px;
	font-weight:bold;
}
	
.tlhead a {
	color:#000;
	font-size:10px;
	font-weight:bold;
}

.row {
	font-size:28px;
	font-weight:bold;
}

.tl {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.tl a {
	font-size:18px;
	font-weight:bold;
}
	
.footer {
	background:url(images/bg_footer.gif) bottom center repeat-x;
	width:100%;
	height:149px;
	margin: auto;
	text-align: center;
	color:#000;
}

.nexus {
	color:#eee;
}

.nexus a {
	color:#ffa200;
}

