body{
	padding: 0; 
	margin: 0;
	background: #CD3333; 
	width: 100%; 
	vertical-align: top;
	font-family: Arial, Verdana, sans-serif;
	color: #000000; 
	line-height: 16px; 
	font-size: 14px;
	text-align: center;
}

h3 {
	padding: 0 0 0 15px;
}

#main {
	margin: 0px auto;
	width: 774px; 
	text-align: left;	
}

#head {
	background: url(images/mmlogo.jpg); 
	width: 744px; 
	height: 197px;
	color: #ffffff;
}

#head h1 {
	display: block; 
	width: 198px; 
	height: 20px; 
	text-indent: -9999px; 
	
}

#nav {
	width: 744px;
	background: url(images/navback.png) repeat-x;
	font-size: 12px;
	height: 31px; 
	font-size: 1em; 	
}

#nav ul {
	margin: 0; 
 	list-style-type: none;
 	margin-right: 19px; 
 	float: right; 
}

#nav ul li {
	line-height: 31px; 
    float: left; 
}

#nav ul li a {
	display: block; 
	padding: 0 10px 0 10px; 
	text-decoration: none; 
	color: #ffffff; 
	font-weight: normal;
}

#nav ul li a:hover {
	font-weight: normal;
	color: #000000; 
	background: url(images/hovnavback.png) repeat-x; 	
}

#content {
	width: 744px;
	padding: 10px 0;
	background-color: #ffffff;
	min-height: 700px;
	height: auto !important;
	height: 700px
}

#lefttext {
	width: 380px;
	position: absolute;
	padding: 0 0 0 10px;
}

#lefttext img {
	float: right;
	margin: 10px 0 10px 10px;
}

#righttext {
	width: 330px;
	position: relative;
	left: 390px;
}

#righttext img {
	text-align: center;
	padding: 10px 0 10px 10px;
}

#addresstext {
	width: 300px;
	position: relative;
	left: 430px;
	top: -380px;
}

#addresstext img {
	float: left;
	z-index: 0;
}


#pricing {
	padding: 20px 15px 0 15px;
}

#contacttext {
	z-index: 2;
	font-size: 14px;
	width: 300px;
	position: relative;
	left: 450px;
	top: -370px;
	font-weight: bold;	
}

#contacttext img {
	z-index: 1;
	position: absolute;
	right: 70px;
	top: -120px;
}

#contactform {
	width: 300px;
	position: relative;
	padding: 20px 0 0 25px;
}

#textfooter {
	font-style: italic;
	text-align: center; 
	width: 300px;
	position: relative;
	left: 200px;
}

#content p {
	padding: 0 20px 0px 20px;
}

#bottom {
	text-align:center;
}

#bottom a {
	text-decoration: none;
	color: #000000;
}

#bottom a:hover{
	color: #ffffff;
}

.clear {
	clear:both;
}

#cuscomments{
	background: url(images/cuscombg.png) repeat-x;
}

#cuscomments a{
	text-decoration: none;
	color: #ffffff;
}

#cuscomments a:hover{
	text-decoration: none;
	color: #000000;
}
#blinkytext {
     font-size: 1.1em;
     text-decoration: blink;
     font-style: normal;
 }