* { margin: 0; padding: 0; }
a { color: #006600; text-decoration: none; }
a:hover { color: #006600; text-decoration: underline; }
body { background: #000 url(img/bg.png) repeat-x fixed left bottom; color: #aaa; margin: 20px 0; text-align: center; font: normal 0.8em Arial; }
code { font: normal 1em "Lucida Sans Unicode", serif; background: url(img/bgcode.gif); color: #888; display: block; padding: 3px 6px; white-space: pre; margin-bottom: 12px; }
/* Misc */
div.quote { margin-bottom: 12px; font: normal 1.1em "Lucida Sans Unicode", serif; background: url(img/quote.gif) no-repeat; padding-left: 28px; color: #666;}
/* Main structure */
.clr{ clear:both;}
.leftmenu { width:250px; float:left; }

.main { background: #000; border: 4px double #303030; margin: 20px auto 4px auto; text-align: left; width: 800px; }
/* Header */
.gfx { background: #222 url(img/dark_pixel.jpg) center no-repeat; height: 150px; }
.gfx b { color: #aaa; font: normal 2.6em Tahoma, sans-serif; padding: 16px 20px; display:block;}
.gfx span { color: #aaa; font: normal 1.0em Tahoma, sans-serif; padding: 16px 20px; display:block; }

/* Content */
.content { border-top: 1px solid #1A1A1A; background: #1A1A1A; width:550px; float: right;}
.content h1 { margin: 0 0 12px 0; font: bold 2.0em sans-serif, Arial; color: #159EB7; }
.content h2 { margin: 0 0 12px 0; font: bold 1.4em sans-serif, Arial; color: #aaa; }

.content p { margin: 0 0 12px; }
.item { background: #030303 url(img/bgitem.gif) repeat-x; padding: 8px 20px; }
/* Footer */
.item1 { background: #030303 url(img/bgitem.gif) repeat-x; padding: 8px 20px;}
.footer { padding: 20px 10px; background: #0A0A0A url(img/bgitem.gif) repeat-x; color: #666; }

.nav { clear: both; text-align: left; color:#7D8085; padding: 20px 0 0 0;  list-style:none; font-size:14px; }
.nav { margin:0; padding-top:22px; }
.nav li { font-weight: bold; margin: 0 12px 0px 10px; border-bottom: 1px solid #444; list-style:none; }
.nav li a { color: #629EB7; text-decoration: none; padding: 8px 0 5px 6px; display:block; }
.nav li a:hover { color: #F29900; text-decoration: none; background:#333333 }

