/* CSS Document */

*{
padding:0;
margin:0;
}

body{
	background-image: url(img/top6.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.7;
}

#wrap{
	margin:0 auto;
	width:940px;
}

#header{
height:180px;
width:940px;
background-image:url(img/newheader.jpg);
}

#menu{
background:#BEB876;
margin-left:10px;
margin-right:10px;
height:2.4em;
line-height:2.4em;
width:920px; 
color:#323433;
}

#menu li{float:left; list-style-type:none; margin-left:10px; margin-right:10px; padding-right:5px;}

#menu li a{display:block; text-align:center; margin:0 auto; padding:0; font-size:1.0em; font-weight:normal; text-decoration:none; background-color:inherit; color:#272D2A; letter-spacing:1px; }

* html #menu a {width:1%;}

#menu .selected,#menu a:hover{color:#791F1F; text-decoration:underline; }

#content{
margin:20px;
background:#FFFFFF;
color:#000000;
}

#footer{
margin:auto;
background:#999999;
color:#000000;
height:100px;
width:100%;
text-align:center;
font-size:12px;
}

a{
color:#006699;
}

a:hover{
text-decoration:underline;
color:#993300;
}

h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
font-size:2.4em;
font-style:italic;
font-weight:normal;
padding:10px;
}

h2{
font-size:1.3em;
padding:5px;
}

h3{
font-size:1.0em;
padding:5px;
}

p{
padding:3px;
}

.clearer {clear: both;}