html, body {
	width: 100%;
}

body {
	background-color: #7D0000;
	margin: 0px;
	color: 0px;
}

.mcell {
	background-image: url(images/intro_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 40;
	width: 100%;
	height: 391px;
}
#content {
	text-align: left;
	width: 664px;
	margin-top: -11px;
	

}
#content img{
	border: 1px solid #fff;
}
#content h3 {	
	margin-top: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 24;
	font-weight: bold;
	color: #500101;
	margin-left: 30px;
}
#content h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16;
	font-weight: bold;
	color: #500101;
	margin-top: -16px;
	margin-left: 30px;
}
#content p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #500101;
	margin-left: 30px;
}
#content strong {
	display: block;
}
#content a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #500101;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #444;
	text-decoration: none;
}
#content a:hover {
	background-color: #500101;
	color: #efefef;
}