a {
text-decoration: none;
}

h1, h4 {
font-variant: small-caps;
margin-left: 20px;
}

hr {
color: #000;
background-color: #000;
height: 1px;
border: 0px;
width: 80%;
}

body {
background: #333 url(bg.png) repeat;
font-family: "Verdana", sans-serif;
font-size: 11px;
line-height: 20px;
}

table {
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
td, th {
padding: 8px;
border-right: 1px solid #000;
border-top: 1px solid #000;
}

li {
list-style-image: url(arrow.png);
margin-left: -15px;
}

#wrap {
margin: auto;
width: 710px;
border-top: solid 10px #000;
border-left: solid 10px #000;
border-right: solid 10px #000;
background: #222 url(back.png) repeat-y;
}

#header {
background: #444 url(banner.png) no-repeat;
margin: 0;
height: 113px;
border-bottom: 2px solid #FC0;
}

#left {
float: left;
display: inline;
width: 181px;
margin: 0px;
margin-bottom: 10px;
background-color: #444;
border-right: 1px solid #000;
}

#navlist {
width: 181px;
padding: 0px;
margin: 0px;
font-weight: bold;
}
#navlist li {
list-style: none;
border-bottom: 1px solid #000;
margin-left: 0px;
}
#navlist li:before { content: ""; }
#navlist li a {
display: block;
width: 165px;
padding: 4px 8px 4px 8px;
background: #444;
text-decoration: none;
text-align: left;
}
#navlist a:link, #navlist a:visited {
color: #FC0;
}
#navlist a:hover {
background: #000;
}
#navlist .active {
background: #666;
}

#news {
color: #FFF;
}
#news a {
color: #FC0;
padding-bottom: 1px;
border-bottom: 1px solid #FC0;
}
#news a:hover {
color: #FC0;
border-bottom: 1px solid #444;
}
#news p {
margin: 8px;
}

#content {
float: right;
display: inline;
padding: 29px;
width: 470px;
color: #EEE;
}
#content a {
color: #FC0;
padding-bottom: 1px;
border-bottom: 1px solid #FC0;
}
#content a:hover {
color: #FC0;
border-bottom: 1px solid #222;
}
#content p {
margin-top: 0px;
margin-bottom: 10px;
}

#content .box {
border: 1px solid #FC0;
background-color: #111;
padding: 5px;
color: #EEE;
margin-bottom: 10px;
}
#content .box p {
margin: 0px;
}
#content .box a:hover {
border-bottom: 1px solid #111;
}

#footer {
text-align: center;
font-size: 9px;
padding: 1px 0px 3px 0px;
background-color: #000;
color: #333;
}
#footer a {
color: #333;
padding-bottom: 0px;
border-bottom: 1px solid #333;
}
#footer a:hover {
color: #FC0;
border-bottom: 1px solid #FC0;
}

.left {
float: left;
}

.right {
float: right;
}

.clean {
clear: both;
}

.rtd {
text-align: right;
}
.ctd {
text-align: center;
}
