#search {
	width: 980px;
	height: 37px;
}

#bodyText {
	 width: 316px;
	 height: 169px;
	 padding: 10px;
	 font-size: 15px;
	 color: #FFFFFF;
	 line-height: 18px;
	 background-color: #ef7800;
	 overflow: hidden;
	 float: left;
}

#bodyImg {
	 width: 634px;
	 height: 189px;
	 margin-left: 10px;
	 float: left;
}

#bodyNews {
	position: relative;
	width: 314px;
	height: 182px;
	margin-top: 10px;
	padding: 10px;
	border: #ef7800 1px solid;
	float: left;
}

#bodyNews p {
	line-height: 18px;
}

#bodyNews h1 {
	font-weight: normal;
}

#bodyNews a {
	text-decoration: none;
}

#bodyShortcut {
	width: 634px;
	height: 204px;
	margin: 10px 0 0 10px;
	float: left;
}

#bodyShortcut .shortcut {
	position: relative;
	width: 151px;
	height: 97px;
	margin: 0 10px 10px 0;
	float: left;
}

#bodyShortcut .shortcutLast {
	position: relative;
	width: 151px;
	height: 97px;
	margin: 0 0 10px 0;
	float: left;
}

#bodyShortcut .mouseover {
	position: absolute;
	width: 151px;
	height: 77px;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}

#bodyShortcut .captionText {
	position: absolute;
	width: 146px;
	height: 18px;
	padding: 2px 0 0 5px; 
	bottom: 0;
	left: 0;
}

#bodyShortcut .captionBg {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	width: 151px;
	height: 20px;
	background-color: #1e4e8a;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#bodyShortcut #quotation {
	position: relative;
	width: 149px;
	height: 75px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	border: #ef7800 1px solid;
	font-size: 10px;
	text-align: center;
	color: #ef7800;
	float: left;
	cursor: pointer;
}

#bodyShortcut #quotation #caption {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	width: 144px;
	height: 18px;
	padding: 2px 0 0 5px; 
	background-color: #ef7800;
	text-align: left;
}

#bodyShortcut a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#bodyShortcut h2 {
	font-size: 10px;
}

