@charset "UTF-8";
body { font: 12px Verdana, Arial, Helvetica, sans-serif; background: #AC2924; margin: 0; padding: 0; text-align: center; color: #000000; }

a { border: 0; color: #CE322C; text-decoration: none; }
a:hover { text-decoration: underline; }

#main_container {background: fff; width: 860px;  margin: 0 auto; }

#container { text-align: left; padding: 20px; min-height: 700px; }

#left { width: 245px; float: left; }

#leftbox { float: left; background: #ddd; width: 215px; color: #555555; padding: 15px; border: 1px solid #888888; }

#content { margin-left: 260px; width: 535px; min-height: 520px; }
#content ul {  font: 12px Verdana, Arial, Helvetica, sans-serif; }

#footer { width: 780px; background: url(../images/footer_background.gif) repeat-x; height: 36px; padding-left: 20px; padding-top: 10px; margin-top: 50px; font-size: 9px; }

#nav { background-image: url(../images/nav_background.gif); background-repeat: no-repeat; width: 535px; height: 65px; text-align: center; padding-top: 30px; }
#nav a { color: #FFFFFF; text-decoration: none;  }
#nav li {display: inline; padding-left: 50px; } 

h1 {font-size: 24px; color: #CE322C; letter-spacing: 3px; }
h2 {font-size: 16px; color: #CE322C; }
h3 {font-size: 12px; color: #CE322C; }
h4 {font-size: 16px; color: #909295; }

history { float: right; text-align: right; }

<!--#AC2924 - Alternate color-->
