body{
margin-left:0;
margin-right:0;
margin-top:0;
background: url(../images/bg.jpg) repeat-x #FFFFFF;

}

#bgimage{
	width:auto;
	height: auto;
	background:#999999;
	margin:0;
}

p { 
	font: 10pt Georgia, Times New Roman, Times, serif; 
	margin-top: 0px; 
	text-align: left;
	}
	
h1 {
	font:  10pt georgia;
	color:  #660000
	text-align:  center
	
}
	
h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color:#663333;
	text-align: center;
	}
	
h4 { 
	font: 9pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color:#663333;
	}

	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #5F321F;
	}


.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
li ul {display: none;} 
  li:hover > ul {display: block;
	color: #000000;
} 
#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0px;
	background-color: #c39d6d;
	color: White;
	float: center;
	width: 811px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #c39d6d;
color: White;
text-decoration: none;
float: center;
border-right: 0px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #660000;
color: #fff;
}
