* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/page_bg.jpg) repeat-x #ababab;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #4c8842; }

p {
padding: 4px 2px 12px 2px;
margin:
}

ul {
margin: 4px 4px 12px 0px;
}

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

#top {
background: #FFF;
padding: 0px;
}

#header {
background: #380202 url(images/header.png) no-repeat;
height: 90px;
}
#header h1 {
padding: 20px 0 0 40px;
font-size: 25px;
letter-spacing: -2px;
}

#header h2 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}

#header a{
color: #FFF;
position: relative;
top: 62px;
padding: 5px 10px 12px 10px;
font-weight: bold;
font-size: 100%;
text-decoration: none;
}
#header a:hover{
color: #313131;
text-decoration: none;
background: #FFF;
}

#content {
background: #FFF;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 10px;
}
#left h2 { 
background: url(images/nav_heading_bg.jpg) repeat-x #917c5c;
color: #fff; 
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { color: #2C4715; padding: 0px 0 2px 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: #4c8842; }

#center {
float: left;
width: 600px;
padding: 10px 0 0 10px;
border-right: 1px solid #CCC;
}

#center-wide {
float: left;
width: 780px;
padding: 10px 0 0 10px;
border-left: 1px solid #CCC;
}

#center h2 {
background: url(images/heading_bg.jpg) repeat-x #313131;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 00 10px 0;
color: #FFF;
}

#indent-list {
text-indent: 30px;
}

#center-wide h2 {
background: url(images/heading_bg.jpg) repeat-x #313131;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 00 10px 0;
color: #FFF;
}

#content img {
margin: 2px;
}

#pic_l {
padding: 4px;
margin: 6px;
border:1px solid #CCC;
float:left;
}

#pic_r {
padding: 4px;
margin: 6px;
border:1px solid #CCC;
float:right;
}

#right {
float: right; 
width: 180px;
padding: 10px 10px 10px 0;
}
#right h2 { 
background: url(images/nav_heading_bg.jpg) repeat-x #917c5c;
color: #005EB0; 
height: 30px;
line-height: 30px;
color: #fff;
padding-left: 10px;
font-size: 15px; 
letter-spacing: -1px; 
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: #4c8842; }

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

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

