/* CSS Document */
body
		{
		background-color:#8db500;
		padding: 0;
		margin: 0 100 0 0:
		text-align: center;

		}
		
		#container
		{
	background-color: #fff;
	width: 800px;
	height: auto;
	margin: 100px auto 0 auto;
		}
#wrapper {
	background-image: url(images/gradbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header
		{
			background-image:url(images/mm-web_01.jpg);
			background-repeat:no-repeat;
			width: 800;
			height: 118px;
	
		}
		
		#navbar
		{
		 	width: 800px;
			height: 46px;
			
		}
			
		#content
		{
	float: left;
	background-image:url(images/mm-web-contentbg.jpg);
	background-repeat: no-repeat;
	background-color: e8e8e8;
	width: 800px;
	height: auto;
		}
		
		#contenthome
		{
			float: none;
			background-image:url(images/mm-web-special.jpg);
			background-repeat: no-repeat;
			width: 800px;
			height: 436px;

		}
		
		#footer
		{
			clear: both;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10px;
			letter-spacing: 2px;
			height: 20px;
			width: 800px;
			color:#fff;
			background-color:#330033;
			text-align: center;
			padding-top:5px;
			margin: 0 auto;
		}

		.text {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: normal;
			color: #333333;
			text-align: justified;
			margin: 40px;
			padding-right: 150px; 
		}
		
		.headline {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 26px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #330033;
			text-decoration: none;
			text-align: left;
			margin: 20px 40px;
		}

		.textPurple {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: normal;
			font-style: italic;
			color:#330033;
			text-decoration: none;
			text-align: justify;
		}
	
		.textSans {
			font-family: "Lucida Mono", "Lucida Grande", Arial, sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: normal;
			color: #333333;
			text-decoration: none;
			text-align: justify;
		}

		.headlineCenter {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 22px;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #330033;
			text-decoration: none;
			text-align: center;
			margin: 20px 40px;
		}

		.textIndent {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		text-align: justify;
		margin: 20px 40px 20px 260px;
		}
		
		.textForm {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 22px;
			font-weight: normal;
			color: #333333;
			text-decoration: none;
			text-align: left;
		}
a:link.icon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #969;
	text-decoration: none;
}
.photoWrap {
	margin-right: 10px;
	border: solid 1pt #666;
}
