html {
    padding: 0px;
    margin: 0px;
}
	    
body {
    font-family: Arial, helvecia, sans-serif;
    text-align: left;
    background: #d5c2ac;
}

img {
    border: 0px;
}

ul li {
    list-style-type: none;
    line-height: 2.2;
}

#site {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 700px;
    background: url(../images/site.jpg) no-repeat;
}

#menu {
    float: left;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 0.9em !important;
    font-style: italic !important;
    background: url(../images/OA.jpg) no-repeat;
    padding: 5px;
    margin-top: 60px;
    margin-left: 0px;
}

#content {
    float: right;
    width: 450px;
    height: 625px;
    color: #000;
    display: block;
    overflow: auto;
    margin-top: 30px;
    margin-right: 10px;
}

#menu-right {
    float: right;
    width: 135px;
    height: 630px;
    color: #629129;
    text-align: center;
    margin: 25px;
    margin-top: 35px;
}

#left-down {
    float: left;
    width: 200px;
    height: 261px;
    margin-top: 65px;
    margin-left: 20px;
    background: url(../images/seminole.gif);
}

a.link:link {color: #7bae52; text-decoration: underline}
a.link:visited {color: #7bae52; text-decoration: underline}
a.link:hover {color: #9c6529; text-decoration: overline}
