body {
	width: 1280px;
	overflow-x: visible;
	text-align: center;
	padding: 0px;
	background-color:  #515b61;
}
.main{
	display: block;
	clear: none;
	float: left;

}
#index {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;	
}
#left{
	width: 19.5%;
	height: 100%;
	background-color: transparent;
}
#center{
	width: 60%;
	#width: 50%;
	_width: 50%;
	height: auto;
	padding-bottom: 10px;
	background-color: white;
	background-image: url(image/back.jpg);
/*	background-attachment: fixed;*/
}
#right{
	width: 19.5%;
	height: 100%;
	background-color: transparent;
}
#banner img{
	margin-top: 10px;
	width: 60%;
}
#header{ text-align: center; margin-top: 50px; margin-bottom: 20px;}
#H1{
	font: italic small-caps bold 1em Arial, sans-serif;
	font-size: 44px;
}
.sub{
	background-color: silver;
	width: 270px;
	height: 290px;
	display: block;
	margin-bottom: 15px;
	margin-left: 50px;
	padding: 10px;
	float: left;
	clear: none;
}
.sub a{
	color: #000080;
	text-decoration: none;
}
.sub a:hover {
	color: #E38E14;
	text-decoration: underline;
}
.sub img{
	height: 200px;
	width: 250px;;
}
.sub div{
}
.sub div h2{
	display: inline;
	font-size: 18px;
}

#info{
	border: 1px solid black;
	margin-left: 50px;
	padding: 5px;
	width: 275px;
	height: 290px;
	text-align: left;
	float: left;
	clear: none;
}
#info h4{
	margin: 0px;
	color: black;
}
#info li{
	font-size: 14px;
	margin: 3px;
	color: black;
}
hr { clear: left;};
#com{
	text-align: center;
	clear: left;
	background-color: transparent;
}
#com img{
	clear: none;
}
#com div{
	text-align: center;
	background-color: transparent;
}
#com div p{
	line-height: 1px;
	color: #777;
	background-color: transparent;
}

