* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Georgia, Times, serif;
    color: #AD9D8C;
    text-align: center;
    background: #DED4CA url(images/top.gif) repeat-x top;
}

h1 {
    padding: 15px 0 0 30px;
    font: 46px Georgia, Times, serif;
    color: #9C8B79;
}

h2 {
    padding: 5px 0 0 30px;
    font: bold 16px Georgia, Times, serif;
    color: Black;
}

h3 {
    margin: 10px 0;
    padding: 20px;
    font: 22px Georgia, Times, serif;
}

p {
    padding: 5px 0;
    font: 16px/24px Georgia, Times, serif;
    color: #AD9D8C;
}

p.date {
	margin-bottom: 12px;
	padding: 0 15px;
	font: 12px Georgia, Times, serif;
	color: #84C74D;	
}

ul li {
    margin-left: 38px;
}

a {
    color: #84C74D;
    text-decoration: underline;
}

a:hover {
    color: #84C74D;
    text-decoration: none;
}

#main {
    width: 100%;
    text-align: center;
    background: #523D26 url(images/top.gif) repeat-x top;
}

#main_2 {
    position: relative;
    margin: 0 auto;
    width: 974px;
    text-align: left;
    background: #523D26 url(images/top.gif) repeat-x top;
}

#header {
    height: 230px;
    background: #DED4CA url(images/top.gif) repeat-x top;
}

#logo {
    height: 164px;
}

#search {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 260px;
    height: 40px;
}

#search input.text {
    float: left;
    display: block;
    padding: 8px 5px 0 5px;
    width: 150px;
    height: 28px;
    font: 16px Georgia, Times, serif;
    color: #A59587;
    background: #F9F7F6 url(images/input_txt.gif) repeat-x top;
    border: 1px solid #D9CDC2;
}

#search input.submit {
    float: right;
    display: block;
    width: 89px;
    height: 38px;
    font: bold 16px Georgia, Times, serif;
    color: #523D26;
    background: #C2F096 url(images/search.gif) no-repeat;
    border: none;
}

#menu {
    height: 66px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    margin: 0;
    width: 190px;
}

#menu ul li.menuBr {
    width: 4px;
    height: 66px;
    background: url(images/menu_br.gif) no-repeat;
    overflow: hidden;
}

#menu ul li a {
    margin: 0;
    display: block;
    width: 190px;
    font: 24px/64px Georgia, Times, serif;
    text-align: center;
    text-decoration: none;
    color: #523D26;
    background: #F3F0ED url(images/menu.gif) repeat-x;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #523D26;
    background: #C2F096 url(images/menu_over.gif) repeat-x;
}

#menu ul li a#active {
    background: #C2F096 url(images/menu_over.gif) repeat-x;
}

#middle {
    padding: 0px 2px;
}

#left {
    float: left;
    padding: 10px 0 0 0;
    width: 288px;
}

#left h3 {
    margin: 0;
    color: #AD9D8C;
}

#left ul {
    padding: 20px 20px 20px 0;
    background: #5A4530;
}

#left ul li {
    color: #E0D7CE;
}

#left ul li a {
    color: #E0D7CE;
    text-decoration: none;
}

#left ul li a:hover {
    color: #E0D7CE;
    text-decoration: underline;
}

#right {
    float: right;
    width: 670px;
    text-align: justify;
}

#right h3 {
    color: #E0D7CE;
    background: #5A4530;
}

#right ul {
    margin: 20px 0;
}

#clearing {
    clear: both;
    height: 15px;
    overflow: hidden;
}

#footer {
    width: 100%;
    text-align: center;
    background: url(images/footer.gif) repeat-x top;
}

#footer_2 {
    padding: 20px 0 10px 0;
    margin: 0 auto;
    width: 974px;
    background: url(images/footer.gif) repeat-x top;
}

#footer p {
    font-size: 14px;
    color: #5A4530;
}

#footer a, #footer a:hover {
    color: #69AB29;
}
