body {
text-align: center;
background-image: url('../Images/BG.png');
background-repeat: repeat-x;
background-attachment: fixed;
background-color:#757d73;
height:100px;
}

#container{
width: 93%;
margin: 20 auto;
color: #333;
border: 0px dotted;
border-color: #BD9B79;
line-height: 130%;
font-family: Century Gothic;
}

#top{
height: 220px;
padding: 25px;
background-image: url('../Images/TopBG.png');
background-repeat: repeat-x;
border-bottom: 0px solid gray;
font-family: Century Gothic;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
}

#top h1{
padding: 0;
margin: 0;
line-height: 24px;
}

#leftnav{
float: left;
width: 208px;
margin: 0;
padding: 25px;
font-family: Century Gothic;
border-right: 0px solid gray
line-height: 24px;
}

#content{
margin-left: 240px;
border-left: 0px solid gray;
padding: 15px 25px 25px 50px;
font-family: Century Gothic;
line-height: 24px;
}

#footer{
clear: both;
margin: 0;
padding: 5px 25px 5px;
background-image: url('../Images/BottomBG.png');
background-repeat: repeat-x;
color: #333;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
border-top: 0px solid gray;
font-family: Century Gothic;
font-size: 8pt;
text-align: left;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }