html, body {
	margin:0;
	padding:0;
	}

body {
       background-image: url('images/bg.jpg');
       }
h1 {	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: medium;		}
h2 {	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: small;
	font-weight: bold;	}#frame {
		width:800px;		margin:9px auto 0 auto;
		padding:0px;
		text-align:left;		
		}#header  {
		padding:0px;
		margin:0px;
		}
#topnav {
    width:800px;
	height:38px;
	background-image: url('images/nav.gif');
	padding: 0;
    margin: 0;
    position: relative;
    font-family: "Century Gothic", Verdana, Arial, Helvetica;	color:#422824;	font-size: medium;
    }
#topnav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 10px;   
    }
  #topnav li, #topnav a {
    height: 20px;
    display: block;
     }
a.topnav:link {color: #422824;
text-decoration: none;}a.topnav:visited {color: #422824;
text-decoration: none;}a.topnav:hover {color: #7D5D59;}a.topnav:active {color: #7D5D59;}
#nav1 {left: 20px; width: 80px;}
#nav2 {left: 100px; width: 160px;}
#nav3 {left: 260px; width: 120px;}
#nav4 {left: 380px; width: 120px;}#nav5 {left: 500px; width: 130px;}
#nav6 {left: 630px; width: 70px;}
#nav7 {left: 700px; width: 60px;}
		
#content {
		margin: 4px 0 0 0;
		width:758px;
		min-height:200px;
		padding-top:20px;		padding-left:20px;		padding-right:20px;		padding-bottom:4px;
		font-family: "Century Gothic", Verdana, Arial, Helvetica;		font-size: small;
		border: 1px solid #C9D69A;
		background: #FAEDCF;
			}
.left {
	float: left;
	width: 440px;
	border-right: 1px solid #cccccc;
	margin-right: 5px;
	padding-right: 5px;
	}.clearer {
	clear: both;
	}
.grey {
		color:#64742C;
				}

#footer {
clear: both; 
width:800px;margin-right:auto;
margin-left:auto;
margin-top:0px;
margin-bottom:0px;
text-align: center;font-family: Verdana, Arial, Helvetica;color:#64742C;font-size: x-small;	}
	
a:link {color: #422824;}a:visited {color: #422824;}a:hover {color: #64742C;}a:active {color: #64742C;}a.footer:link {color: #24168A;}a.footer:visited {color: #24168A;}a.footer:hover {color: #422824;}a.footer:active {color: #422824;}