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

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

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

#header {
height: 110px;
}
#header h1 {
margin: 0;
padding: 40px 0 0 20px;
font-weight: 100;
font-size: 22px;
letter-spacing: -1px;
color: #fff;
}
#header h1 a { text-decoration: none; color: #F9F7ED; }
#header h1 a:hover { text-decoration: none; color: #fff; }

#header h2 { color: #eee; font-size: 15px; font-weight: 100; padding: 0 0 0 20px; }

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

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


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

#content {
float: left;
width: 500px;
margin-top: 10px;
}

#content h2 {
margin: 0;
color: #1f1f1f;
line-height: 30px;
font-size: 17px;
font-weight: bold;
border:1px solid #AAAAAA;
background-color:Green;
color:white;
}

#content h3 {
   margin-bottom:3px;
   padding-left:5px;
   font-size:14px;
   border-left:5px solid #316900;
   border-bottom:1px solid #316900;
}

#content h4 {
   margin-bottom:2px;
   padding:2px 2px 2px 5px;
   font-size:13px;
   color:#fff;
   border-left:5px solid #316900;
   background:#59bd02;
}

#content p {  color:#495057;
}

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

#content li { color: #495057;}

#sidebar {
margin-top: 10px;
float: right;
width: 220px;
background: #F9F7ED;
border-bottom: 5px solid #FFE25F;
}

#sidebar h3 {
margin: 0;
background: #24602A;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 12px;
font-weight: 100;
padding-left: 10px;
text-transform: uppercase;
border-top: 1px solid #2fbf3c;
}

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

#sidebar ul {
padding: 10px 0 25px 20px;
margin: 0;
list-style-type: none;
}

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

#footer { 
text-transform: uppercase;
text-align: center;
color: #111;
font-size: 12px;
background: url(images/footer.jpg) no-repeat;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #111; }
#footer a:hover { text-decoration: underline; }

.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}


#footMenu ul {
   margin:5px 0;
   padding:0;
   text-align:center;
   
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:13px;
   list-style:none;
}

#footMenu li a {
   color:#555;
}

#footMenu li a:hover {
   color:#999;
   text-decoration:underline;
}

