body{	
  background-image:url(img/bg.gif);
  /*background-color: #fff;*/
  font-size: 14px; 
	color: #030C59;
	font-family: "Tahoma";
}


body.archive{
  background-image:;
  background-color:;
}

#header{
  text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	width: 850px;
	height: 44px;
  border-style: solid;
	border-width : 4px;
	border-color : #777;  	
}

#header_black_border{
  width: 846px;
  border-style: solid;
	border-width : 2px;
	border-color : #000;
}

#index_footer{
  text-align: center;
  margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	height: 44px;
  border-style: solid;
	border-width : 4px;
	border-color : #777;  	
}

#footer{
  background-color: #fff;
  text-align: center;
  margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	/*height: 44px;*/
  border-style: solid;
	border-width : 4px;
	border-color : #777;  	
}

#footer_black_border{
  width: 846px;
  border-style: solid;
	border-width : 2px;
	border-color : #000;
}

#header_black_border{
  width: 846px;
  border-style: solid;
	border-width : 2px;
	border-color : #000;
}

#content{
  background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	width: 850px;
	border-style: solid;
	border-width : 4px;
  border-color : #777;  
  /*border-top: 0px;*/  	
}

.bg1{
  background-image:url(img/flames7.jpg);
}

.bg2{
  background-image:url(img/flames2.jpg);
}

.bg3{
  background-image:url(img/flames3.jpg);
}

.bg4{
  background-image:url(img/flames4.jpg);
}

.bg5{
  background-image:url(img/flames5.jpg);
}

.bg6{
  background-image:url(img/flames6.jpg);
}

.bg7{
  background-image:url(img/flames1.jpg);
}

.bg8{
  background-image:url(img/byy.jpg);
}

.bg9{
  background-color: #ccc;
}

#tab_menu{
	width: 850px;
	height: 54px;   
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left:auto;
	margin-right:auto;	
	text-align: center;
	border-style: solid;
	border-width : 4px;
  border-color : #777;
  
  /*background-color: #fff;*/
  /*border-bottom: 0px;*/ 
}

#tab_menu_black_border{
	width: 846px;
	height: 50px;   
  margin-left:auto;
	margin-right:auto;	
	text-align: center;
	border-style: solid;
	border-width : 2px;
  border-color : #000;  
  background-color: #fff;
  /*border-bottom: 0px;*/ 
}


#tab_content_p{
  margin-left: 100px;
  margin-right: 100px;
}

#tab_content{
  overflow: auto;
  width: 846px;
	border-style: solid;
	border-width : 2px;
	border-color : #000;
  /*border-top: 0px;*/		
}

#tab_open{
  text-align: center;
  margin-left:0px;
  float: left;
	width: 120px;
	height: 55px;
	margin-top: 5px;
	background-image:url(img/t1.jpg);
	background-repeat: no-repeat;

}

#tab_close{
  text-align: center;
  margin-left:0px;
  float: left;
	width: 120px;
	height: 55px;
	margin-top: 5px;
	background-image:url(img/t0.jpg);
	background-repeat: no-repeat;

}

#tab_txt{	
  text-align: center;
  display: block;
  margin-top: 11px; 
  font-size: 12px; 
	color: #fff;
	font-weight: bold;
}

a{	
	text-decoration: none;
}

table.result{	
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; 
  font-size: 14px; 
  font-weight: bold;
	border-style: solid;
	border-width : 1px;
	border-color : #555;	
	background-color: #ddd;
}

table.result td {
    padding: 5px;
    border-style: solid;
  	border-width : 1px;
  	border-color : #555;
    background-color: #ddd;	
}

a.link {	
	color: #555;
	font-weight: bold;
  border-color : #555;  	
}

a.link:hover{	
	color: #840C0C;
	font-weight: bold;
}

.title{	
  margin-top: 10px;
  text-align: center;
	font-size: 20px;
	color: #555;
	border-style: solid;
	border-width : 1px;
	border-color : #555;
	background-color: #ddd;
}

.title2{	
  margin-top: 10px;
  text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	border-style: solid;
	border-width : 1px;
	border-color : #555;
	background-color: #ddd;
}

.title3{	
  margin-top: 10px;
  text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-style: solid;
	border-width : 0px;
	border-color : #555;
}

.red_title{	
  margin-top: 10px;
  text-align: center;
	font-size: 20px;
	color: #840C0C;
	border-style: solid;
	border-width : 1px;
	border-color : #555;
	background-color: #ddd;
}

.text{	
  margin-top: 10px;
  text-align: left;  
  font-weight: bold;
	border-style: solid;
	border-width : 0px;
	border-color : #555;
}

.image{	
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
	border-style: solid;
	border-width : 0px;
	border-color : #555;
}

.top{
  vertical-align: middle;
}

#page{
  text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 850px;
	height: 40px;
  border-style: solid;
	border-width : 4px;
	border-color : #777;  	
}

.scroller_look { 
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;   
  font-family: tahoma;
  font-weight: bold;
  color: #555;
  z-index : 20;
  border-style: solid;
	border-width : 2px;
	border-color : #000; 
}

.scroller_look .msgdate{ 
  color: #555; 
  font-size: 55%; 
} 

.scroller_frame{
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
}

#enter{
  width: 120px;
	height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
}

.history{
  /*background-image:url(img/yy.jpg);*/
}

.fighter{
  /*background-image:url(img/yy.jpg);*/
}

