* {
    padding: 0;
    margin: 0;
} 

body {
background: #4E4421;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: none; }
a { color: #0A2A09; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #9dcf9b; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

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

#header {
background: #4E4421 url(images/logo4.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 210px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 0 33px;
text-align: left;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
text-decoration: none;
}
#header h2 {
font-size: 13px;
color: #fff;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

#menu {
background: #0A2A09 url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
	float:left;
	list-style-type:none;
	color: #000000;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #000000;
}
#menu li a:hover {
color:#000000;
text-decoration:none;
background: #0A2A09 url(images/menuover.jpg) repeat-x;
}

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

#left {
	width: 760px;
	float: left;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#right{
padding: 20px 0;
width: 160px;
float: right;
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #706537; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #999; }

#footer {
font-size: 10px;
color: #000000;
text-align: center;
height: 30px;
line-height: 30px;
background: #4E4421 url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #ccc;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

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