body{
	background: #ccc url(images/bg3.PNG);
	font-size: 12pt;
	margin: 0;
}
a{
	text-decoration: none;
}
#wrapper{
	width:1000px;
	margin: 0 auto;
	background: #FFECC8 url(images/wrapper.jpg) center center repeat-y;
}
#top a{
	background: url(images/header.jpg) no-repeat;	
	display: block;
	height: 204px;
	text-indent: -9999px;
}
#menu{
	padding-top: 10px;
	width: 183px;
	float: left;
}
#content{
	float: right;
	width: 772px;
	padding: 20px 20px 30px 25px;
	background: url(images/content.jpg) no-repeat;
	text-align: right;
}
#footer{
	clear: both;
	height: 81px;
	background: url(images/footer.jpg) repeat-x;
	padding-top: 30px;
	font-size: 9pt;
	text-align: center;
	color: #333;
}
h3{
	color: #2c7bc4;
}
#submenu{
	width: 110px;
	border-right: 1px solid #666;
	float: left;
	margin-right: 5px;
	text-align:left;
}
.video{
	background: url(images/icon_video.jpg) no-repeat center right;
	padding-right: 17px;
}
.y{
	font-size: 8pt;
	color: #666;
}
.zoomin{
	background: url(images/icon_zoom.gif) no-repeat;
	padding-left: 17px;	
}
