body {
	text-align: center;
	background: #6C2123;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#header {
	background: url('../images/about/header_bg.jpg');
	width: 700px;
	height: 127px;
}

#main {
	background: url('../images/about/body_bg.jpg');
	width: 700px;
	
}


#footer {
	background: url('../images/about/footer_bg.jpg');
	width: 700px;
	height: 93px;
	text-align: center;

}

#main p {
	color: #993300;
	font-size: 10px;
	margin: 0 100px;
	line-height: 180%;
	margin-bottom: 20px;
}

#main p.h-text1 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#main p.h-text2 {
	font-size: 10px;
	color: #000;
	margin-bottom: 0;
}

#footer img {

}