* {
    padding: 0;
    margin: 0;
} 

body {
background: #669933;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 15px;
color: #ff3300;
}

img { border: none; }
a { color: #ccff00; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #380202 url('css/top.gif') no-repeat;
padding-left:0; padding-right:0; padding-top:15px; padding-bottom:15px
}

#header {
background: #380202 url('css/header2.gif') no-repeat;
height: 90px
}
#header h1 {
padding: 15px 0 0 40px;
font-size: 25px;
letter-spacing: -2px;
}
#header h1 a {
color: #bbb;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}

#content {
background: #380202 url('css/content.gif') repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
}
#left h2 { 
background: #fff url('css/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: #ff6600; 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: 550px;
padding: 10px 0 0 10px;
}
#center h1 {
background: #fff url('css/contenth3.gif') no-repeat;
height: 30px;
line-height: 30px;
width: 400px;
font-size: 14px;
letter-spacing: -.5px;
font-weight: 140;
padding-left:10px; padding-right:10px; padding-top:00; padding-bottom:0
}

#center h2 {
background: #fff url('css/contenth3.gif') no-repeat;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -.50px;
font-weight: 100;
padding-left:10px; padding-right:10px; padding-top:1; padding-bottom:0
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }

#right {
float: right; 
width: 10px;
padding: 10px 30px 10px 0;
}
#right h2 { 
background: #fff url('css/sidebarh2.gif') no-repeat;
color: #99ff00; 
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: #000; }

#bottom { 
background: #ff6699 url('css/bottom.gif') no-repeat;
padding-left:0; padding-right:0; padding-top:15px; padding-bottom:15px
}

#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; }