﻿*
{
    margin:0px;
    padding:0px;
}
body 
{
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:12px
}
h1
{
        font-size:17px;
    margin-bottom:5px;
}
h2
{
    font-size:15px;
    margin-bottom:5px;
    margin-top:5px;
}
a
{
    text-decoration:none;
    color:#000;
}
a:hover
{
    text-decoration:underline;
}
#wrapper
{
    width:800px;
    	margin: 0px auto -1px auto;
	overflow: hidden;
}
#banner
{
    width:800px;
    height:189px;
    background-image:url(../images/banner.jpg)
}
#menu
{
    width:180px;
    float:left;
}
#content-inner
{
    margin-left:20px;
}
#menu ul
{
    list-style:none;
margin:0px;
padding:0px;
margin-bottom:10px;
}
#menu li
{
    margin-bottom:3px;
}
#menu li a
{
    color:#000;
    display:block;
    width:180px;
    height:31px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:31px;
    background-image:url(../images/btn.gif);
}
#menu li a:hover
{
    text-decoration:none;
    color:#fff;
}
#contacts
{
    border:solid 1px #99cc00;
    width:179px;
}
#contacts-inner
{
    margin:10px;
}
#footer
{
    clear:both;
    width:800px;
    height:174px;
    background-image:url(../images/footer.jpg);
    margin-bottom:10px;
}
#content
{
    width:615px;
float:left
}
#content p
{
    margin-bottom:10px;
    
}
#content-area
{
    margin-bottom:10px;
}
#bottom-links
{
    width:800px;
    text-align:right;
    margin-bottom:10px;
}
#bottom-links a
{
    font-weight:bold;
    margin-bottom:10px;
}
#copy
{
    width:800px;
    text-align:right;
}
.box
{
    background-image:url(../images/box.gif);
    width:184px;
    height:95px;
    margin-right:10px;
    float:left;
    color:#fff;
    margin-top: 98px;
}

.box-inner
{
    margin:10px;
}
h3
{
    margin-top:50px;

    font-size:35px;
}