@charset "utf-8";
/* CSS Document */
body 
{ 
background: black; 
margin: 0; 
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white; 
}
a
{
text-decoration: none;
color: white;
}
a:hover
{
color: #ff9800;
}
#site
{
width: 680px;
margin: 0px auto;
}
#header
{
background: url(images/header.jpg) center top no-repeat;
padding-top: 164px;
overflow: hidden;
height: 0px;
}
#header_nav
{
background: url(images/bg_box.jpg) center top repeat-y;
height: 38px;
padding-left: 0px;
}
#header_nav ul
{
background-position: top left;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}
#header_nav li
{
background-position: top left;
background-repeat: no-repeat;
float: left;
list-style: none;
}
li#welcome
{
background-image: url(images/welcome.jpg);
width: 180px;
}
li#welcome a:hover
{
background-image: url(images/welcome_over.jpg);
width: 180px;
}
li#forums
{
background-image: url(images/forums.jpg);
width: 161px;
}
li#forums a:hover
{
background-image: url(images/forums_over.jpg);
width: 161px;
}
li#news
{
background-image: url(images/news.jpg);
width: 159px;
}
li#news a:hover
{
background-image: url(images/news_over.jpg);
width: 159px;
}
li#misc
{
background-image: url(images/misc.jpg);
width: 180px;
}
li#misc a:hover
{
background-image: url(images/misc_over.jpg);
width: 180px;
}
#header_nav a
{
display:block;
overflow: hidden;
height: 0;
text-decoration: none;
padding-top: 38px;
}
#body
{
background: url(images/bg_box.jpg) center top repeat-y;
padding: 15px 35px 15px 35px;
}
#list_header
{
color: #ff9800;
font-size: 16px;
font-weight: bold;
}
#body_list
{
list-style: url(images/bullet3.jpg);
}
li#member
{
color: #0b106d;
font-size: 14px;
font-weight: bold;
list-style: url(images/bullet3.jpg);
padding-top: 5px;
}li#member_info
{
color: white;
font-size: 12px;
list-style: circle;
}
#sub_nav
{
background: url(images/sub_box.jpg) top left no-repeat;
height: 188px;
width: 148px;
text-align: left;
padding: 15px 0px 0 0;
float: left;
}
#sub_nav ul
{
padding-left: 35px;
margin: 0;
list-style: url(images/bullet2.jpg);
}
#sub_nav li
{
padding-left: 0;
margin: 0;
}
#content
{
float: right;
margin-top: -10px;
padding: 0;
width: 435px;
}
#content dt
{
font-size: 14px;
font-weight: bold;
color: #ff9800;
}
dd#image
{
padding: 10px 0;
}
.clearfix
{
clear: both;
}
#footer_nav
{
background: url(images/footer_bar.jpg) center top repeat-y;
height: 61px;
padding-left: 0px;
}
#footer_nav
{
clear: both;
}
#footer_nav ul
{
background-position: bottom left;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}
#footer_nav li
{
background-position: bottom left;
background-repeat: no-repeat;
float: left;
list-style: none;
}
li#left
{
background-image: url(images/foot_left.jpg);
width: 151px;
padding-top: 61px;
display:block;
overflow: hidden;
height: 0;
}
li#snd
{
background-image: url(images/snd.jpg);
width: 184px;
}
li#snd a:hover
{
background-image: url(images/snd_over.jpg);
width: 184px;
}
li#home
{
background-image: url(images/home.jpg);
width: 57px;
}
li#home a:hover
{
background-image: url(images/home_over.jpg);
width: 57px;
}
li#wow
{
background-image: url(images/wow.jpg);
width: 135px;
}
li#wow a:hover
{
background-image: url(images/wow_over.jpg);
width: 135px;
}
li#right
{
background-image: url(images/foot_right.jpg);
width: 153px;
padding-top: 61px;
display:block;
overflow: hidden;
height: 0;
}
#footer_nav a
{
display:block;
overflow: hidden;
height: 0;
text-decoration: none;
padding-top: 61px;
}
#copyright
{
width: 350px;
margin: 0px auto;
font-size: 9px;
padding: 15px 0;
text-align: center;
}