p {font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; }
h1 {font-family: Arial, Helvetica, sans-serif; color: #2A2213; font-size: 14px; }
h2 {font-family: Arial, Helvetica, sans-serif; color: #2A2213; font-size: 18px; }
h3 {font-family: Arial, Helvetica, sans-serif; color: #2A2213; font-size: 18px; }

h4 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; }

a:link {font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; }
a:visited {font-family: Arial, Helvetica, sans-serif; color: #BC8D00; font-size: 12px; }
a:hover {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; }
a:active {font-family: Arial, Helvetica, sans-serif; color: #BC8D00; font-size: 12px; }



/**************** Navigation styles ****************/

*{margin:0; padding:0;}

#navigation{
height:22px;
line-height:22px;
width:758px;
background:#5C1A0C;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space: nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:0.75em;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:none;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#D3994C;
color:#ffffff;
text-decoration:none;
}

/*subnav styles*/

#navigation ul ul {
	border: 1px #D3994C solid;
	border-top: 5px #D3994C solid;
	color: black;
	clear: both;
	position: absolute;
	display: none;
	background-color: #fff;
	padding: 5px 0;
	width: 190px;
}

#navigation ul ul a {
	color: #444;
	font-weight: bold;
}

#navigation ul ul li a:hover {
	background: none !important;
	color: #000;
}

#navigation ul ul li{
	float: none;
	padding: 0; margin: 0;
	height: 1.2em;
}
.background1 {
	background-color: #000000;
	background-position: center center;
}

