@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Tahoma, Arial;
background-color:#996633;
font-size:100%;
margin-top:10px;
}

h1, h2, h3{
color:#996633;
}


#outer{
width:775px;
margin:auto;
border:10px solid #ffffff;
}

#inner{
width:775px;
background-color:#FFFFFF;
}

#banner{
width:775px;
}

#menu{
width:775px;
height:28px;
background-color:#996633;
}

#menu ul{
width:775px;
margin:0px;
padding:0px;
}

#menu li{
margin:0px;
padding:0px;
list-style-type:none;
float:left;
width:155px;
}

#menu li a{
font-size:75%;
background-image:url(../images/vertline.jpg);
background-position:right;
background-repeat:no-repeat;
padding-top:5px;
text-align:center;
display:block;
color:#FFFFFF;
font-variant:small-caps;
text-decoration:none;
height:23px;
}

#menu li a:hover{
background-color:#663200;
}

#menu li#last{
width:155px;
}
#menu li#last a{
background-image:none; 
}

#content{
clear:left;
width:775px;
min-height:350px;
font-size:75%;
}

#footer{
width:775px;
padding-top:15px;
padding-bottom:15px;
font-size:70%;
background-color:#996633;
text-align:center;
color:#ffffff;
}

#footer a{
color:#ffffff;
}

#footer a:hover{
color:#663200;
}