@charset "utf-8";
				
#banner {
	width:940px;
	height:330px;
	background:url(../img/banner/home.jpg) no-repeat;
	}
	
#wrapperColumn {
	width:920px;
	padding:0px 30px 30px 0px;
	}

	#wrapperColumnLeft {
		width:544px;
		}
		
		.columnHeader {
			background:url(../img/introduction.jpg) no-repeat;
			*margin-top:15px;
			height:200px;
			}
			
		#highlightBox {
			margin:18px 0px 0px 37px;
			background:url(../img/highlightbox.jpg) no-repeat;
			width:410px;
			height:79px;
			}
			
			#highlightBox a {
				display:block;
				width:410px;
				height:79px;
				}
				
	#wrapperColumnDivider {
		background:url(../img/shadow.png) no-repeat;
		width:15px;
		height:305px;
		}
	
	#wrapperColumnRight {
		background:url(../img/header_latestnews.gif) no-repeat;
		margin:10px 0px 0px 0px;
		padding:35px 0px 0px 0px;
		width:335px;
		}
		
		#wrapperColumnRight .dataList {
			float:left;
			margin:0px;
			padding:0px 0px 15px 0px;
			}
			
			#wrapperColumnRight .dataThumb {
				padding:1px;
				width:96px;
				height:72px;
				background:url(../img/img_placeholder.gif) 1px 1px no-repeat;
				border:1px solid #e5e5e5;
				}
				
			#wrapperColumnRight .dataItem {
				padding:0px 0px 0px 15px;
				font-size:14px;
				color:#009cee;
				width:220px;
				}
				
				.dataDate,
				.dataDetail {
					margin:0px;
					padding:0px;
					line-height:18px;
				}
				
				.dataDate {
					font-size:10px;
					color:#8b8b8b;
					text-transform:uppercase;
				}
