/* Universal Selectors */
/* Element Selectors */
/* Class, Attribute, and Pseudo Selectors */
/* ID Selectors */

img {
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
.wrapped {
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
.float_divider {
    clear: both;
    display: block;
    height: 30px;
    font-size: 1px;
    line-height: 1px;
    }
.float_divider_left {
    clear: left;
    display: block;
    height: 30px;
    font-size: 1px;
    line-height: 1px;
    }
.float_divider_right {
    clear: right;
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    }
.green {
    color: green;
    }
.red {
    color: red;
    }
.white {
    color:white;
    }
body {
    position:relative;
    margin: 0px auto;
    padding: 0px;
    width:1000px;
    color: #E6DDC0;
    background-color: black;
    text-align: center;
    }
#header {
    position: relative;
    display: block;
    width:1000px;
    height: 520px;
    text-align: left;
    }
#header_top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 1000px;
    height: 286px;
    }
#header_bottom {
    position: absolute;
    top: 286px;
    left: 0;
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
#header_status {
    position: absolute;
    font-size: 10px;
    width: 100%;
    text-align: center;
    line-height: 68px;
    }    
#header_left {
    position: absolute;
    top: 353px;
    left: 18px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
#header_right {
    position: absolute;
    top: 354px;;
    left: 205px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
    
#body {
    position: relative;
    width: 1000px;
    min-height: 980px;
    background-image: url("../images/body/background.jpg");
    background-repeat: no-repeat;
    text-align: left;
    }
    
#nav {
    float:left;
    position:relative;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 200px;
    }
#nav_top {
    position: static;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 200px;
    height: 70px;
    background-image: url("../images/nav/nav_top.png");
    background-repeat: no-repeat;

    }
#nav_middle {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    background-image: url("../images/nav/nav_middle.png");
    background-repeat: repeat-y;
    }
#nav_bottom {
    position static;
    width: 200px;
    height: 46px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url("../images/nav/nav_bottom.png");
    background-repeat: no-repeat;
    }
#nav_buttons_top {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    width: 200px;
    height: 18px;
    background-image: url("../images/nav/button_top.png");
    background-repeat: no-repeat;
    }

.nav_button {
    width: 100%;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style-type: none;
    background-image: url("../images/nav/button_middle.png");
    text-align: center;
}
.nav_button a,
.nav_button a:link,
.nav_button a:visited {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    color: #E6DDC0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    }
.nav_button a:active, 
.nav_button a:hover,
.nav_button a:focus {
    font-weight: bold;
}
#nav_buttons_bottom {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    width: 200px;
    height: 18px;
    background-image: url("../images/nav/button_bottom.png");
    background-repeat: no-repeat;
    }
#main {
    float: left;
    position: relative;
    z-index: 1;
    margin: 0px;
    border: 0px;
    padding: 0px;
    top: -20px;
    width: 591px;
    overflow: hidden;
    }
#main h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
    }
#main p {
    margin: 0px;
    border: 0px;
    padding: 0px;
    }
#main_top {
    width: 591px;
    height: 71px;
    background-image: url("../images/main/main_top.png");
    }
#main_middle {
    width: 591px;
    padding-left: 10px;
    background-image: url("../images/main/main_middle.png");
    background-repeat: repeat-y;
    }
#main_bottom {
    width: 591px;
    height: 68px;
    background-image: url("../images/main/main_bottom.png");
    }

#server_status {
    float: right;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 209px;
    }
#server_status img {
    border: 0px;
    }
#server_status_bottom {
    margin: 0px;
    width: 209px;
    height: 34px;
    background-image: url("../images/server_status/server_status_bottom.png");
    background-repeat: no-repeat;
    }
    
#vote {
    float: right;
    position: relative;
    margin: 0px;
    border: 0px;
    padding-top: 60px;
    padding-left: 23px;
    padding-right: 0px;
    width: 186px;
    height: 294px;
    background-image: url("../images/vote/vote_border.png");
    }
#vote_top {
    position: relative;
    width: 160px;
    height: 59px;
    background-image: url("../images/vote/vote_top.png");
    }
#vote_middle {
    position: relative;
    padding-left: 34px;
    width: 160px;
    background-image: url("../images/vote/vote_middle.png");
    background-repeat: repeat-y;
    }
#vote_middle a img {
    margin-top: 10px;
    border: 0px;
    }
#vote_bottom {
    position: relative;
    width: 160px;
    height: 34px;
    background-image: url("../images/vote/vote_bottom.png");
    }
#footer {
    position: absolute;
    bottom: 0px;
    width: 1000px;
    height: 200px;
    background-image: url("../images/footer/site_bottom.png");
    background-repeat: no-repeat;
    }

/* news */
#news {
    width: 100%;
    }
#news_welcome {
    width: 566px;
    height: 205px;
    background-image: url("../images/news/news_welcome.jpg");
    background-repeat: no-repeat;
    }
#news_welcome_messages {
    width: 326px;
    height: 155px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 0px;
    overflow: auto;
    font-size: 11px;
    }
.news_article_top {
    width: 566px;
    height: 10px;
    background-image: url("../images/news/article_top.png");
    background-repeat: no-repeat;
     }
.news_article_middle {
    width: 566px;
    background-image: url("../images/news/article_middle.png");
    background-repeat: repeat-y;
    }
.news_article_middle h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    width: 492px;
    margin: 0px;
    padding-left: 50px;
    background-image: url("../images/main/article_title.png");
    background-repeat: no-repeat;
    }
.news_article_middle h3 span {
    font-size: 10px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    }
.news_article_middle p {
    font-size: 12px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: pre-wrap;
    }
.news_article_bottom {
    width: 566px;
    height: 8px;
    background-image: url("../images/news/article_bottom.png");
    background-repeat: no-repeat;
    }

/* downloads */
#downloads {
    }
.downloads_item h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    width: 492px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-left: 50px;
    padding-bottom: 20px;
    background-image: url("../images/main/article_title.png");
    background-repeat: no-repeat;
    }
.downloads_item a:link,
.downloads_item a:visited {
    color: #E6DDC0;
    text-decoration: none;
    }
.downloads_item a:active,
.downloads_item a:hover,
.downloads_item a:focus {
    color: #FFFFFF;
    }
.downloads_item p {
    margin: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    }
    
/* staff */
#staff {
    }

/* server_rules */
#server_rules {
    }
#server_rules p {
    margin: 0px;
    border: 0px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 30px;
    white-space: pre-wrap;
    }

/* seven_signs */
#seven_signs {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 591px;
    height: 225px;
    overflow: hidden;
    }

/* rankings */
#rankings ul {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    list-style-type: none;
    }
#rankings ul li{
    display: inline;
    border: 2px solid #E6DDC0;
    padding: 0px 10px;
    }
#rankings ul li a:link,
#rankings ul li a:visited {
    color: #E6DDC0;
    text-decoration: none;
    }
#rankings ul li a:active,
#rankings ul li a:hover, 
#rankings ul li a:focus {
    color: #FFFFFF;
    font-weight: bold;
    }

/* castle_siege */
#castle_siege {
    }
#castle_siege a:link,
#castle_siege a:visited {
    color: #E6DDC0;
    text-decoration: none;
    }
#castle_siege a:active,
#castle_siege a:hover,
#castle_siege a:focus {
    color: #FFFFFF;
    }
#raid_boss table {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    }
#raid_boss table tr:hover {
    background: black;
    font-weight: bold;
  }
#raid_boss table td.col1 {
    width: 350px;
    }
#raid_boss table td.col2 {
    width: 50px;
    text-align: center;
    }
#raid_boss table td.col3 {
    width: 100px;
    }
#donations p{
    width: 550px;;
    white-space: pre-wrap;
    }
#donations form{
    margin: 0px;
    }
/* !important Universal Selectors */
/* !important Element Selectors */
/* !important Class, Attribute, and Pseudo Selectors */
/* !important ID Selectors */

