@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font-size: 85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
	
#maincontainer
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



#header
{
	width: 100%;
	min-width: 1250px;
	_width: 1250px;
	letter-spacing: 1px;
	height: 260px;
	background: #000;
}

#header a {
	color: #fff;
	text-decoration: none;
	}

#contentcontainer    {
	background-color:#000;
	top: 260px;
	width:100%;
	min-width: 1250px;
	_width: 1250px;
	color: #fff;
	padding: 2em;
	min-height: 200px;
	_height: 200px;
}

#leftcontainer
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 525px;
	height: 255px;
}


#rightcontainer
{
	float: right;
	width: 725px;
	height: 255px;
}

#rightcontainer a {
	color: #FFD166;
	}
	
#rightcontainer h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	text-align: right;
	background-image: url(images/redfooter.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#000;
	height: 167px;
	width: 100%;
	min-width: 1250px;
	_width: 1250px;
	bottom: 0px;
}
#footertext {
	position: relative;
	padding: .5em .5em 0 .5em;
	bottom: 0px;
	color:#fff;
}
	
#footer a
{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #bffFFF;
}