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

p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body{
	margin:0;
	background-color:#000;

}
#mainHolder{
	width:100%;
	height:100%;
	padding-top:20px;
}


#content{
	width:800px;
	height:600px;
	background-image:url(../images/contentbg.jpg);
	border:#333 solid 1px;
	background-repeat:no-repeat;
}

#mainContent{
	padding: 18px 0px 0px 85px;
}

#navigation{
	position:relative;
	left:0px;
	top: -35px;
	padding-right:150px;
	z-index:2;
}

#header{
	position:relative;
	left:-270px;
	top:-630px;
}
#logo{
	position:relative;
	left:270px;
	top:-390px;
	z-index:1;
	height:257px;
	width:285px;
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
