.about_pic {
	background: url(../img/about_pic.gif) no-repeat;
	height: 150px;
	width: 729px;
	margin: 3px 0 0 0;
}

.title {
	float: left;
	background: url(../img/about_title.gif) no-repeat;
	height: 25px;
	width: 104px;
	
	margin: 13px 0 0 15px;;
}

#text_area {
	height: 240px;
	width: 726px; 
	
	border-top: 1px solid #CCC;
	overflow: auto;
	
	text-align: left;
	
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363636;
	line-height: 12px;
	text-align: left;
}

#text_area .head {
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
}

#text_area p {
	margin: 10px 30px 0px 30px;
}

#text_area b {
	font-size: 13px;
	color: #e78721;
	text-transform: uppercase;
}


#footer {
	background: url(../img/footer_about.gif) no-repeat;
	height: 60px;
	width: 768px;
}


