/* Overall Tag Styles */
body
{
background-color:#000000;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
}
img
{
border:none;
}
	.contentHeader {
		font-size:14px; font-weight:bold; text-transform:uppercase;
	}
	
a{color:#f9a01b; text-decoration:none;}
a:hover {text-decoration:underline;}

/* Main Layout Styles */
#overall
{
text-align:left;
width:1000px;
z-index:1;
}
	
	#header
	{
	background:url(../images/bg_main.jpg) top center no-repeat;
	width:1000px;
	height:234px;
	z-index:1;
	}
		#logo
		{
		position:relative;
		top:20px;
		left:52px;
		z-index:1;
		}
		#menu
		{
		text-align:right;
		height:23px;
		z-index:2;
		position:relative;
		right:40px;
		top:105px;
		float:right;
		}
	
	#sidebar
	{
	float:left;
	padding-top:40px;
	}
		#navbox
		{
		background:url(../images/navbox_bg.gif) top repeat-y;
		width:320px;
		margin-left:30px;
		}
			#navbox_content
			{
			width:275px;
			margin-left:30px;
			padding:20px 0px 20px 15px;
			}
			#navbox_bottom
			{
			background:url(../images/navbox_bottom.gif) top left no-repeat;
			background-color:#000000;
			width:320px;
			height:33px;
			overflow:visible;
			}
				#navbox_side
				{
				position:relative;
				top:-83px;
				left:1px;
				}
	
	#content
	{
	float:right;
	padding-top:35px;
	}
		#box
		{
		width:404px;
		position:relative;
		top:-137px;
		margin-right:140px;
		}
			#box_top
			{
			}
			#box_side
			{
			float:left;
			width:26px;
			height:226px;
			background:url(../images/home_box_side_bg.jpg) top right no-repeat;
			}
			#box_content
			{
			height:226px;
			width:331px;
			background-color:#f9a01b;
			padding:20px 30px 21px 15px;
			float:left;
			}
		
		#signup
		{
		background-color:#252525;
		width:275px;
		height:115px;
		margin-left:50px;
		margin-top:75px;
		padding:15px 12px 15px 15px;
		}

#copyright
{
line-height:7px;
width:376px;
margin-right:140px;
float:right;
position:relative;
top:-160px;
}
	#copyright img
	{
	float:left;
	}
	.pipe
	{
	margin-left:8px;
	margin-right:8px;
	}

-->