body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: tahoma;
}
h1, h2 {
	color: #274a64;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
a, a:link, a:hover, a:active {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear: both;
}
.font12 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}
.halfBox {
	width: 335px;
	margin-right: 5px;
	float: left;
}
.headerContainer {

}
.footerContainer {

}
.contentsContainer {
	margin: 0 auto;
	width: 100%;
}

.hilightBox {
	width: 1000px;
	position: relative;
}
.hilightBox .hilight_image {

}
.hilightBox .hilight_vdo {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 400px;
	height: 225px;
	z-index: 2px;
}
.contentBox {
	margin: 0 auto;
	width: 1000px;
}
.contents {
	margin-top: 5px;
}

.newscasters .containerBox_header {
	background: #f0eeee;
	border-bottom: solid 1px #d9d9d9;
	height: 30px;
	margin: 10px 0px 0px 0px;
}
.newscasters .containerBox_content {
	padding: 10px 10px 10px 15px;
}
.newscasters .containerBox_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.newscasters .containerBox_content ul li {
	float: left;
	margin: 10px 20px;
	width: 147px;
}
.newscasters .containerBox_content  .newscasters_thumb {
	border: solid 1px #567286;
}
.newscasters .containerBox_content  .newscasters_details {
	text-align: center;
	margin: 5px;
	font-size: 14px;
	width:180px;
}

.newscasters_info .containerBox_header {
	background: #f0eeee;
	border-bottom: solid 1px #d9d9d9;
	height: 30px;
	padding: 10px 0px 0px 5px;
}
.newscasters_info .containerBox_content .boxLeft {
	float: left;
	width: 280px;
	margin: 20px 20px 20px 50px;
}
.newscasters_info .containerBox_content .boxRight {
	float: right;
	margin: 20px 20px 20px 0px;
	width: 630px;
}
.newscasters_info .containerBox_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.newscasters_info .containerBox_content ul li {
	margin: 10px;
	width: 610px;
}
.newscasters_info .containerBox_content .title {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 150px;
	display: block;
	float: left;
}
.newscasters_info .containerBox_content .text {
	font-size: 12px;
	text-align: left;
	width: 450px;
	display: block;
	float: right;
}