/* CSS Document */

body{
	color: #787878;
	background-color:#350004;
	}
.fl{
	float:left;
	width:25%;
	height:245px;
	}
a:link{
	color:#787878;
	}
a:hover{
	color:#FFFFFF;
	}
a:visit{
	color:#CCCCCC;
	}
#content {
	margin:auto;
	width:780px;
	
	z-index:1;
	background-color:#1F201F;
	left: 152px;
	top: 8px;
}
#header {
	margin:auto;
	width:759px;
	height:215px;
	z-index:2;
	left: 12px;
	top: 4px;
}
#col1 {
	float:left;
	left:11px;
	top:232px;
	width:560px;
	height:455px;
	z-index:1;
}

#footer {
	margin:auto;
	text-align:center;
	width:780px;
	height:58px;
	z-index:3;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#1F201F;
	left: 159px;	
}
#seperator {
	float:left;
	left:580px;
	top:232px;
	width:20px;
	margin-right:15px;
	z-index:2;
	background-image:url(images/seperator1.gif);
	background-repeat:repeat-y;
	background-position:center;
}
/* begin menu */
#menu {
	float:left;
	left:585px;
	top:234px;
	width:175px;
	height:454px;
	z-index:2;
	text-align:left;
}
#menu h1 {
	font: normal 1.3em  "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 10px 5px;
	letter-spacing:-1px;
}
#menu ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	font: Arial, Helvetica, sans-serif;	
}
#menu ul.sidemenu li {
	list-style:url(images/arrows.gif);
	
	
}
#menu ul.sidemenu a {
	display: block;
	color: #787878; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 100%;
}
#menu ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #FFFFFF;
	
}
/*end menu */