body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #fff url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}

a { color: #658F00; text-decoration: none;}
a:hover { text-decoration: underline; }

h1 {
margin: 0;
padding:40px 0 0 30px;
font-weight: 100;
font-size: 23px;
letter-spacing: -2px;
}
h1 a { text-decoration: none; color: #FBFEF4; }
h1 a:hover { border-bottom: 1px dotted #FBFEF4; color: #FBFEF4; text-decoration: none;}

#wrap { 
width: 1050px;
margin: 20px auto;
}

#header {
background: url(images/header.png) no-repeat;
height: 120px;
}

#contentwrap {
background: url(images/content.png) repeat-y;
padding: 0 30px;
}

#content {
float: left;
width: 600px;
margin-top: 10px;
}
#content h2 {
margin: 0;
color: #658F00;
line-height: 30px;
font-size: 19px;
font-weight: 100;
letter-spacing: -1px;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;
margin-top: 13px;
width: 220px;
}

#sidebar h3 {
background: url(images/sidebarh3.png) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 20px 15px;
list-style-type: none;
}

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}

#footer { 
background: url(images/footer.png) no-repeat;
text-align: center;
color: #fff;
height: 70px;
line-height: 70px;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
