body {
margin: 0 auto;
background: #FFF url(bg.gif) repeat-x;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
text-align: center;
}

img {
display: block;
border: 0;
}

#banner {
width: 750px;
margin: 0 auto;
text-align: center;
}

#banner_yellow {
margin: 0 auto;
margin-bottom: 10px;
width: 750px;
height: 28px;
background: #FFF url(banner_yellow.gif) no-repeat top center;
text-align: left;
}

#banner_yellow div {
margin: 0 0 0 100px;
line-height: 28px;
color: #000;
}

#banner_yellow div a {
color: #339;
text-decoration: none;
font-weight: bold;
}

#banner_yellow div a:hover {
color: #000;
text-decoration: underline;
}

#shell {
margin: 0 auto;
width: 750px;
}

#menu {
width: 210px;
}

#menu a {
display: block;
margin-bottom: 15px;
text-align: left;
color: #339;
text-decoration: none;
font-weight: bold;
}

#menu a.on {
color: #33F;
text-decoration: underline;
}

#menu a:hover {
text-decoration: underline;
color: #00F;
}

#content {
float: right;
margin-bottom: 20px;
width: 525px;
text-align: left;
}

#footer {
clear: both;
padding-top: 10px;
width: 750px;
height: 100px;
border-top: 1px solid #339;
text-align: left;
}







/* ----------------------- fonts ---------------*/

h1 {
margin: -5px 0 3px 0;
border-bottom: 1px solid #609;
font-family: georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
font-size: 25px;
letter-spacing: 2px;
color: #339;
}

h2 {
clear: right;
margin: 10px 0 3px 0;
font-family: georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-transform: uppercase;
color: #339;
}

p {
margin: 0 0 14px 0;
line-height: 20px;
}


ul li, ol li {
margin-bottom: 10px;
}





