/* Jeremy cmmi.css*/
/* left side */
#left{
	clear:right;
	float:right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
	.left_articles h2{
		padding-left: 30px;
	}
	.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(../images/news.gif) no-repeat center left; color: #808080; }
	.smallimage {
		float: left;
		clear: left;
		border: 1px solid #ccc;
		background: #eee;
		color: #000;
		width: 200px;
		height: 150px;
		margin: 0 15px 10px 0;
	}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}		
/* right side */
#right {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 10px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/notes.gif) no-repeat center left;
		color: #454545;
	}
	
/*Jeremy news page*/	
.news_youshang{
	float:right;
	clear:right;
	width:310px; 
	margin: 5px 0 10px 0; 
}
.right_articles li{
	margin-left:25px;
	margin-top:10px;
}
.right_articles li a{
	text-decoration:none;
}
.news_zuoshang{
	float:left; 
	clear:left;
	width:635px; 
	height:230px; 
	margin: 0 0 10px 0; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
}
.news_youxia{
	float:right;
	width:635px;  
	margin: 0 0 10px 0; 
}
.news_zuoxia{
	float:left; 
	clear:left;
	width:310px; 
	margin: 11px 0 10px 0;
}
/*news list*/
.news_titleline{
	float:left;
	width:960px;
	margin: 5px 0 10px 0;
}
.news_list{
	 text-align: left; 
	 margin-left:400px;
}
.news_list li a{
	text-decoration:none;
}
.news_pagecount{
	margin: 0 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
	color: #808080;
	border-bottom: 1px solid #ccc;
	text-align:right;
}
.news_listpic{
	float:left; 
	width:200px;
	border-bottom-style:solid; 
	margin:5px 10px 10px 10px;
}
/*news tmp*/
.news_other{
	padding-bottom:10px;
}

.bigimage {
		float: left;
		clear: left;
		border: 1px solid #ccc;
		background: #eee;
		color: #000;
		width:200px;
		margin: 0 15px 10px 5px;
	}
