body {
    background-color: #000000;
	background-image: url(img/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

div {
	behavior: url("iepngfix.htc");
}
img {
	behavior: url("iepngfix.htc");
	border: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 22px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.login-field {
  background-color: #EEEEEE;
  border: 1px solid #C4A62E;
  color: #333333;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  margin: 2px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  height: 14px;
  width: 132px;
  background-image: url(img/login-form-bg.png);
  background-position:left;
  background-repeat:repeat-x;
}

#header {
	width: 766px;
	height: 90px;
}
#header-left {
	height: 90px;
	width: 305px;
	float:left;
}
#header-right-login {
	height: 70px;
	width: 461px;
	float: right;
	background-image: url(img/header-right-blank.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#header-right-logged {
	height: 80px;
	width: 461px;
	float: right;
	background-image: url(img/header-right-blank.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#layout-spacing {
	padding:5px;
	clear:both;
}

#menu-bg {
	width: 766px;
	height: 30px;
	background-image: url(img/menu-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.menu-content {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	word-spacing: 10px;
}

.menu-content a {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	word-spacing: 10px;
	text-decoration:none;
}

.menu-content a:hover {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	word-spacing: 10px;
	text-decoration: underline;
}

#content-page {
	width: 766px;
}
#content-page2 {
	background-color:#FFFFFF;
	width: 746px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
#content-page-top {
	width: 766px;
	height: 20px;
	background-image: url(img/page-content-top.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	float:left;
}
#content-page-bottom {
	width: 766px;
	height: 20px;
	background-image: url(img/page-content-bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
}
#content-left {
	float:left;
	background-color:#FFFFFF;
	width: 516px;
}
#content-left-head {
	background-image:url(img/content-header-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	height: 23px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 7px;
	padding-left: 7px;
}
#content-left-middle {
	background-color: #FBFBFB;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	text-align:center;
	padding: 0px 10px 0px 10px;
}
#content-left-bottom {
	height: 20px;
	background-image:url(img/content-bottom-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
}
#content-right {
	float:right;
	background-color:#FFFFFF;
	width: 222px;
}
#footer-middle {
	width: 766px;
	height: 130px;
	background-image: url(img/footer-middle.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#footer-left {
	width: 245px;
	height: 130px;
	float: left;
	background-image: url(img/footer-left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer-right {
	width: 20px;
	height: 130px;
	float: right;
	background-image: url(img/footer-right.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.footer-nav {
	float:right;
	padding-top: 25px;
	padding-right: 20px;
	line-height: 100%;
	text-align:left;
}
.footer-nav li {
	list-style: square;
	color: #FFFFFF;
	font-size: 11px;
}
.footer-nav li a {
	list-style: square;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
.footer-nav li a:hover {
	list-style: square;
	color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px dotted #fff;
}
#footer-nav-title {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #DDC271;
}
#footer-nav-break {
	float:right;
	margin: 40px 20px 0px 0px;
	background-image: url(img/footer-break.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 2px;
	height: 55px;
}

#language-menu {
	width: 220px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	position: relative;
	margin-top: -16px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#news-page {
	padding-top: 10px;
}
#news-header {
	width: 100%;
	height: 24px;
	text-align: left;
	background-image:url(img/news/header.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 6px;
}
#news-header-text {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
#news-header-text a {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#news-header-text a:hover {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	color: #AB8329;
}
#news-info {
	border-bottom: 1px dashed #CCCCCC;
	text-align:left;
	padding: 5px 0px 5px 0px;
}
#news-info a {
	color: #AB8329;
	text-decoration: none;
}
#news-info a:hover {
	color: #AB8329;
	text-decoration: none;
}
#news-info-text {
	font-size: 11px;
	color: #CCCCCC;
}
#news-content {
	border-bottom: 1px dashed #CCCCCC;
	font-size:12px;
	color: #333333;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
#news-content a {
	color: #AB8329;
	text-decoration: none;
}
#news-content a:hover {
	color: #AB8329;
	text-decoration: none;
}
#nav-page {
	width:220px;
}
#nav-header {
	background-image:url(img/rightnav-header-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 7px;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
}
#nav-middle {
	background-color: #F0F0F0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align:left;
}
#nav-smalltext {
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
}
#nav-bottom {
	background-image:url(img/rightnav-bottom-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 10px;
}
#online-nick {
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
}
#online-nick a {
	color: #AB8329;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#online-nick a:hover {
	color: #AB8329;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.paging a {
	border: 1px solid #000000;
	background-color:#333333;
	padding: 4px;
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
}
.paging a:hover {
	border: 1px solid #000000;
	background-color: #141414;
	padding: 4px;
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
}
.paging-selected {
	border: 1px solid #000000;
	background-color: #AB8329;
	padding: 4px;
	color: #000000;;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
}
.users-paging a {
	border: 1px solid #000000;
	background-color:#333333;
	padding: 2px;
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
	margin-left: 1px;
}
.users-paging a:hover {
	border: 1px solid #000000;
	background-color: #141414;
	padding: 2px;
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
	margin-left: 1px;
}
#comment-info {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	padding: 4px 0;
	float: left;
}
#comment-nick {
	float: left;
	font-size: 11px;
	text-align: left;
}
#comment-nick a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#comment-nick a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#comment-text {
	width: 100%;
	font-size: 11px;
	clear: both;
	padding: 4px 0;
	text-align: left;
}
#comment-text a {
	color: #AB8329;
	text-decoration: none;
}
#comment-text a:hover {
	color: #AB8329;
	text-decoration: none;
}
.quote {
	background-color:#FFFFFF;
	border:1px dashed #555555;
	color:inherit;
	padding:6px;
	text-align:left;
}
textarea {
	background-color: #141414;
	border: 1px solid #000000;
	color: #CCCCCC;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 96%;
}
#comment-bbcode {
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 11px;
}
#user-view-page {
	padding-top: 10px;
}
#user-view-header {
	width: 479px;
	height: 24px;
	text-align: left;
	background-image:url(img/news/header.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 6px;
}
#user-view-header-text {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
#user-view-header-text a {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#user-view-header-text a:hover {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	color: #AB8329;
}
#user-view-content {
	font-size: 11px;
	text-align:left;
	padding-top: 5px;
}
#user-view-line {
	padding: 2px 2px 2px 8px;
}
#user-view-line a {
	color: #AB8329;
	text-decoration: none;
}
#user-view-line a:hover {
	color: #AB8329;
	text-decoration: none;
}
#user-view-picture {
	border: 2px solid #CCCCCC;
	position: relative;
	right: 15px;
	top: 5px;
	float: right;
	padding: 6px;
	background-color: #FFFFFF;
}
#user-view-picture a {
	color: #AB8329;
	text-decoration: none;
}
#user-view-picture a:hover {
	color: #AB8329;
	text-decoration: none;
}
#user-profile-title {
	padding: 2px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
}
#users-home {
	font-size: 11px;
	text-align: left;
	padding: 5px;
}
#users-home a {
	color: #AB8329;
	text-decoration: none;
}
#users-home a:hover {
	color: #AB8329;
	text-decoration: none;
}
#users-home-pad {
	padding: 2px;
}
.profile-field {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 14px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.profile-dropfield {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 22px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.drop-field {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 22px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.data-field {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 14px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.form-button {
	background-color: #EEEEEE;
	border: 1px solid #C4A62E;
	color: #333333;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 22px;
	background-image: url(img/login-form-bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
#info-box {
	font-size: 11px;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color:#FFFFFF;
}
#info-box a {
	font-weight: bold;
	color: #AB8329;
	text-decoration: none;
}
#info-box a:hover {
    font-weight: bold;
	color: #AB8329;
	text-decoration: none;
}
#padding2px {
	padding: 2px;
}
#padding2px a {
	color: #AB8329;
	text-decoration: none;
	font-weight: bold;
}
#padding2px a:hover {
	color: #AB8329;
	text-decoration: none;
	font-weight: bold;
}
#padding4px {
	padding: 4px;
}
#padding4px a {
	color: #AB8329;
	text-decoration: none;
	font-weight: bold;
}
#padding4px a:hover {
	color: #AB8329;
	text-decoration: none;
	font-weight: bold;
}
#messages-archive-buttons {
	text-align: center;
}
#page-padding {
	text-align: right;
	padding: 2px;
}
#messages-menu {
	font-size: 11px;
	text-align: left;
}
#messages-menu a {
	color: #AB8329;
	text-decoration: none;
}
#messages-menu a:hover {
	color: #AB8329;
	text-decoration: none;
}
#messages-menu-content {
	padding: 2px;
	float:left;
}
#messages-header {
	width: 479px;
	height: 24px;
	text-align: left;
	background-image:url(img/news/header.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 6px;
}
#messages-header-text-l {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	float: left;
}
#messages-header-text-r {
	float: right;
	padding-right: 20px;
	padding-top: 2px;
	font-size: 11px;
	color: #CCCCCC;
}
#messages-info {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	padding: 4px 0;
	float: left;
}
#messages-info-green {
	width: 100%;
	border-top: 1px solid #C4FEC2;
	border-bottom: 1px solid #DDFFDE;
	background: #F5FFF4;
	padding: 4px 0;
	float: left;
}
#messages-info-red {
	width: 100%;
	border-top: 1px solid #FEC2C2;
	border-bottom: 1px solid #FFDDDD;
	background: #FFF4F4;
	padding: 4px 0;
	float: left;
}
#messages-title {
	float: left;
	font-size: 11px;
	text-align: left;
}
#messages-title a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#messages-title a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#messages-option {
	width: 100%;
	font-size: 11px;
	clear: both;
	padding: 4px 0;
	text-align: left;
	height: 20px;
}
#messages-option a {
	color: #AB8329;
	text-decoration: none;
}
#messages-option a:hover {
	color: #AB8329;
	text-decoration: none;
}
#massages-view-info {
	border-bottom: 1px dashed #CCCCCC;
	text-align:left;
	padding: 5px 0px 5px 0px;
}
#massages-view-info a {
	color: #AB8329;
	text-decoration: none;
}
#massages-view-info a:hover {
	color: #AB8329;
	text-decoration: none;
}
#massages-view-info-text {
	font-size: 11px;
	color: #CCCCCC;
}
#massages-view-content {
	border-bottom: 1px dashed #CCCCCC;
	font-size:12px;
	color: #333333;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
#massages-view-content a {
	color: #AB8329;
	text-decoration: none;
}
#massages-view-content a:hover {
	color: #AB8329;
	text-decoration: none;
}
#messages-create-buttons {
	padding: 2px; 
	text-align: center;
}
#do-list {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
#do-list a {
	color: #AB8329;
	text-decoration: none;
}
#do-list a:hover {
	color: #AB8329;
	text-decoration: none;
}
#user-list-l {
	font-size:11px;
	text-decoration: none;
	float: left;
}
#user-list-r {
	float: right;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#user-list-info {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	padding: 4px 0;
	float: left;
}
#user-list-info a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#user-list-info a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#wars-list-left {
	text-align: left;
	float: left;
	width: 30%;
}
#wars-list-center {
	text-align: center;
	float: left;
	width: 40%;
}
#wars-list-right {
	text-align: right;
	float: left;
	width: 30%;
}
#wars-title {
	float: left;
	font-size: 11px;
	text-align: left;
	width: 100%;
}
#wars-title a {
	color: #000000;
	text-decoration: none;
}
#wars-title a:hover {
	color: #000000;
	text-decoration: none;
}
#wars-head-green {
	width: 100%;
	border-top: 1px solid #C4FEC2;
	border-bottom: 1px solid #DDFFDE;
	background: #F5FFF4;
	padding: 4px 0;
	float: left;
}
#wars-head-red {
	width: 100%;
	border-top: 1px solid #FEC2C2;
	border-bottom: 1px solid #FFDDDD;
	background: #FFF4F4;
	padding: 4px 0;
	float: left;
}
#wars-head-grey {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	padding: 4px 0;
	float: left;
}
#wars-view-link a {
	color: #AB8329;
	text-decoration: none;
}
#wars-view-link a:hover {
	color: #AB8329;
	text-decoration: none;
}
#wars-001 {
	width: 300px;
	text-align:left;
	font-size: 12px;
	float: left;
}
#wars-002 {
	height: 30px;
	border-bottom: 1px solid #eeeeee;
}
#wars-003 {
	height: 30px;
	border-bottom: 1px solid #eeeeee;
	background-color: #fafafa;
}
#wars-004 {
	position:relative;
	top: 6px;
	left: 4px;
}
#wars-005 {
	float: right;
}
#wars-006 {
	width: 49%;
	font-size: 11px;
	text-align: left;
	float:left;
}
#wars-007 {
	width: 49%;
	font-size: 11px;
	text-align: left;
	float:right;
}
#wars-008 {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	padding: 4px;
}
#wars-009 {
	text-align: center;
	float: left;
	width: 40%;
	font-size: 14px;
}
#board-active-001 {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #fafafa;
	float: left;
	position: relative;
}
#board-active-001:hover {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #eeeeee;
	background: #FFFFFF;
	float: left;
	position: relative;
}
#board-active-002 {
	float: left;
	width: 6%;
	text-align: left;
	padding: 6px;
}
#board-active-003 {
	float: left;
	width: 69%;
	text-align: left;
	padding: 6px;
	font-size: 11px;
}
#board-active-004 {
	float: left;
	width: 15%;
	text-align: right;
	padding: 6px;
	position: absolute;
	right: 10px;
	top: 4px;
	font-size: 16px;
	color: #9f9f9f;
}
.board-active-005 {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.board-active-005 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.board-active-005 a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.board-active-006 {
	color: #9f9f9f;
	text-decoration: none;
}
.board-active-006 a {
	color: #AB8329;
	text-decoration: none;
}
.board-active-006 a:hover {
	color: #AB8329;
	text-decoration: none;
}
.board-active-007 {
	font-size: 11px;
}
.board-list-001 a {
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #333333;
	padding: 4px;
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-left: 1px;
}
.board-list-001 a:hover {
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #141414;
	padding: 4px;
	color: #E8E8E8;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-left: 1px;
}
.board-list-002 a {
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #AB8329;
	padding: 4px;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-left: 1px;
}
.board-list-002 a:hover {
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #D5AC4D;
	padding: 4px;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-left: 1px;
}
#board-list-003 {
	float: left;
	width: 54%;
	text-align: left;
	padding: 6px;
	font-size: 11px;
}
#board-list-004 {
	float: left;
	width: 15%;
	text-align: center;
	padding: 6px;
	position: absolute;
	right: 90px;
	top: 0px;
	font-size: 16px;
	color: #9f9f9f;
}
#board-list-005 {
	float: left;
	width: 15%;
	text-align: center;
	padding: 6px;
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 16px;
	color: #9f9f9f;
}
#statistik-info {
	font-size: 11px;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color:#FFFFFF;
	float: left;
	width: 98%
}
#statistik-info-break {
	width: 50%;
	float: left;
	text-align: left;
}
#lastlist {
	width: 766px;
	height: 115px;
	background-image:url(/templates/v1/img/latest_bar/bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#wars-navlist-page {
	width: 50%;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top: 2px;
	left: 2px;
	text-align: center;
}
#wars-navlist-list {
	width: 373px;
	height: 17px;
	background-image:url(/templates/v1/img/latest_bar/list_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 4px;
}
#wars-navlist-list a {
	color: #FFFFFF;
	text-decoration: none;
}
#wars-navlist-list a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#wars-navlist-list-l {
	float: left;
	width: 40%;
	text-align: left;
	position: relative;
	left: 5px;
	top: 2px;
}
#wars-navlist-list-c {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	top: 2px;

}
#wars-navlist-list-r {
	float: left;
	width: 40%;
	text-align: right;
	position: relative;
	right: 5px;
	top: 2px;
}
#forum-navlist-page {
	width: 50%;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 2px;
	right: 2px;
	text-align: center;
}
#forum-navlist-list {
	width: 373px;
	height: 17px;
	background-image:url(/templates/v1/img/latest_bar/list_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 4px;
}
#forum-navlist-list a {
	color: #FFFFFF;
	text-decoration: none;
}
#forum-navlist-list a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#forum-navlist-list-l {
	float: left;
	position:relative;
	left: 4px;
	top: 1px;
}
#forum-navlist-list-r {
	float: right;
	position:relative;
	right: 4px;
	top: 1px;
}