/* CSS Document */
/* IE */
* html #info { margin: 0; padding-top: 10px; }
* html .picture_box { margin-left: 20px; }
* html .list_box { margin-right: 20px; }

/* REAL DEAL */
#menu_info { float: left; width: 657px; min-height: 100px; background: url(../images/menu_header_bg.gif) top left repeat-x; border-left: 2px solid white; border-right: 2px solid white; }
#info { margin-top: 13px; padding: 22px; background-color: #f6d000; text-align: center; border-top: 1px solid #6f5c36; border-bottom: 1px solid #6f5c36; }
#info h1 { font-size: 2.6em; color: #5e400b; }
#menu li.containers a { text-decoration: none; color: #66a9e4; padding: 10px; background-color: #ddefff; }
#body { padding: 20px; margin-top: 20px; text-align: center; }
#body p.intro { margin-bottom: 20px; padding: 20px 50px; font-size: 1.2em; line-height: 1.3em; background: url(../images/helmet.gif) center left no-repeat #ddefff; border-bottom: 2px solid #4295de; border-top: 2px solid #4295de; }
.picture_box { float: left; padding-top: 10px; margin-left: 30px; }
.list_box { float: right; width: 300px; margin-right: 50px; }
.list_box ul { list-style-type: none; text-align: left; }
.list_box li { font-size: 1.3em; margin-left: 10px; background: url(../images/yellow_bullet.gif) top left no-repeat; padding-left: 15px; line-height: 1.7em; }
.list_box li.header { margin-left: 0; color: #4295de; font-size: 1.6em; font-weight: bold; background: none; }




