body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background: #666666;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
}

h1 {
 font-size: 14px;
 color: #555;
}

h2 {
 font-size: 12px;
 color: #555;
}

a {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

#menu a {
 color: #BBB;
 text-decoration: none;
}

#menu a:hover {
 color: #FFF;
 text-decoration: none;
}

#footer a {
 color: #FFF;
 text-decoration: none;
}

#footer a:hover {
 color: #FFF;
 text-decoration: underline;
}

/**** containers ****/

#all {
 width: 755px;
 margin: 0px auto;
}

#header {
 width: 753px;
 height: 200px;
 margin-top: 5px;
 margin-bottom: 5px;
 border: 1px solid #000;
 background: url(images/banner.jpg) no-repeat top left;
}

#menu_header {
 color: #BBB;
 text-align: center;
}

#menu {
 width: 158px;
 float: left;
 padding: 10px;
 margin-right: 5px;
 border: 1px solid #000;
 background: #000;
 text-align: left;
 color: #FFF;
 font-weight: bold;
}

#main {
 width: 548px;
 float: right;
 padding: 10px;
 border: 1px solid #000;
 background: #FFF;
 text-align: left;
}

#footer {
 width: 743px;
 float: left;
 padding: 5px;
 margin-top: 5px;
 margin-bottom: 15px;
 border: 1px solid #000;
 background: #000;
 color: #FFF;
}
