* {
	margin: 0;
	padding: 0;
}

body {
background: #554742 url(images/woodbg.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #554742;
}

a {
text-decoration: none;
color: #9abb62;
}
a:hover {
text-decoration: underline;
color: #f2a026;
}

#wrap {
margin: auto auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 0px solid #000;
}




#header {
height: 160px;
}




#menu {
height: 30px;
line-height: 30px;
background: #f26522;
}
#menu ul {
list-style-type: none;
padding-left: 45px;
}
#menu ul li {
display: block;
float: right;
}
#menu ul li a {
padding: 0 30px 0 0;
background-color: #f26522;
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #ffffff;
}
#menu ul li a:hover {
color: #ffffff;
background-color: #f2a026;
text-decoration: none;
display: block;
}




#content {
padding: 0 20px 20px 0;
}



.main {
float: right;
width: 500px;
text-align: justify;
padding-top: 5px;
}
.main h2 {
margin: 10px 0 5px 0;
font-weight: bold;
line-height: 24px;
color: #9abb62;
font-size: 18px;
}
.main h2 a {
text-decoration: none;
}
.main h2 a:hover {
}




.sub {
float: left;
width: 225px;
height: 500px;
padding-top: 10px;
background: #ffffff url(images/subbg.gif) repeat-x;
}

.sub h1 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 12px;
font-weight: bold;
line-height: 24px;
color: #554742;
font-size: 15px;
}

.sub ul {
list-style-type: none;
padding: 10px 10px 15px 30px;
color: #ffffff;
}
.sub ul li a {
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}
.sub ul li a:hover {
color: #ffffff;
background-color: #acd373;
text-decoration: none;
display: block;
}

#footer {
text-align: center;
font-size: 11px;
color: #534741;
}
#footer a { color: #534741; }
#footer a:hover { color: #534741; }