
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-color: #999;
	text-align: center;
}


#wrap{ 
	background-color: #252041;
	width: 1024px;
	height: auto;
	overflow: auto;
	margin: 0 auto; 
	border: 1px solid #FFF;
	text-align: left;
	
} /* "auto" makes the left and right margins center the wrapper */

#main-nav{
	height: 207px;
}
#left-main{
	width: 175px;
	float: left;
	padding-left: 3px;
	padding-right: 2px;
	font-size: 12px;
	
}

#center-main{
	width: 574px;
	float: left;
}

#right-main{
	width: 270px;
	float: right;
		
}

#footer{
	background: #333;
	background-image: url(/images/footer.jpg);
	width:1024px;
	height: 100px;
	float: left;
	text-align: center;
}



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FC0;
	text-decoration: none;
}
a:hover {
background-color:#FFFFFF;
color:#000000;
text-decoration: underline;
}

