body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 13px;
background: #fff url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #3F4C6B; text-decoration: none;}
a:hover { text-decoration: underline; }

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

#header {
background: url(images/header.png) no-repeat;
height: 160px;
}
#header h1 {
font-family: Arial, sans-serif; 
margin: 0;
padding: 40px 0 0 30px;
font-weight: 100;
color: #FFB96F;
font-size: 29px;
letter-spacing: -2px;
line-height: 27px;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; color: #eee; }
#header h2 { font-size: 21px; padding: 0 0 0 30px; margin: 0; color: #eee; font-weight: 100; }

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

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#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;
font-size: 12px;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#contentwrap {
background: url(images/content.png) repeat-y;
padding: 0 20px 0 30px;
}

#content {
margin-top: 10px;
float: left;
width: 510px;
}
#content h2 {
margin: 0;
color: #3F4C6B;
line-height: 30px;
font-weight: 100;
}

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

#sidebar {
float: right;
width: 220px;
background: #fff url(images/bg.jpg) repeat-x;
}

#sidebar h3 {
background: url(images/sidebar.png) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 100;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
font-size: 12px;
}

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

#sidebar ul {
padding: 5px 0 10px 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.png) repeat-y;
height: 80px;
line-height: 80px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
