html { background: #006176; }

body {
	margin: 0;
	padding: 0;
	background: black;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a { color: #999; }

h1 { margin: 0 0 1em; padding: 0 0 5px; font-weight: normal; font-size: 180%; background: url(../graphics/heading.gif) no-repeat bottom left; }

img { border: 0 none; }

.fixed { width: 900px; margin: 0 auto; }

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */

#wrapper { width: 900px; margin: 0 auto; }

#banner { position: relative; height: 197px; background: url(../graphics/banner.png) no-repeat; }
#banner a { text-decoration: none; display: block; width: 400px; height: 40px; position: absolute; right: 0; top: 110px; }

#sidebar { float: left; width: 160px; padding: 60px 20px 20px; }
#sidebar ul { margin: 0; padding: 0; }
#sidebar li { list-style-type: none; display: block; padding: 0.5em 0; }
#sidebar li a, #sidebar .nav_active li a { display: block; color: white; text-decoration: none; height: 20px; line-height: 20px; padding: 0 5px; font-size: 110%; font-weight: bold; }
#sidebar li a:hover, #sidebar .nav_active li a:hover { background: url(../graphics/nav_hover.gif) repeat-y; }
#sidebar .nav_active a, #sidebar .nav_active .nav_active a { color: #999; }
#sidebar .nav_active a:hover, #sidebar .nav_active .nav_active a:hover { background: none; }
#sidebar ul ul { margin-top: 0.5em; }
#sidebar .nav_active li a { padding: 0 5px 0 15px; }

#content { background: url(../graphics/divider.gif) repeat-y; padding: 15px 20px 20px; margin-left: 200px; }
#content p { margin-bottom: 0; line-height: 1.5em; }

#gallery { margin: 1em 0 0; padding: 0; }
#gallery li { position: relative; list-style-type: none; width: 128px; height: 128px; padding: 5px; margin: 0 25px 30px 0; float: left; text-align: center; border: 1px solid #333; }
* html #gallery li { margin: 0 15px 30px 0; }
#gallery li:hover, #gallery li.hover { border: 1px solid #555; }
#gallery li a { position: relative; overflow: hidden; display: block; width: 130px; height: 130px; outline: none; }

#footer { font-size: 90%; background: url(../graphics/footer.gif) repeat-x; height: 44px; line-height: 44px; margin-top: 2em; }
#footer a { color: white; }