html, 
	body	{
font-family: Arial, sans-serif;
font-size: 12px;
margin: 0;
background: url("../images/bg.jpg") top left repeat;
}
/*id*/
#stat	{
width: 800px;
height: 100%;
margin: 0 auto; 
text-align: center;
}
#head	{
color: transparent;
background: url("../images/header.jpg") top left no-repeat;
margin: 0 auto; 
text-align: center;
width: 796px;
height: 160px;
border-top: 2px solid #F2FCCC;
border-left: 2px solid #F2FCCC;
border-right: 2px solid #F2FCCC;
}
#content	{
position: absolute;
width: 796px;
margin-left: -2px;
background: #F2FCCC url("../images/cbg.jpg") top left repeat-y;
border-left: 2px solid #F2FCCC;
border-right: 2px solid #F2FCCC;
border-bottom: 25px solid #F2FCCC;
}
* html #content {  
position: fixed;
margin: 0 auto;
width: 796px;
}
#center	{
width: 796px;
height: 450px;
margin: 0 auto;
text-align: left;
}
/*class*/
.tab	{
width: 796px;
}
.tleft	{
float: left;
width: 176px;
padding: 10px;
}
.tmiddle	{
float: left;
width: 384px;
padding: 10px;
text-align: left;
}
.tright	{
float: left;
width: 176px;
padding-top: 10px;
margin-left: 13px;
}
.break	{
/* clear: both; */
}
/*------------*/
.nav_img	{
color: #B83C18;
font-weight: bold;
background: url("../images/navigation.jpg") top left no-repeat;
margin: 0 0 0 0 auto;
margin-top: 10px;
padding-top: 2px;
text-align:	center;
width: 175px;
height: 20px;
}
.nav_text	{
margin: 0 auto;
margin-top: -2px;
margin-right: 2px; 
text-align:	left;
width: 164px;
min-height: 50px;
border-left: 5px solid #DFE5CA;
border-right: 5px solid #DFE5CA;
border-bottom: 5px solid #DFE5CA;
}
/*------------*/
ul	{
color: #5E7505;
margin-top: 0;
}
input	{
color: #B83C18;
background-color: #FFF;
border: 1px solid #5E7505;
}
h1	{
color: #B83C18;
line-height: 24px;
font-size: 16px;
text-align: center;
}
a:link,
	a:visited	{
color: #B83C18;	
text-decoration: none;
}
a:hover	{
color: #5E7505;	
text-decoration: none;
}
table.bm 	{
border: 2px dotted #B83C18;
text-align: center;
}
td.br	{
border-right: 1px solid #5E7505;
}