html, body {
margin : 6;
padding : 0;

}
body {
	font : Edwardian Script;
	background : #FFD2A6;
	color : #FFD2A6;

}
			/*WRAP*/
#wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}
			/*BANNER*/
#masthead {
	height:200px;
	padding: 0 0 5 0;
	margin-bottom: 0;
	background: #FFD2A6 url(images/masthead.jpg) top center no-repeat;
}
			/*MAIN CONTAINER*/
#container {
	width: 800px;
	border: 0px solid #aaa;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	line-height: 1.9em;
}
			/*TOP NAVIGATION*/
#menu {
	height: 50px;
	padding: 0;
	margin-bottom: 0;
	background-color: #FFD2A6;
}
#menu{
	position:relative;
	display:block;
	height:35px;
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#menu ul li{display:block;float:left;margin: 0 1px 0 0;}
#menu ul li a{
	display:block;
	float:left;
	color:#970100;
	text-decoration:none;
	padding:4px 20px 4px 20px;
	height:18px;
}
#menu ul li a:hover,#menu ul li a.current{color:#970100;
background:transparent url(images/bgON.gif) repeat-x top left;}
			/*MAIN CONTENT*/
#content {
	padding: 1em;
	margin: 0 0 0 0;
	background: #FFD2A6;
}


#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
	text-decoration : none;
	display : block;
	padding : 4px;
	width : 220px;
	border-bottom : 1px solid #990000;
	color : #990000;
}
#navcontainer a:link, #navlist a:visited {
	color : #000000;
	background : #FFD2A6;
}
#navcontainer a:hover {
	text-decoration : none;
	color : #FFFFFF;
}
			/*FOOTER*/
#footer {
clear: both;
height: 100px;
padding: 0;
margin-top: 20px;
text-align: center;
color: #FFD2A6;
background: #B5B5B5 url(images/footer.jpg) top center no-repeat;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 20px 0 20px 5px;
font-size: 160%;
letter-spacing: 3px;
color: #333;

			/*IMAGES*/
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}	
			/*LINKS*/
a:link, a:visited {
color : #DD618A;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border: 0;
}
