/* CSS Document */
body{
  font-family: 'Trebuchet MS','Arial', 'Verdana';
  font-size:14px;
}

#main{
    width:800px;
    margin:0 auto;
    position:relative;
}

#header{
    height:176px;
    width:auto;
    background:url(images/header.jpg) no-repeat;
    cursor:pointer;
}
#content{
    height:auto;
    width:auto;
    margin:0px 7px 0px 3px;
    padding:0px 20px;
    background:#e5e5e5;
    border-left:1px solid #b9b9b9;
    border-right:1px solid #b9b9b9;
}
#content_bootom{
    height:8px;
    width:auto;
    font-size:5px;
    background:url(images/content_bootom.jpg) no-repeat;
}
#footer{
    height:37px;
    width:auto;
    background:url(images/footer.jpg) no-repeat;
    text-align:center;
    padding:11px 0px 0px 0px;
    font-size:12px;
}
.clear{
    clear:both;
}

#contact{
    float:right;
    width:200px;
    padding:0px 20px 0px 10px;
}
#wrapper{
    float:left;
    width:490px;
    border-right:1px dotted #9e9894;
    padding-right:10px;
    text-align:justify;
}
a {color:#400000;}
a:hover {color:#804000;}
#footer a {color:#400000;}
#footer a:hover {color:#fff;}

