﻿* {margin: 0;padding: 0;}

body, html {
    margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
}

img.left {
	float: left;
	margin: 4px 10px 0 0;
}

table {
    font-family: Arial;
    font-size: 10pt;
    width: 527px;
}

tr {
    vertical-align: top;
}

#page {
    width: 800px;
    margin: auto;
}

#header {
    width: 800px;
    height: 210px;
    background-image: url('images/header.png');
}

#content {
    min-height: 400px;
    margin-top: -16px;
    background-color: White;
    width: 750px;
    float: right;
    border-right: solid 1px #7B6357;
    border-left: solid 1px #7B6357;
}

#menu {    
    margin: 0;
    padding-top: 20px;
    width: 180px;
    height: 400px;
    float: left;
    background: url('images/menubg.png') no-repeat;
}

#menu h2 {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    float: right;
}

#menu a.leftbutton {   
    display: block;
    background-image: url('images/button.png');
    width: 120px;
    height: 22px;
    text-decoration: none;
    color: #794D3F;
}

#menu a.leftbutton:hover {   
    background-image: url('images/button-hover.png');
    color: White;
}


#main {
    width: 550px;
    float: right;
}

#main p {
    font-family: Arial;
    color: Black;
    font-size: 10pt;
    padding: 10px 10px 10px 0;
}

#main a:hover {
    color: Blue;
}

.style5 {
	font-size: 12px;
	color: Black;}


#footer {
    clear: both;
    background-color: #7B6357;
    font-family: Arial;
    font-size: 10pt;
    color: White;
    width: 752px;
    height: 30px;
    float: right;
}

#footer p {
    padding-top: 5px;
}