/* GLOBALS */
* { padding: 0; margin: 0; }
body { margin: 20px 0; background-color: #abe1fa; background-image: url('../images/clouds.gif'); background-repeat: repeat-x; text-align: center; font-family: Trebuchet MS; font-size: .75em; }

p { line-height: 16px; margin: 10px 0; }

a { color: #00aeef; }
a:hover { text-decoration: underline; color: #000; }

h1 { margin: 10px 0; padding: 0; color: #00CCFF; }

/* STRUCTURE */
#wrap { width: 800px; text-align: left; margin: 0 auto; }
#header { display: block; height: 540px; width: 614px; background-image: url(../images/head.gif); margin: 0 auto; }
#content{ background-color: #FFFFFF; }
.container { clear: both; padding: 10px; height: 300px; border-top: 1px solid #333; overflow-x: hidden; overflow-y:scroll; }
#menu { padding: 10px 0; height: 19px; }
#footer { padding:10px 0; text-align: center; font-size:10px }

/* MENU */
#menu a { font-size: 16px; font-weight: bold; padding: 10px 30px; color: #000; text-decoration: none; background-color: #FFFF00; border-left: 1px solid #333; border-top: 1px solid #333; }
#menu a:last-child { border-right: 1px solid #333; }
#menu a:hover, #menu a#hit { background-color: #00CCFF; }

/* FOOTER */
#footer a { color: #000000; text-decoration: underline; }
#footer a:hover { color:#0099FF; }

/* UNIVERSALS */

.right { float: right; width: 500px; }
.left { float: left; }
.clear { clear: both; }

ul { padding: 0 0 0 10px; }
li { margin: 5px 0; padding: 0; }

/* PAGE SPECIFIC */
#date { float: left; padding: 10px; background-color: #fffac2; width: 225px; margin: 0 15px 15px 0; height: 93%; }
#date p { margin: 0 0 10px 0; }

#featuring b { color: #00CCFF; }
#featuring { color: #333; }