.container
{
text-align: left;
width: 90%;
background-color: #fff;
color: #333;
border: 1px solid #333333;
line-height: 130%;
}

#top
{
border-bottom: 1px solid #333333;
background-color:#71cb07;
}

#top h1
{
color:green;
}

#leftnav
{
float: left;
width: 160px;
padding:1em;
}

#rightnav
{
float: right;
width: 230px;

}

#content
{
margin-left: 200px;
border-left: 1px solid #333333;
margin-right: 250px;
border-right: 1px solid #333333;
padding: 1em;
}

.footer
{
clear: both;
margin: 0;
color: white;
background-color: #71cb07;
border-top: 1px solid #333333;
width: 100%;
text-align: center;

}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #333333;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #333333;
border-bottom: none;
background: #71cb07;;
text-decoration: none;
}

#navlist li a:link { color: #333333; }
#navlist li a:visited { color: #333333; }

#navlist li a:hover
{
color: #000;
background: #e6feca;
border-color: #333333;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

.image{
    text-align:right;
    height: 151px;
}

.logo{
    float:left;
    margin-top:30px;
    margin-left:40px;
}

.text_logo{
    float:left;
    margin-top:107px;
    margin-left:-163px;
}

.phone{
    text-align:right;
    padding:5px;
}
