*{margin:0; padding:0;}

body {
font-family: Verdna, Arial, Helvetica, sans-serif;
font-size: 12px; 
background: #555;
color: #0D4307; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #679608; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }

img{ border: none;} 
img a{border:none;} 

ul { list-style-type: none; }

#page {
	width: 800px;
	margin: 20px auto;
}

#header { 
background: #555 url(images/header.jpg) no-repeat;
height: 210px;
font-family: "Trebuchet MS";
}
#header h1 {
font-size: 33px;
font-weight: 600;
letter-spacing: -1px;
padding: 147px 0 0 30px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
letter-spacing: -1px;
color: #fff;
font-size: 19px;
font-weight: 100;
padding: 7px 0 0 30px;
}

#menu {
background: #555 url(images/menu.jpg) no-repeat;
height: 50px;
line-height: 50px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: #679608 url(images/menuover.jpg) repeat-x;
}

#menubottom {
background: #555 url(images/menubottom.jpg) no-repeat;
padding: 5px 0;
}

#wrapper {
padding: 0 30px 0 20px;
background: #555 url(images/content.jpg) repeat-y;
}


#content {
	float: right;
    width: 500px;
	padding-bottom: 10px;
}

#sidebar {
    float: left;
    width: 230px;
	padding-top: 10px;
}

#footer {
    background: #555 url(images/footer.jpg) repeat-x;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;    font-weight: 100;
    font-size: 12px;
    text-align: center;
    color #fff;
	
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 23px;
    margin: 20px 0 4px; padding: 0 0 3px; 
	color: #679608;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar img { padding: 0; margin: 0; }
#sidebar ul {
    list-style-type: none; 
}

#sidebar h2 { 
background: #edffaf url(images/sidebarh2.jpg) no-repeat;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 0 20px;     
	color: #fff;
	
}

#sidebar li {

}

#sidebar ul {
padding: 6px 0 15px 15px;
}

#sidebar ul li {
    background: url(images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
}
#sidebar ul li a { font-size: 12px;
font-weight: 100; border-bottom: 1px dotted #aaa;}
