
* {
margin : 0;
padding : 0;
}
a {
color : #999;
text-decoration : none;
}
body {
background : #000 url(img/bg.png) repeat-x fixed left bottom;
color : #ffffff;
margin : 20px 0;
text-align : center;
font : normal 0.9em sans-serif, Arial;
}
ul {
margin : 12px 0;
}
li {
list-style : url(img/li.gif);
margin-left : 18px;
}
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;
}
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 {
background : #000;
border : 3px double #eee;
border-color : #141414 #202020 #222 #202020;
margin : 20px auto 4px auto;
text-align : left;
width : 800px;
}
div #header {
width : 800px;
height : 260px;
}
.gfx {
background : url(img/bg1.png) no-repeat;
width : 800px;
height : 240px;
}
.gfx h1 {
color : #111;
font : normal 2.6em Tahoma, sans-serif;
padding : 16px 20px;
}
.menu_holder {
width : 800px;
height : 38px;
}
.menu a {
background : url(img/bgmenu.png) repeat-x;
border-top : 1px solid #1a1a1a;
font-size : 1.3em;
float : left;
padding-top : 2px;
width : 149px;
height : 36px;
}
.menu a span {
padding-left : 6px;
}
.menu a:hover {
background-position : left bottom;
color : #666;
}
.menu a#last {
width : 202px;
border-right : none;
}
.content {
border-top : 1px solid #1a1a1a;
background : #1a1a1a;
clear : both;
}
.content h1 {
margin : 0 0 4px;
font : bold 1.1em sans-serif, Arial;
color : #666;
}
.content p {
margin : 5px 0 12px;
}
.item {
background : #030303 url(img/bgitem.gif) repeat-x;
padding : 8px 10px;
}
.footer {
padding : 5px;
background : #a5d8da;
color : #000000;
}