
body
{	
	font-family : arial;
	color : #CCCCCC;
	font-size: 11px;
	background:#171717;	
	margin:50;
	margin-top: 50px;
}


.header
{
	background: url(Images/header.jpg);
	width:700px;
	height:160px;
	background-repeat:repeat-x;
	background-repeat:repeat-y;
}


.main-content
{
	background: #171717;
}


.main-text
{
	text-align:left;
	font-family:arial;
	font-size:11px;
	color:#CCCCCC;
	padding-left:30px;
	padding-right:50px;
	padding-top:10px;
}


.right-content
{
	width:5px;
	background: url(Images/spacer.gif);
}


.left-content
{
	width:5px;
	background: url(Images/spacel.gif);
}


.footer
{
	width:700px;
	background:#6B0010;
	font-size:10px;
	color: #CCCCCC;
	text-align:center;
}



/* nav styles */

a:link  	
{
	font-family:arial;
	color:#CCCCCC;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:visited  	
{
	font-family:arial;
	color:#CCCCCC;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:active  	
{
	font-family:arial;
	color:#FF0000;
	background:none;
	text-decoration:none;
	font-size:11px;
}

a:hover  	
{
	font-family:arial;
	color:#FF0000;
	background:none;
	text-decoration:none;
	font-size:11px;
}



   


