@charset "utf-8";
/* CSS Document */
body {background:#000033; color:#FFCC00}
h1 {font-size:30px; font-weight:bold; text-align:center; margin:15px 0 0 0; text-decoration:underline}
h2 {font-size:24px}
h3 {font-size:18px}
h4 {font-size:16px}
p  {margin-bottom:10px}
a {color:#FFFFFF; text-decoration:none}
a:hover {text-decoration:underline}
.wrapper {width:900px; margin:0 auto}
.header {height:100px;}
.left-nav {width:200px; float:left}
.main {width:700px; float:left}
.clear {clear:both}
.footer {height:100px; text-align:center}
