body{
margin: 0;
padding:0;
font-family: arial,verdana;
font-size: 13px;
background-image: URL('images/tile.gif');
background-repeat: repeat-y;
}

a{
font-weight: bold;
color: #ffe401;
}

a:hover{
font-weight: bold;
color: #ffffff;
}

#site_template{
width: 850px;
margin: 0;
padding: 0;
text-align: left;
}

.top_banner{
float: left;
}

.left_col{
float: left;
width: 193px;
}

.right_col{
float: right;
width: 657px;
}

.flash{
width: 100%;
background-image: URL('images/bg_flash.gif');
}

.flash img{
display: block;
}

.content_area{
width: 590px;
margin-right: 20px;
background-color: #000000;
color: #ffffff;
}

.footer{
position: relative;
float: left;
width: 100%;
height: 119px;
background-repeat: no-repeat;
background-image: URL('images/footer.gif');
}

.footer_text{
position: absolute;
top:80px;
left: 560px;
font-weight: bold;
font-size: 11px;
}

.footer_text a{
color: #aa4604;
text-decoration: none;
}

.footer_text a:hover{
color: #bf672e;
text-decoration: underline;
}

.brochure_wrap{
border: 3px solid #f96a14;
background-color: #ffffff;
}

.navigation{
    width:193px;
    height:501px;
    background:url('images/navi-bg.gif') top left no-repeat;
    position:relative;
}

#navi-home, #navi-about, #navi-services, #navi-vehicles, #navi-boats, #navi-trail, #navi-moto, #navi-contact{
    display:block;
    position:absolute;
    width:193px;
    height:50px;
    left:0;
}

#navi-home{
    top:10px;
}
#navi-about{
    top: 65px;
}
#navi-services{
    top: 120px;
}
#navi-vehicles{
    top: 175px;
}
#navi-boats{
    top: 220px;
}
#navi-trail{
    top: 275px;
}
#navi-moto{
    top: 320px;
}
#navi-contact{
    top: 380px;
}
