@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Trebuchet MS, Arial, Helvetica, sans-serif;
	/* this body fixes an IE bug and maintains x-browser uniformity */
	font-size: 100.01%;
	background: url(../images/bg_01.jpg) no-repeat;
	font-weight:normal;
	background-color:#111111;
	/*overflow:visible;*/
/*	overflow: auto;*/
}

#maincontainer
{
		height:800px;
	/*	overflow:auto;*/
}


#black_container, #black_container_2col
{
	background:url(../images/body1c.png) no-repeat;
	width:900px;
	height:560px;
/*	margin:167px auto;*/
	margin-top:11%;
	margin-left:125px;
	position:relative;
	
}

#black_container_2col
{
background:url(../images/bg2.png) no-repeat;
}

#members_badge
{
	width:147px;
	height:140px;
	position:absolute;
	background:url(../images/members_badge.png);
	left: -59px;
	top: -60px;
}

#content_container 
{
	width:832px;
	padding-top:84px;
	margin:0 auto;
}

a.mainnav
{
	font-family: Helvetica, Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 5px;
	color: #959595;
	font-size:11px;
	padding-left:10px;
	padding-top:11px;
	padding-bottom:11px;
	margin-bottom:10px;
	font-weight:normal;
}

a.mainnav:hover
{
	background:#FFFFFF;
}

h1
{font-size:14px;
text-transform:uppercase;
color:#000000;
font-weight:bold;
}

h2
{font-size:11px;
text-transform:uppercase;
color:#666666;
font-style:italic;
font-weight:bold;
}

h5 { font-size:17px;
color:#999999;
margin:15px 0 25px 0;
text-transform:uppercase;
font-weight:normal;
font-family: Helvetica, Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:lighter;}

p
{font-size: 12px;
line-height:19px;
margin-top:0;
}

a.iframes
{
	text-transform:uppercase;
	text-decoration:none;
	color:#999999;
	font-size:12px;
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
}

a.iframes:hover
{
	text-decoration:underline;
}


a.presslinks {
	text-decoration:none;
	color: #666;
}
a.presslinks:hover { background-color:#666; color:#FF9;}
