body {
background:url(../images/back.jpg) repeat top left;
background-color:#FFFFFF;
margin: 0px;
padding: 0px;
font-family: "Times New Roman", Times, serif ;
font-size: 12px;

}

#head {
background:url(../images/outside_top.jpg) no-repeat;
width : 950px;
height: 240px;
margin: 0px auto;
padding: 0px; 
overflow:hidden;
}

#head_data2{
margin-top:12px;
margin-left:30px;
margin-right:30px;
}


#body_wrapper
{
  background: url(../images/ouside_repeat.jpg) repeat-y top left;
	margin: 0px auto;
	width: 950px;
	overflow:hidden;
	
}


#body
{
  background: url(../images/ouside_repeat.jpg) no-repeat top left ;
	float: left;
	padding: 10px 20px 0px 20px;
	display: block;
}

#end_body
{
  background: url(../images/outside_bottom.jpg) no-repeat top left;
	margin: 0px auto;
	width: 950px;
	height: 103px;
	display: block;
}

.clearer
{
  clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
}


#split
{
  width: 910px;
	padding: 0px;
	background: url(../images/body_repeat.jpg) repeat-y top left;
	overflow:hidden;
}

#split .top
{
  background: url(../images/body_top.jpg) no-repeat top left;
	width: 910px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

#split .bottom
{
  background: url(../images/body_bottom.jpg) no-repeat bottom left;
	width: 910px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 224px;
  float:right;
  overflow:hidden;
  
}

#center
{
  width:500px;
  padding: 0px;
  float:right;
}


#left
{
width:185px;
float:left;
margin-top:0px;
}

#right .data
{
margin:0px;
padding:0px;
color: #9900FF;
background:#99FFFF;
}

#center .content , #all .content ,#left .content
{
  padding-left: 22px;
  padding-right: 10px;
}

#menu
{
  float: right;

}

#menu ul 
{
	padding-bottom:5px;
	font-size:16px;
	list-style: none;
	margin-top:10px;
	margin-right:27px;
}

#menu ul li a 
{
	color : #fff;
	background-position:center;
	margin-bottom:12px;
	text-decoration : none; 	/*"underline none*/
	text-align:center;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/but_1.jpg);
	background-position:center;
	background-repeat: no-repeat;
	color: #000;
	height: 25px;
	width: 150px;
	line-height: 28px;
	padding-top: 7px;
}


#menu ul li a:hover
{
	background-image:url(../images/but_2.gif);
	background-position:center;
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	line-height: 28px;
	padding-top: 7px;
	color: #B05128;	
}

#menu ul li.active a:hover, #menu ul li.active a:active,#menu ul li.active a:link, #menu ul li.active a:visited 
{
	height: 26px;
	width: 150px;
	line-height: 25px;
	padding-top: 7px;
	color: #B05128;
}