body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 14px;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #556799; text-decoration: none;}
a:hover { text-decoration: underline; }

#wrap { 
width: 1000px;
margin: 0px auto;
}

#header {
background: url(images/header.png) no-repeat;
height: 290px;
}
#header h1 {
font-family: Arial, sans-serif; 
margin: 0;
padding: 25px 0 0 10px;
font-weight: 100;
color: #112211;
line-height: 25px;
}
#header h1 a { text-decoration: none; color: #C0C0C0; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #556799; color: #556799; }
#header h2 { padding: 0 0 0 5px; margin: 5px; color: #C0C0C0; 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: #606060;
font-weight: 100;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#top { 
background: url(images/top.png) no-repeat;
padding: 10px 0;
}

#contentwrap {
background: url(images/content.png) repeat-y;
padding: 10 140px 0 10px;
}

#content {
width: 975px;
margin: 0px 0;
padding: 20px 20px;
}

#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: left;
margin: 15px 0;
width: 200px;
}

#sidebar h3 {
height: 30px;
line-height: 30px;
font-weight: 100;
margin: 0; padding: 0 0 0 10px; 
color: #414B5F;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 5px 0 10px 30px;
margin: 0;
color: #556799;
}

#sidebar ul li {
padding: 0;
margin: 0;
}
#sidebar ul li a {  }

#footer { 
text-align: center;
color: #fff;
#background: url(images/footer.png) no-repeat;
height:60px;
line-height: 60px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
