#top_ci {
	position: absolute;
	width: 200px;
	left: 10px;
	top: 0px;
}
#contents ul {
	list-style-type: none;
}
#mainimage {
	position: relative;
	background-image: url(/home/img/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 730px;
	height: 460px;
}
#clgBtn {
	height: 40px;
	width: 221px;
	position: absolute;
	left: 97px;
	top: 190px;
}

#mainimage #shortStories{
	position: absolute;
	width: 474px;
	left: 0px;
	bottom: 0px;
	height: 170px;
	z-index: 999;
}
#mainimage #shortStories a{
	width: 474px;
	height: 170px;
	background-image: url(/home/img/shortStories.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#mainimage #shortStories a:hover{
	background-image: url(/home/img/shortStories_on.jpg);
}
#bannerArea img {
	display: block;
	margin-top: 10px;
}
#bannerArea #smallBnr {
	float: left;
	width: 285px;
}
#bannerArea #bigBnr {
	float: right;
	width: 435px;
}
#news {
	clear: both;
	background-image: url(/home/img/newsMiddle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	font-size: 0.7em;
}
#news #newsList {
	padding-left: 90px;
	width: 630px;
	background-image: url(/home/img/newsTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
#news #newsList ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5AC2DD;
}
#news #newsList li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5AC2DD;
}
#news #newsList .date {
	padding-right: 10px;
}

