/*==================index page=============*/

#about {
	height: 382px;
	width: 474px;
	background: url(images/about_us.png) no-repeat;
}

#about .content  {
	position: relative;
	top: 55px;
	padding: 20px;
}

#about .bold {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0C6F55;
}

#about .normal {
	color: #666666;
	font-size: 12px;
}

.spacing  {
	padding-bottom: 50px;
}


