#randomcontainer{
	padding-bottom: 20px;
	width: 235px;

}
#imagecontainer{
	width: 235px;
	height:156;
		padding-bottom: 20px;
}
.maintitle{
	font-size: 25px;
	color: #525252;
	text-decoration: underline;
}
#lefter{
	position: relative; 
	padding-top:5px;
	float: left; 
	width: 252px;
	margin-right:10px;
border-right:3px #f0f0f0 solid;
}
#pcorner{
	float:left;
}
#detailed{
	font-size:12px;
	color: #666666;
	padding-left:25px;	
}
#textcontainer{
	width:600px;
	float:left; 
	margin-bottom:35px;
}
#detailnav{
	color: #000;
	font-weight:bold;
	background: #f0f0f0 url("/template/images/subnavbg.jpg") repeat-x;
	margin-bottom:15px;	
	padding:5px; 
	list-style:none; 
}
#detailnav li{
	display:inline;
	padding-right:6px; 
	margin-right: 5px;
	border-right: 1px #CCC solid;
}
#detailnav a:hover, #detailnav .current{
color: #CF4B3C;	
}