body {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  //background-image:url(pbar.png); background-repeat:repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a{
	color:#333333;
	text-decoration:none;
}



div.hd1{
	background:#666666;
	height:50px;
	width:100%;
	z-index:5;	
}

div.hdb{
	background:#FFFFFF;
	margin: 0 auto;
//		background-image: url(aliback.png);
 // background-repeat: no-repeat;
	//height:200px;
	//width:1024px;
	height:50px;
	width:760;
	z-index:2;	
}

div.hd2{
	margin-top: 30;
	background:#333333;
	//background-image:url(logo.png);
	//background-repeat: no-repeat;
	height:85px;
	width:100%;
	z-index:5;
}
div.hd2line{
	
	background:#33FFFF;
	//background-image:url(logo.png);
	//background-repeat: no-repeat;
	height:2px;
	//width:100%;
	z-index:5;
}


div.rcol{
	background: #FFFFFF;
  	float: right;
  	width: 20%;
  	//height: 100%;
  	//height: 877px;
  	font-size: 14px;
  	color:#333333;
  	z-index:5;
}

div.cont{
  position:relative;
  background: #FFFFFF;
  float: left;
  width: 80%;
  //height: 865px;
  overflow:hidden;
  z-index:5;
}

div.corner{
	width:608px; height:30px; background:#FFFFFF;
	background-image: url(bar.png);
	z-index:5;
}

div.foot {
  background: #FFFFFF;
  clear: both;
  width: 100%;
  height:30px;
  z-index:5;
  position:relative;
  top:30px;
}


