@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	-webkit-filter:grayscale(100%);*/
/*    filter:grayscale(100%);        */
}
#wrapper{
	width: 1200px;
	height: 820px;
/*	height:auto; */
	margin: 0 auto;
	border: 1px solid #5a5a5a;
	border-color: #999;
	box-shadow:-10px 10px 20px #666666;
}
#banner-line{
	position:relative;
	top:5px;
}
#slideshow{
	float:left;
	position:relative;
	width:1200px;
	height:250px;
}
#column1{
	float:left;
	position:relative;
	width:280px;
	height:400px;
	left:16px;
	top:19px;
	border-color: #999;
	border: 1px dotted #5a5a5a;
}
#column2{
	float:left;
	position:relative;
	width:280px;
	height:400px;
	left:32px;
	top:19px;
	border-color: #999;
	border: 1px dotted #5a5a5a;
	overflow: hidden;
	text-wrap:normal;
}
#column3{
	float:left;
	position:relative;
	width:280px;
	height:400px;
	left:48px;
	top:19px;
	border-color: #999;
	border: 1px dotted #5a5a5a;
}
#column4{
	float:left;
	position:relative;
	width:280px;
	height:400px;
	left:64px;
	top:19px;
	text-align:center;
	border-color: #999;
	border: 1px dotted #5a5a5a;
}
#footer{
	position:relative;
	float:left;
	width:1200px;
	height:20px;
	top:35px;
	color:#FFF;
	text-align:center;
	background-color:#333;
}
#finance{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	top:5px;
}
.columnheader{
	background-color:#CCC;
	float:left;
	width:278px;
	height:25px;
	text-align:right;
	color: rgb(244,95,29);
	font-size: 16px;
	background-color: rgb(186, 186, 186);
	text-shadow: rgb(46, 46, 46) 0px 4px 5px;	
}
#content2{
	float:left;
	position:relative;
	width:260px;
	height:350px;
	left:10px; 
	top:5px;
	overflow: hidden;
	text-align:justify;
	text-wrap:normal;
	font-size:13px;
	color:#000;
}
#content3{
	float:left;
	position:relative;
	width:260px;
	height:350px;
	left:10px; 
	top:5px;
	overflow: hidden;
	text-align:justify;
	text-wrap:normal;
	font-size:13px;
	color:#000;
}
#announcement{
	font-size:13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#visitor{
	float:right;
	position:relative;
	top:15px;
	color:#999
}
