@charset 'utf-8';
/* CSS Document */

body{
background:url(../images/top_bg.gif) repeat-x center top;
background-color:#fff;
}

a{
outline:none;
text-decoration:none;
}

.blank{
clear:both;
height:0px;
}

.wrapper{
width:960px;
margin:0 auto;
font-family:'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
}

#header{
background:url(../images/background.jpg) no-repeat center;
width:100%;
height:702px;
border-top:12px solid #38371f;
}
#logo{
width:186px;
height:132px;
margin-left:25px;
}

#footer{
clear:left;
background:url(../images/footer_bg.jpg) no-repeat top center;
background-color:#1e1b14;
height:50px;
width:100%;
text-align:center;
color:#897e64;
z-index:100;
padding-top:10px;
}
#footer a{
color:#64d3cd;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}
#footer a span{
color:#fff;
}
#footer a:hover, #footer a:hover span{
color:#f16f28;
}


