body {
  	margin : 0px; 
	padding: 0px;
  	background-color: #670001; 
  	background-image: url('images/home_back.jpg'); 
  	background-attachment: scroll; 
  	background-repeat: repeat-x; 
  	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
	color: #ffffff;
}
a:visited, a:active, a:link { color: #ddd; text-decoration: underline; font-weight:bold;}
a:hover {	color: #FFFFFF; text-decoration: none; font-weight:bold; }

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding:0px;
}

#nav, #nav ul {
	padding: 0px;
	width: 400px;
	list-style: none;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	border: 0px;
	margin: 0px 0px 0px 20px;
	text-align:left;
	font-weight:normal;
}

#nav a { display: block; color: #FFF; text-align:left; text-decoration: none; font-weight:normal; }

#nav li { float: left; padding-left: 4px; line-height:21px; height:21px; } /* widths assigned individually */

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	line-height:20px;
	background: #000000;
	width:224px;

	margin: 0;
	border-bottom:0px;
}
#nav li li { width: 220px; height:20px; line-height:20px; }
#nav li ul a {	width:220px; }
#nav li ul ul {	margin: -1.75em 0 0 14em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {	left: auto; }

#nav li:hover, #nav li.sfhover { background: #650100 repeat-x; }


#copyright {
	padding-top:20px;
	color:#ddd;
	font-weight:bold;
	text-align:center;
}

