body {
   font: normal 62.5% Georgia, 'Times New Roman', serif;
}

#wrapper {
   text-align: left;
   margin: 0px auto;
   padding: 0px;
   border:0;
   width: 946px;
}

h1,h2,h3,h4,h5,h6 {
   margin-bottom: 0px;
   padding-bottom: 0px;
}



h1 { color: #2b1404; }
h2 { font: normal 18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; color: #40550d; margin-bottom: 1em; line-height: 1.4; }
h3 { font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; color: #40550d; margin: 0 0 0.5em; }
h3 { color: #40550d; }
p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 1.35em;
}
p, ul, ol, dd {
   font-size: 13px; color: #333;
}


#side-a {
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 160px;
}

#side-b {
        text-align: center;
        margin-top: 20px;
	float: right;
	width: 160px;
}

#content {
	float: left;
	width: 65%;
}

#header {
	clear: both;
        width: 626px;
        background-image: url( images/header_bg.gif );
        background-repeat: no-repeat;
}

.headertext {
       padding-top: 50px;
       text-align: center;
}

.bodytext {
       text-align: center;
      margin-left: 50px;
      margin-right: 50px;
}

.bodytext_left {
      margin-left: 50px;
      margin-right: 50px;
}

#footer {
   padding-top: 30px;
   clear: both;
   background-image: url( images/footer_bg.gif );
   height: 175px;
   width:626px;
}

.footertext p{
   position: relative;
   font-size: 14px;
   font-weight: bold;
   font-variant: small-caps;
   text-align: center;
}

.bodytext a {
   text-decoration: none;
   color: #EB2124;
}

.footertext a {
   text-decoration: none;
   color: #C4AF71;
}

a:hover {color:#EB2124}
