<!--
body { color: white;
       background-color: #09509E;
       font:100.01%/1.1 "Lucida Sans", Arial, "Times New Roman", Times, sans-serif }
h1 {font-size:1.3em;margin-bottom:10px}
h2 {font-size:1.05em;border-left:5px solid #099E50;padding-left:5px;margin-top:20px}
h1,h2 {margin-left:10px;font-weight:normal}
a { color: white }
p {margin:10px 10px}
img {margin:10px 10px}
#header {background:#09509E}
#footer {background:#099E50}
#header,#menu,#content,#sub-section,#footer {padding:10px 0;font-size:.9em}
#content div {margin:10px}
#content div {margin-right:20px}
#content div img {display:inline;vertical-align:middle}
#sub-section div {text-align:center}
.thumbnail {border:1px solid #FFF}
body {min-width:640px}
/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an orizontal scrollbar)  */
#header,#menu,#content,#sub-section,#footer {overflow:hidden;display:inline-block}
#header,#footer  {width:100%} /* safari and opera need this */
#menu,#content,#sub-section   {float:left}
#content {width:57%;margin-left:20%;display:inline}
/* opera 7 shoots this container at the top left corner of the viewport */
#menu {width:18%;margin-left:-77%;display:inline}
#sub-section {width:22%}
#footer {clear:both}
-->