body, html {background: #232323; margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 11pt; font-weight: 400;}
body {background: url(images/bg-top.jpg) repeat-x top left; border-top: 1px solid #333; }

#page { width: 900px; margin: .25in auto; border-top: 1px solid #222; background: white url(images/content-bottom.jpg) bottom left repeat-x; border: 2px solid #333; position: relative; padding-bottom: 200px; }

a img {border: 0;}

h3 {margin-top: 0;}

.rounded {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}

.rounded-top {
  -moz-border-radius-topright: 2ex;   -webkit-border-top-right-radius:2ex;
  -moz-border-radius-topleft: 2ex;   -webkit-border-top-left-radius:2ex;
}

.rounded-bottom {
  -moz-border-radius-bottomright: 2ex;   -webkit-border-bottom-right-radius:2ex;
  -moz-border-radius-bottomleft: 2ex;   -webkit-border-bottom-left-radius:2ex;  
}

#header {position: absolute; top: 0; left: 0; background: #b3b3b3 url(images/banner.gif) top left no-repeat; width: 100%; height: 160px;}
#header #ribbon {position: absolute; bottom: 0; left: -5px;}
#header h1 {text-indent: -9999px;}

#header a.register_button {position: absolute; bottom: 45px; right: 10px;}

#sidebar {float: left; top: 300px; left: 0; width: 300px; margin-top: 180px;}

#sidebar ul {list-style: none; padding: 0; margin: 0 10px;}
#sidebar ul li {display: block; width: 280px; line-height: 50px; height: 50px; color: #555;margin: 5px 0; padding: 0 10px;}
#sidebar ul li a {float: left; color: #555; text-decoration: none;-moz-border-radius:3px;-webkit-border-radius:3px; background: #EEE; padding: 0 10px}
#sidebar ul li.active a {font-weight: bold; color: #222; background: #DDD url(images/button-bg-left-active.png) top right no-repeat; padding-right: 60px;}
#sidebar ul li a:hover {display: block; float: none; background-image: none;}
#content {margin: 180px 20px 10px 320px; color: #333; }

#footer {position: absolute; bottom: 0; left: 0; height: 120px; width: 100%; text-align: center; color: #ccc; font-size: 90%; }
#footer a {color: #aaa;}
