body {
    margin: 0;
    padding: 0;
    background: #1f2021 url(../images/img01.jpg) repeat-x;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #cccccc;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: tahoma;
    color: #0092DA;
    font-size: 14px;
}
h2 { text-transform: uppercase; font-size: 14px; }
h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}
p, blockquote, ul, ol { line-height: 18px; text-align: justify; }
blockquote {
    padding-left: 20px;
    background: url(../images/img05.gif) repeat-y;
}
a { color: #00C1EF; text-decoration: none; }
a:hover { color: #0079ca; }
img { border: 0; }
.clear { clear: both; }
/* Header */
#header {
    width: 800px;
    height: 160px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-image: url(../images/down_01.gif);
}
#header h1, #header h2 {
    text-transform: lowercase;
    font-weight: normal;
    color: #0092DA;
}
#header h1 {
    float: left;
    padding: 120px 0 0 20px;
    font-size: 36px;
}
#header h2 {
    float: right;
    padding: 134px 20px 0 0;
    font-size: 22px;
}
/* Menu */
.menu_left {
    background: url(../images/img2.gif) no-repeat center center;
    height: 40px;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}
.menu_item_left { height: 40px; float: left; }
.menu_div { margin-left: auto; margin-right: auto; width: 100%; text-align: center; }
.menu_item { height: 40px; float: left; }
.menu_img { width: 101px; height: 40px; }

/* Content */
#content {
    width: 730px;
    padding: 20px;
    background-color: #191a1b;
    background-image: url(../images/img04.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border: 1px solid #2c2e2f;
}
/* Posts */
#posts {
    float: left;
    width: 500px;
}
/* Links */
#links {
    float: right;
    width: 200px;
    padding-left: 10px;
    background: url(../images/img05.gif) repeat-y;
}
#links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#links li ul { padding: 5px 0 30px 0; }
#links li li {
    padding: 7px 10px;
    background: url(../images/img06.gif) repeat-x left bottom;
}
#links li a {
    text-decoration: none;
}
#links li a:hover {
    text-decoration: underline;
}
#links li i {
    font-style: normal;
    font-size: 9px;
}
#links li h2 { font-size: 14px; }
/* Footer */
#footer {
    height: 50px;
    padding: 20px;
    background-color: #1f2021;
    background-image: url(../images/img07.gif);
    background-repeat: repeat-x;
}
#footer p { text-align: center; color: #999999; }
code {
    background-color: #353638;
    border: 1px solid #F0F0F0;
    border-left: 4px solid #39F;
    color: #cccccc;
    display: block;
    font-size: 11px;
    font-family: "tahoma", serif;
    margin-bottom: 8px;
    padding: 4px 6px;
    white-space: pre;
}

ul.ul_image {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.ul_image li {
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 20px;
    padding-top: 3px;
}

li.active {
    background-image: url(../images/go.png);
}

li.retired {
    background-image: url(../images/stop.png);
}

span.retired {
    color: #f00;
    font-weight: bold;
}

span.error {
    color: #f00;
    font-weight: bold;
}