* {
    padding: 0;
    margin: 0;
} 

body {
background: #380202;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #434F2B; text-decoration: none; }
a:hover { text-decoration: none; color : #380202;}

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

#top {
background: #380202 url(images/top.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #380202 url(images/header1.gif) no-repeat;
height: 120px;
padding: 0px 0 0 00px;
  text-align: center
}
#header h1 {
padding: 30px 10px 10px 10px;
font-size: 25px;
letter-spacing: -1px;
}
#header h1 a {
color: #bbb;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 30px;
font-size: 17px;
color: #eee;
font-weight: 100;
}
#nav {
/*background: #fff url(images/sidebarh2.gif) no-repeat;*/
background:#AFCD70;
border-top:2px solid #889F57;
border-bottom:2px solid #889F57;
margin: 0px 10px 0px 10px;
padding:05px 5px 5px 30px;

}

#nav ul {
list-style:none;
margin:0;
padding:0;
}

#nav li {
display:inline;
margin:0;
padding:0 2em 0 0;
}

#nav li a {
font-weight:700;
text-decoration:none;
}


#nav li a:link {
	color:#380202;
}



#content {
background: #380202 url(images/content.gif) repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 160px;
padding: 10px 0 10px 30px;

}
#left img{
float: none;
padding: 10px 0 10px 8px;
}

#left h2 {
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #fff; 
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { color: #2C4715; padding: 5px 0 5px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #2C4715; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
float: left;
width: 390px;
padding: 10px 10px 10px 10px;
background-color:#FFFFCC
 
}
#center h2 {
background:  url(images/contenth2.gif) no-repeat;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: 0px;
font-weight: 100;
padding : 0px 0px 5px 5px;
}
#center h2 a { color: #fff; }
#center h2 a:hover {  text-decoration: none; }

#right {
float: right; 
width: 160px;
padding: 10px 30px 10px 0;
}
#right h2 {
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #005EB0; 
height: 30px;
line-height: 30px;
color: #fff;
padding-left: 10px;
font-size: 18px;
letter-spacing: 0px; 
font-weight: 100;
}
#right ul { color: #2C4715; padding: 5px 0 5px 30px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { color: #2C4715; text-decoration: none;  }
#right ul li a:hover { color: #000; }

#bottom { 
background: #380202 url(images/bottom.gif) no-repeat;
padding: 15px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #eee;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

