body,html {
text-align: left;
background-color: #E3F8DD;
font-family: verdana, sans-serif;
font-size: 12px;
color: #E3F8DD;
}

a             { font-weight: bold; text-decoration: none; color: #E3F8DD; }
A:Hover       { font-weight: bold; text-decoration: none; color: #FFFFFF; }
A:Active      { font-weight: bold; text-decoration: none; color: #FFFFFF; }

#wrap {
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#header {
float: left;
text-align: center;
background-color: #FFFFFF;
background: url("images/banner.jpg") no-repeat;
width: 800px;
height: 150px;
margin-top: 1em;
}

#menu {
float: left;
margin-top: 1em;
width: 150px;
height: 400px;
background: url("images/menu.jpg") no-repeat;
}

#menu-top {
float: left;
height: 30px;
width: 110px;
font-size: 14px;
font-weight: bold;
margin-top: 30px;
margin-left: 30px;
overflow: hidden;
display: inline;
}

#menu-cont {
float: left;
height: 240px;
width: 135px;
font-size: 14px;
font-weight: bold;
margin-top: 30px;
margin-left: 15px;
overflow: hidden;
display: inline;
}

#content {
float: left;
margin-top: 1em;
width: 635px;
height: 400px;
background: url("images/content.jpg") no-repeat;
margin-left:15px;
}

#content-bar {
float: left;
margin-left: 165px;
margin-top: 8px;
height: 22px;
width: 350px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
display: inline;
}

#content-main {
float: left;
margin-left: 10px;
margin-top: 10px;
height: 320px;
width: 600px;
display: inline;
}

#footer {
float: left;
margin-top: 1em;
width: 800px;
height: 30px;
background: url("images/footer.jpg");
}

#footer-txt {
margin-left: 300px;
margin-top: 5px;
height: 20px;
width: 230px;
text-align: center;
}