body {
    text-align:center;
    background:url('images/back.jpg') #3e9826 repeat-x;
    font-family:verdana;
    font-size:12pt;
}

#container{
    width:850px; 
    margin-left:auto;
    margin-right:auto;
}

#top{
    width:850px; 
    height:113px; 
    background:url('images/main_01.jpg'); 
    float:left;
}
#center{
    width:850px; 
    background:url('images/main_02.jpg') bottom no-repeat #fff; 
    float:left;    
}
#footer{
    width:850px; 
    height:61px; 
    background:url('images/main_03.jpg'); 
    float:left;    
}
.fronttext{
    text-align:left;
    margin:0px 40px 50px 40px;
}
#links{
    margin:90px 0px 0px 0px;
    font-size:8pt;
}
#links a{
    text-decoration:none;
    font-weight:bold;
    color:#008f4c;
    padding: 0px 10px 0px 6px;
}
#links a:hover{
    color:#9f821d;
}
.rightimage{
    margin-right:20px;
}
.leftimage{
    margin:0px 10px 10px 20px;
  
}
h3{
    font-size:11pt;
    color:#9f821d;
    font-variant:small-caps;
}
h2{
    color:#9f821d;
    font-variant:small-caps;
}