* {
    margin: 0;
    padding: 0;
}

body {
    padding: 25px 0;
    font: 13px/19px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #817B56;
    background: #EBC890 url(images/bg.jpg);
}

h3 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 40px;
    font: 17px/24px Georgia, "Times New Roman", Times, serif;
    text-align: left;
    color: #7295BA;
    background: url(images/line_1.gif) repeat-x bottom;
}

h4 {
    padding: 50px 0 10px 0;
    font: bold 16px Georgia, "Times New Roman", Times, serif;
    color: #E0AF53;
}

p {
    padding: 5px 0;
    font: 13px/19px Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    color: #817B56;
}

p.date {
    padding: 0 0 25px 0;
    font: 11px/16px Georgia, "Times New Roman", Times, serif;
    color: #AEA98D;
}

p.comments {
    font-size: 12px;
    text-align: right;
    color: #AEA98D;
}

a {
    color: #6286DE;
    text-decoration: underline;
}

a:hover {
    color: #6286DE;
    text-decoration: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background: url(images/bg_right.gif) repeat-y right;
}

#main_2 {
    margin: 0 8px 0 0;
    width: 892px;
    background: #FDF9F3 url(images/bg_left.jpg) repeat-y left;
}

#left {
    float: left;
    width: 318px;
    text-align: left;
    background: url(images/image.jpg) no-repeat top;
}

#logo {
    height: 280px;
}

#logo h1 {
    padding: 12px 0 0 20px;
    font: 42px/52px Georgia, "Times New Roman", Times, serif;
    color: #A75D1C;
}

#logo h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font: 17px/22px Georgia, "Times New Roman", Times, serif;
    color: #C29A77;
}

#search {
    padding: 0 44px 0 49px;
    height: 70px;
}

#formSearch {
}

#searchInpTxt {
    float: left;
    width: 155px;
    height: 37px;
    background: url(images/inptxt.gif) repeat-x top;
}

#search input.text {
    display: block;
    margin: 6px 0 0 3px;
    width: 150px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #522B0E;
    background: none;
    border: none;
}

#searchInpSub {
    float: right;
    width: 60px;
    height: 32px;
    background: url(images/submit.gif) repeat-x top;
}

#search input.submit {
    display: block;
    float: right;
    padding: 0 0 2px 0;
    width: 60px;
    height: 30px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #DBC8B9;
    background: none;
    border: none;
}

.box {
    margin: 0 65px 30px 70px;
}

.box ul {
    list-style: none;
}

.box ul li {
    padding: 0 0 0 40px;
}

.box ul li a {
    font: 15px/20px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    color: #C19975;
}

.box ul li a:hover {
    text-decoration: none;
    color: #D7EDD7;
}

#lastBox {
    margin-bottom: 0;
}

#right {
    float: right;
    width: 574px;
}

#menu {
    height: 75px;
    font: bold 14px/75px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #E0CFBA;
    background: #295D8F url(images/menu.jpg) repeat-x;
}

#menu a {
    padding: 0 12px;
    font: bold 12px/75px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #E0CFBA;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: none;
    color: White;
}

#cont {
    margin: 0 45px 30px 50px;
}

#bottom {
    clear: both;
}

#bottom p {
    margin: 0 0 0 318px;
    font: 10px/24px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #AEA98D;
}

#bottom a, #bottom a:hover {
    color: #AEA98D;
}

#bottom_2 {
    margin: 0 auto;
    width: 900px;
    height: 8px;
    text-align: left;
    background: url(images/bottom.gif);
    overflow: hidden;
}

#bg_1 {
    position: absolute;
    top: 0;
    left: 892px;
    width: 8px;
    height: 75px;
    background: #EBC890 url(images/bg_1.jpg);
}