/* Main CSS Document */

@import url("core.css");

#container { width: 800px; margin: 0px auto; background-image: url(../images/bg-content-white.gif); background-repeat: repeat-y; background-color: #FFFFFF; }
#container .background { width: 800px;  background-image: url(../images/bg-content.gif); background-repeat: no-repeat; }

#header { width: 763px; margin: 0px auto; }

#nav { width: 759px; height: 30px; background-image: url(../images/bg-nav.gif); background-repeat: repeat-x; background-color: #000000; padding: 0px 2px 0px 2px; margin: 0px auto; text-align: center; padding-top: 12px; }
#nav ul li { margin: 0px; display: inline; font-size: 11px; color:#ffffff; text-transform: uppercase; font-weight: bold; }
#nav a:link, #nav a:visited { color: #ffffff; text-decoration: none; }
#nav a:hover { color: #ffcc00; }

#content { width: 763px; margin: 0px auto; border-top: solid 1px #ffffff; }
#content .left { width: 213px; float: left; font-size: 11px; color: #000000; }
#content .left .newsletter { width: 173px; background-color: #ffdc52; padding: 20px; text-align: center; }
#content .right { width: 499px; float: right; padding: 20px; }
#content li { color: #666666; list-style-position: inside; list-style-type: disc; padding-left: 20px; }

#footer { width: 800px; height: 38px; padding-top: 27px; font-size: 11px; text-align: center; background-image: url(../images/bg-footer.gif); background-repeat: no-repeat; }
#footer ul li { display: inline; color: #000000; }
#footer a:link, #footer a:visited { color: #000000; text-decoration: none; }
#footer a:hover { color: #727272; text-decoration: underline; }

