﻿body 
{
    margin:0;
    padding:0;  
}

#header
{
    background: url(header_autumn.gif) no-repeat;
    height: 230px;
    width: 800px;
}

#container
{
    background: url(middle_autumn.gif) repeat;
    width: 800px;
    overflow:auto;
    padding:0;
    margin:0;
}

/* MENU */
#menu
{
    float:left;
    width:130px;
    text-align:right;
    margin:0;
    padding: 5px 5px 5px 0px;    
}

.menuitem
{
    
    font-family:Arial;
    font-size:13px;
    padding:0px 0px 4px 0px;
}

.menuitem a
{
    color:#FF6102;
    text-decoration:none;
}

.menuitem a:hover
{
    text-decoration:underline;
}

.menuseperator
{
    padding:5px 0px 0x 0px;
    border-bottom:solid 1px #FF6102;
    margin:0px 0px 5px 0px;       
}
.menuseperatornoline
{
    padding:5px 0px 0x 0px;
    margin:0px 0px 5px 0px;       
}

/* selected menu item */
.menucurrent
{ 
    font-family:Arial;
    font-size:13px;
    padding:0px 0px 4px 0px;
}
.menucurrent a
{
    color:teal;
    text-decoration:none;
}

#content
{
    float:left;
    width:625px;
    margin:0;
    text-align:left;
    padding:9px 5px 5px 5px;
    font-family:Arial;
    font-size:13px; 

}

#content a
{
    color:#FF6102;
    text-decoration:none;
}    
#content a:hover
{
    text-decoration:underline;
}

#content ul
{    
    list-style-type:square;
}
#bottom
{
   background: url(bottom_autumn.gif) no-repeat;
   height: 150px;
   width: 800px;
   clear:both;
}

#bottomlinks 
{
    padding-left:350px;
    
    padding-top:80px;       
}
#bottomlinks .link
{
    
    float:left;
    width:100px;
    font-size:12px;
    color:Gray;
}
#bottomlinks .link a
{
    
       color:Gray;
       text-decoration:none;
}
#bottomlinks .link a:hover
{
    text-decoration:underline;
}

#copyright
{
    padding-top:5px;   
    clear:both;
    font-size:12px;
    color:Gray;
}

.testimonial
{
    margin:5px 50px 25px 50px;
    border:solid 1px #FF6102;
    border-bottom:solid 3px #FF6102;
    border-right:solid 3px #FF6102;
}

.testimonial .thead
{
    margin:3px 5px 3px 5px;
    background-color:#FF6102;
    color:white;
    text-align:center;
    font-size:15px;
}