@charset "UTF-8";
/* CSS Document */

/* Columns */
#LeftColumn, #RightColumn {
	position:static;
	float:left;
	}
#LeftColumn {
	width:650px;
	margin:0 25px 20px 0;
	}

#RightColumn {
	margin-left:10px;
	width:195px;
	padding:0 20px 0 0;
	}
#RightColumn h3 {
	margin-bottom:5px;
	}
#MyCMEImg {
	background:url(/assets/img/mcme.jpg) center center no-repeat;
	padding:3px 3px;
	border:1px solid #ddd;
	width:628px;
	height:72px;
	margin-bottom:20px;
	margin-top:20px;
	}
#MyCMEContent {
	background:url(/assets/img/rightcolumn_bg.gif) bottom left no-repeat;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0 15px 60px 0;
	padding-top:30px;
	padding-bottom:80px;
	}
#LeftColumn p {
	margin-bottom:10px;
	font-size:12px;
	padding-left:20px;
	}

#LeftColumn ol {
	list-style-image:url(/assets/img/icon_bullet_orange.gif);
	list-style-position:outside;
	padding-left:20px;
	padding-bottom:20px;
	margin-left:18px;
	
	}
#LeftColumn li {
	margin-bottom:10px;
	font-size:12px;
	}
	
/*div.cmeitem {
	width:200px;
	height:200px;
	position:relative;
	float:left;
	margin:0 5px 20px 5px;
	
	
	}
div.cmeitem a {
	padding-right:5px;
	}
div.cmeitem p {
	padding:10px 0 0 0!important;
	margin:0!important;
	font-size:10px!important;
	}
	
h2.latest{
	margin:20px 15px 0 0;
	padding:0 0 2px 5px;
	border-bottom:1px solid #eee;
	}	*/
	