/* CSS Document */
body{
	margin: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#585858;
}

#Main{
	width:900px;
	margin-left:50%;
	left:-450px;
	position:absolute;
}

#Header{
	width:900;
	height:210px;
	position:relative;
	background-color:#000000;
}



#Content{
	position:relative;
	width:900px;
	background-color:#FFFFFF;
	text-align:left;
	background-image:url(contentbg.jpg);
	background-repeat:repeat-y;
	border:1px #000 solid;
}

#Text{
	width:600px;
	position:relative;
	margin:0px 0px 0px 150px;
	padding:10px 0px 2px 0px;
	z-index:10;
}

#NavHolder{
	position:relative;
	width:100%;
	height:150px;
	z-index:20;
}

#RightNavHolder{
	position:relative;
	float:right;
	width:140px;
	height:150px;
	background-color:#DDDDDD;
}

#LeftNavHolder{
	position:relative;
	float:left;
	width:140px;
	height:150px;
}

#Footer{
	position:relative;
	height:15px;
	padding-top:2px;
	width:900px;
	background-color:#333333;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

a.one:link{color:#999999; text-decoration:none;}
a.one:visited{color:#999999; text-decoration:none;}
a.one:hover{color:#666666; text-decoration:underline;}
