body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #f9f5e3 url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}

a { color: #646F00; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

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

#header {
background: url(images/header.png) no-repeat;
height: 100px;
font-family: Georgia, sans-serif; 
}
#header h1 {
margin: 0;
padding: 22px 0 0 30px;
font-weight: 100;
font-size: 27px;
letter-spacing: -1px;
color: #646F00;
}
#header h1 a { text-decoration: none; color: #646F00; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #646F00; }

#header h2 { padding: 0 0 0 30px; margin: 0; color: #696969; font-weight: 100; font-size:18px; }

#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-size: 14px;
font-weight: 100;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

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

#content {
float: left;
width: 520px;
margin-top: 15px;
}
#content h2 {
margin: 0;
color: #555;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

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

#sidebar {
float: right;
width: 280px;
margin-top: 10px;
}

#sidebar h3 {
height: 30px;
line-height: 30px;
font-size: 16px;
font-weight: 100;
margin: 0; padding: 0 0 0 0; 
color: #fff;
}

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

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
color: #fff;
list-style-type: circle;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul li a { color: #fff; font-size: 13px;}

#sidebar ul ul { padding: 2px 0 2px 20px; }

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

#bottomcontent {
background: url(images/bottomcontent.png) repeat-y;
padding: 10px 30px;
font-size: 18px;
color: #999;
text-align: center;
font-style: italic;
}

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

#footer { 
text-align: center;
color: #111;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #111; }
#footer a:hover { text-decoration: underline; }

