*{
   padding: 0;
   margin: 0;
}

body, input, textarea {
    color: #000 ;
    font-family: Verdana, Arial, Helvetica, sans-serif ;
    font-size: 10px;
}

img {
    border: 0 ;
}

p {
    margin-bottom: 1em ;
}

a {
    text-decoration: none;
    color: #b13714 ;
}

#sitecontainer{
   width: 960px;
   margin: auto;
}

#header{
   position: relative;
   width: 960px;
   height: 416px;
}

.borderbottomleft{
   border: 1px solid #fff;
   border-width: 0 0 1px 1px;
}

.borderbottomright{
   border: 1px solid #fff;
   border-width: 0 1px 1px 0;
}

#imagelefttop{
   position: absolute;
   left: 0;
   top: 0;
   height: 272px;
   width: 566px;
}

#imagerighttop{
   position: absolute;
   left: 566px;
   top: 0;
   width: 393px;
   height: 272px;
}

#middleleft{
   position: absolute;
   left: 0;
   top: 273px;
   width: 566px;
   height: 19px;
   background-color: #e1967a;
}

#middlecenter{
   position: absolute;
   left: 567px;
   top: 273px;
   width: 165px;
   height: 19px;
   background-color: #f0e1cb;
}

#middleright{
   position: absolute;
   left: 733px;
   top: 273px;
   width: 227px;
   height: 19px;
   background-color: #e1967a;
}

#quote{
   position: absolute;
   left: 0;
   top: 293px;
   width: 429px;
   height: 123px;
}

#centerimage{
   position: absolute;
   left: 429px;
   top: 293px;
   width: 137px;
   height: 123px;
   border-right: 1px solid #fff;
}

#logo{
   position: absolute;
   left: 567px;
   top: 293px;
   width: 393px;
   height: 123px;
}

#pagecontainer{
   border-top: 1px solid #fff;
   background: url('../images/bgcontent.gif');
   float: left;
}

#content{
   width: 682px;
   float: left;
   padding: 11px 23px 23px 28px
}

#content h2{
   font-size: 11pt;
   color: #e1967a;
   padding-bottom: 1em;
}

#content ul {
   padding-left: 3em;
}

#content .contentstart{
   padding-top: 2em;
}

#rightcol {
   width: 227px;
   float: left;
   margin-bottom: 19px;
}

#menu {
   width: 227px;
   float: left;
   padding-bottom: 70px;
}

#menu a{
   color: #000;
}

#menu ul {
    list-style-type: none ;
    margin-top: 12px ;
}

#menu ul li {
    padding: 5px 31px ;
}

#menu ul li.active{
    border-bottom: 1px solid #f4e1c9;
}

#menu ul li.active, #menu ul li.active * {
    color: #fff ;
}

#menu a:hover {
    font-weight: bold;
}

#footer{
    background-color: #eddeca;
    width: 209px;
    float: left;
    border: 1px solid #fff;
    border-width: 1px 0 1px 0;
    padding: 10px 0 10px 18px;
    line-height: 1.5em;
}

#footer p{
   margin: 0px;
   padding: 0px;
}
