#mainContent {
	position: relative;
	font: 10px Arial;
	margin-left: 25px;
	
	height: 800px;
}

.articlesPager {
	padding-top: 5px;
}

.articlesPager a {
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
}

.articlesPager a.selected, #pageNav a.selected {
	text-decoration: none;
	color: #666;
}

#pageNav {
	font-size: 12px;
	position: absolute;
	left: 25px;
	top: 5px;
}

#thumbNav {
	list-style: none;
	width: 180px;
	height: 330px;
	overflow: hidden;
	padding: 0;
	
	float: left;
	margin: 25px 0 0 25px;
}

#thumbNav LI {
	display: block;
	width: 75px;
	height: 95px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#thumbNav LI .proxy {
	width: 71px;
	height: 92px;
}

#coverDetail {
	margin: 25px 0 0 25px;
	float: left;
}

#coverDetail .proxy {
	width: 245px;
	height: 318px;
}

#articleDetail {
	background: #fff url(/images/read_article.png) no-repeat scroll -10px 0;
	height: 400px;
	width: 509px;
	
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 50px;
}

#articleDetail #articleText {
	margin: 0 25px;
	background-color: #cdefea;
	padding: 25px;
}
