@import url("cmm.css");

body {
	background: #d9d9d9;
	color: #232323;
	font: small/1.2 "Lucida Grande", "Trebuchet MS", Geneva, Tahoma, sans-serif;
}

#mainContent {
	overflow: auto;
	width: 619px;
	margin: 10px auto;

}

#mapArea {
	float: right;
	padding-right: 15px;
	width: 350px;
}

#contentArea {
	float: left;
	width: 200px;
	
}

#contentArea h3 {
	font-size: 0.9em;
	color: #909090;
	font-weight: normal;
}