body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 13px;
background: #5F4523;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #5F4523; text-decoration: none;}
a:hover { text-decoration: underline; }

#wrap { 
width: 800px;
margin: 20px auto;
padding: 20px;
background: #fff;
}

#header {
background: url(images/header.jpg) no-repeat;
height: 150px;
}
#header h1 {
font-family: Arial, sans-serif; 
margin: 0;
padding: 45px 0 0 20px;
font-weight: 100;
color: #FFB96F;
font-size: 39px;
letter-spacing: -2px;
line-height: 27px;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; color: #FFD6AF; }
#header h2 { font-size: 21px; padding: 5px 0 0 20px; margin: 0; color: #eee; font-weight: 100; text-transform: uppercase; }

#menu {
background: url(images/menu.jpg) no-repeat;
height: 40px;
line-height: 40px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-weight: 100;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#menubottom { background: url(images/menubottom.jpg) no-repeat; padding: 10px 0; }

#contentwrap {
padding: 0 20px 0 0;
background: #fff;
}

#content {
float: right;
width: 510px;
}
#content h2 {
margin: 0;
color: #5F4523;
line-height: 30px;
font-weight: 100;
font-size: 25px;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: left;
width: 250px;
}

#sidebar h3 {
background: url(images/sidebarh3.jpg) no-repeat;
height: 60px;
line-height: 40px;
font-weight: 100;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 0 0 30px 15px;
margin: 0;
color: #aaa;
list-style-type: none;
}

#sidebar ul li {
background: url(images/bullet.png) no-repeat center left;
padding: 1px 0 2px 22px;
margin: 0;
}
#sidebar ul li a {  }

#footer { 
text-align: center;
color: #fff;
background: url(images/footer.jpg) repeat-y;
height: 60px;
line-height: 80px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
