body {
background-image: url(images/MM.jpg);
background-repeat: no-repeat;
}
/* Formatting */
.commontext {
	color: #585858;
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.address {
	color: #585858;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}	

.maplink {
	color: #739F1D;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
}

.contacttext {
	color: #682226;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

a.navlink {
			color:#014C60;
			font-family:Arial;
			font-size:8pt;
			font-weight:bold;
			text-decoration: underline;
		}
		
a.navlink:hover {
			color:#B86F07;
		}

/* Layout */

#addressinfo {
	position: absolute;
	top: 240px;
	left: 30px;
}

#maincontent {
	position: absolute;
	top:420px;
	left:460px;
	width: 470px;
}

#contactinfo {
	position: absolute;
	top: 470px;
	left: 90px;
	width: 200px;
}