body {
margin: 0;
padding: 0;
/*background-color: #88c;*/
text-align: center;
height: 100%;
background: url(images/back3.jpg) repeat-x;
font: normal 14px tahoma;
}

#logo {
 font-size: 30px;
 float: left;
}

#wrap {
 margin: 0 auto;
 padding: 0px;
 width: 800px;
 text-align: left;
 display: block;
 height: 100%;
}

#header {
 display: block;
 margin-top: 6px;
 height: 232px;
 width: 800px;
 background: url(images/header2.gif);
}

#mainmenu {
position: relative;
left: 280px;
top: 205px;
width: 520px;
white-space: nowrap;
text-align: center;
}

a {
 text-decoration: underline;
 color: black;
}

#mainmenu a {
 font: bold 15px tahoma;
 padding-left: 5;
 padding-right: 5;
 text-decoration: none;
}

#mainmenu a:hover {
 color: white;
}

#mainmenu a:hover {
 color: red;
}

#content-wrap {
 margin-top: 8px;
 border: 2px solid #6CBCC9;
 background-color: #88D6CD;
 clear: both;
 padding: 4px;
}

#content {
  min-height:350px;
  height:auto !important;
  height:350px;
}

#legal {
 font-size: 75%;
 text-align: center;
}