* { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { margin-top: 1em; }

body { font-family: tahoma, sans; color: #333; }
#logo { position: absolute; top: 0; left: 0; }      
#top { padding: 0px 0px 10px 220px; margin-top: 30px; height: 50px; background: #000; font-size: 3em; color: #fff; }      

#left { float: left; padding: 50px 10px; width: 180px; background: #eee; }
#left ul { margin: 20px 10px; list-style: none; font-weight: bold; line-height: 1.5em; }
#left ul a { text-decoration: none; color: #000; }
#left ul a:hover { text-decoration: underline; color: #00f; }
#left li.l2 { position: relative; left: 30px; font-size: small; text-align: left; }
#login_form { font-size: small; text-align: center; }

#alerts { padding: 10px; text-align: center; }
.error { background: #f00; color: #ff0; }
.message { background: #ccc; color: #f0f; }

#content { margin-left: 200px; padding: 10px; line-height: 1.2em; }
#announce {background: #ff9; width: 600px; margin: 10px; padding: 10px 30px;}
#announce ul { margin-left: 20px; }
