/***** General stuff. *****/

.pic
{
    border: 1px solid #775F47;
}

h1, h2, h3
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: italic;
    padding: 0 0;
    margin: 0 0;
    padding-bottom: 13px;
}

h1
{
    font-size: 17px;
}

h2
{
    font-size: 15px;
}

h3
{
    font-size: 13px;
}

hr
{
    height: 1px;
    width: 600px; 
    margin: 1em Auto;
    border-top: 1px solid #a0805f;
}

/***** The home page. *****/

td.mission, p.mission
{

}

div.doityourself
{
    margin: 0 Auto;
    padding: 15px 15px;
    border: 1px solid #A0805F;   
    color: #FFFFFF;
    background-color: #805A40;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
}

div.doityourself h1
{
    color: #FFFFFF;
    text-align: center;
}

div.doityourself p
{
    margin: 0 0;
    padding: 0 0;
    font-weight: bold; 
    font-style: italic;
    color: #FFFFFF;    
    line-height: 160%;
    letter-spacing:0.1em;
}

/***** The contact page. *****/

div.servicearea
{
}

div.servicearea h1
{
    text-align: center;
}

div.servicearea table
{
    width: 80%;
    margin: 0 auto;
}
