﻿body 
{
    background:url('../images/bg.jpg') repeat-x #363e2d top;
    margin:0;   
    color:#62431c;
    font-size:12px;
    font-family:Arial; 
}

textarea, input{font-family:Arial; font-size:12px;}
A{color:#62431c; text-decoration:none;}
A:hover{color:#000; text-decoration:underline;}

#container
{
    width:761px;
    margin:0 auto;
    border: #fff solid 9px;
    border-width:0px 9px;
}

#border
{
    border:1px #000 solid;
    border-width: 0 1px;
}

#topbanner
{
    background:url('../images/topbanner.jpg') no-repeat;
    width:759px; height:98px;
    border-top:14px solid #7b5527;
    border-bottom:7px solid #e48724;
}

#cleargreen
{
    background:#758d40;
    height:5px;
    clear:both;
}

#navi /* IE DIf */
{
    height:17px;
    background:url('../images/nav_bg.gif') repeat-x;
    border-bottom:1px solid #fff;
    padding-left:20px;
    padding-top:2px;
}

#navi a
{
    display:inline-block;
    height:18px;
    background:url('../images/nav_sep.gif') no-repeat right;
    padding-right:7px;
    color:#e0d2a1;
    text-decoration:none;
    font-weight:bold;
    padding-top:1px;
    margin-left:2px;
}

#navi a:hover{color:#fff;}

#content
{
    border-top:#d3d7c0 solid 4px;
    border-bottom:#758d40 solid 16px;
    padding:20px 10px 8px;
    background:#fff;  
}

#maintext
{
    line-height:20px;
    float:left;
    width:550px;
}

#testimonialbox
{
    float:right;
    width:174px;
    background:#758d40;
    color:#fff;
    font-family:Times New Roman, Arial;
    font-size:18px;
}
#testimonialbox span
{
    display:block; 
        
    background:url('../images/green_top.gif') top no-repeat;
}
#testimonialbox span span
{
    background:url('../images/green_bottom.jpg') no-repeat bottom;
    padding: 15px 10px 90px;
}
#testimonialbox i
{
     font-size:11px;
}

#footer
{
    height:24px;
    background:#7b5527;
    color:#e0d2a1;
    text-align:center;
    padding-top:10px;
}

#footer a{color:#fff; text-decoration:none;}
#footer a:hover{color:#e0d2a1; text-decoration:underline;}

/* Inner Pages*/
h1
{
    color:#7b5527;
    font-size:20px;
    margin:3px;
    border-bottom:1px solid #7b5527;
}

#pictures img{border:1px solid #7b5527; margin:5px;}
#testimonials p
{
    margin:10px 15px;
    background:url('../images/arrow.jpg') left no-repeat;
    padding-left: 40px;
}
#testimonials hr{ border:1px dashed #e8ddb7; width:85%; margin:0 auto;}