body {
	background-color: #111111;
	margin:40px 20px 10px 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color:#FF0000;
}
img {
	margin:2px;
	border:1px solid #FFFFFF;
}
img:hover {
	border:3px solid #FFBB00;
	margin:0px;
}

.bgw {
	background-color:#FFFFFF;
	color:#000000;
}
.bgw a:link, .bgw a:visited {
	color:#CC0000;
}
.bgw a:hover, .bgw a:active {
	color:#FF0000;
}



h2, .h2 {
	font-size:3em;
	line-height:1.2em;
	font-weight:normal;
	display:block;
}
h3, .h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-top:.2em;
	margin-bottom:.2em;
	display:block;
}
h4, .h4 {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	margin-top:.2em;
	margin-bottom:.2em;
	display:block;
}


/* CELLS */
.body {
	width:650px;
}
.cell {
	width:650px;
	margin:25px 0px;
}
.cell .top {
	height:29px;
	background-image:url(main_top.gif);
}
.cell .middle {
	padding:24px;
	background-color:#333333;
	border-top:2px solid #FFBB00;
	border-bottom:2px solid #FFBB00;
	border-left:1px solid #FFBB00;
	border-right:1px solid #FFBB00;
}
.cell .p0 {padding:0px;}
.cell .bottom {
	height:30px;
	background-image:url(main_bottom.gif);
}

.cell .thumb_cell {
	float:left;
	background-image:url(thumb_wrap_small.gif);
	width:180px;
	height:128px;
	padding:107px 15px 18px 15px;
	margin:3px;
}
.cell .thumb_cell img {
	border:0px;
	margin:0px;
	width:180px;
	height:128px;
}

.para_lead {color:#FF0000;}

.rtable {
	margin:1px;
	background-color:#333333;
}
.rtable td {
	border:1px SOLID #F9E7B5;
	background-color:#000000;
	padding:5px;
}
.rtable td:hover {
	border:2px SOLID #FFFF00;
	background-color:#333333;
	padding:4px;
}
.niche1, a.niche1 {
	color:#FFFFFF;
}
.niche2, a.niche2 {
	color:#FFFF00;
}

.foot {
	width:116px;
	height:37px;
	padding:32px 274px 56px 261px;
	background-image:url(foot.jpg);
	background-repeat:no-repeat;
	margin:25px 0px 0px 0px;
}
.foot .join {
	width:116px;
	height:37px;
	border:0px;
	margin:0px;
	background-image:url(foot_join_button.jpg);
	background-repeat:no-repeat;
}
.foot:hover .join {
	background-image:url(foot_join_button_hover.jpg);
}
.foot .join img {
	border:0px;
	margin:0px;
	width:116px;
	height:37px;
}

.copy {
	padding:3px;
	color:#999999;
}

.clear {clear:both;}
.ptb25 {padding:25px 0px;}
.ptlr25 {padding:25px 25px 0px 25px;}
.pt25 {padding-top:25px;}
.p25 {padding:25px;}
