﻿body
{
    padding:0 0 200px 0;
    margin:0 0 0 0;
    background:#fff;
    font-family:Arial;
    font-size:12px;
    background: #fff url(/images/bg_tile.gif) repeat;
}
img
{
    border:none;
}

h1
{
    font-size:16px;
    font-weight:bold;
    color:#8CC63F;
    padding: 5px 0 5px 0;
    margin:0;
}
p
{
    margin:0;
    padding: 5px 0 5px 0;
}

a
{
    color:#fff;
}
a:hover
{
   color: #8CC63F;
}

#maincontainer
{
    margin: 40px auto 0 auto;
    width:733px;
    background:#000;
    padding:15px 15px 15px 15px;
}

#main
{
    width:733px;
}

#titlecontainer
{
    height:170px;
}
#titlecontainer img
{
    float:left;
}

#navbar
{
    height:20px;
}
#navbar ul
{
    padding:0;
    margin:0 0 0 28px;
    list-style:none;
    
}
#navbar li
{
    float:left;
    height:20px;
    padding: 0 15px 0 15px;
    line-height:20px;
    vertical-align:middle;
}
#navbar a
{
    text-transform:uppercase;
    text-decoration:none;
    color:#C7B299;
}
#navbar a:hover
{
    color:#8CC63F;
}

#contentcontainer
{
    width:733px;
    height:358px;
    background: #000 url(/images/contentstripe.gif) repeat-y;
}

#content
{
    width:440px;
    height:358px;
    font-family:Times New Roman;
    color:#fff;
    overflow:auto;
    
    
    padding:10px 5px 10px 5px;
}

#contentimage
{
    float:right;
    width:282px;
    height:358px;
}

#bottomcontainer
{
    margin: 10px auto 10px auto;
    width:763px;
    padding:0;
    text-align:center;
}

#bottombanner
{
    width:763px;
    height:135px;
}

#bottomnav
{
    width:763px;
    height:24px;
}
#bottomnav ul
{
    width:650px;
    margin:8px auto 8px auto;
    padding:0;
    list-style:none;
}
#bottomnav li
{
    float:left;
    padding:0 10px 0 10px;
}

#bottomnav a
{
    text-transform:uppercase;
    text-decoration:none;
    color:#808080;
}
#bottomnav a:hover
{
    color:#8CC63F;
}

#bottomcontact
{
    width:763px;
    text-align:center;
    color:#808080;
}

#bottomcontact a
{
    text-decoration:none;
    color:#808080;
}
#bottomcontact a:hover
{
    
    color:#8CC63F;
}
