*{
margin:0;
padding:0;
}

body {
        background-color: #c5c688;
        margin: 0px auto 0px auto;
}

img {
        padding: 10px;
}

#pagecontainer {
        margin: 0px auto 0px auto;
        background-image: url(images/bg.jpg);
        background-repeat: repeat-x;
        background-color: #ffffff;
        border: 0px solid blue;
        text-align: center;
        font-family: verdana, arial, san-serif;
        font-size: 0.8em;
        color: #333333;
}

#top_content {
        margin: 0px auto 0px auto;
        width: 731px;
        height: 104px;
        text-align: center;
}


#logo {
        position: relative;
        top: 43px;
}

#main_content_container {
        width: 1000px;
        border: 0px solid orange;
        background-image: url(images/trees.gif);
        background-repeat: no-repeat;
        background-position: bottom;
        margin: 0px auto 0px auto;
}

#main_content {
        margin: 0px auto 0px auto;
        width: 731px;
        min-height: 500px;
        border: 1px solid #c5c688;
        border-bottom: 0px;
        background-color: #ffffff;
        text-align: left;
}

*html #main_content {
        height: 500px;
}

div#banner {
        background-image: url(images/banner.jpg);
        background-repeat: no-repeat;
        width: 709px;
        height: 180px;
        margin: 10px 10px 0px 10px;        
        border-bottom: 2px solid #c5c688;
}

div#site_content {
        border: 0px solid red;
        padding: 10px;
}

div#left_content {
        float: left;
        width: 181px;

        border: 1px solid #cfcfcf;
}

div#right_content {
        float: right;
        width: 495px;
        border: 0px solid #cfcfcf;
        padding: 20px 10px 10px 10px;
}

*html div#right_content {
        width: 515px;
}

div.clear {
        clear: both;
}

div#footer {        
        width: 731px;
        height: 100px;
        margin: 0px auto 0px auto;
        border: 0px solid red;
        background-color: #c5c688;
}

h1 {
        font-size: 1.2em;
        font-weight: bold;
        color: #c5c688;
}

p.title_address {
        font-size: 0.8em;
        margin-top: 0.1em;
        margin-bottom: 2em;
}

p {
        margin: 20px 0px 20px 0px;
}

#main_content ul {
                padding-left: 20px;
                list-style: none;
}
#left_content ul {
        list-style: none;
        margin-top: 20px;
        padding-left: 0;
}

#left_content a {
        color: #333333;
        height: 14px;
        text-decoration: none;
        display: block;
        padding: 4px 17px 4px 20px;
        margin: 2px 5px 2px 5px;
        font-size: 0.8em;
}

#left_content a:hover {
        background-color: #bdcbec;
}

#left_content ul li.active a {
        background-color: #bdcbec;
}

#left_content ul li.active a:hover {
        background-color: #bdcbec;
}
