/*---------------------------------------------------------------------------*/
/* Styles for the About page.                                              */
/*---------------------------------------------------------------------------*/

#content {
  	background-color: #ffffff;
	background-image: url(../images/news/sign.jpg);
	background-repeat: no-repeat;
	background-position: 20px 80px;
}

div.about-data {
    	margin: 20px 0px 20px 0px;
  	color: #000000;
 	font-weight: bold;
}

div.about-hdr {
 	background-color: #cc6666;
	border-bottom: 1px solid #000000;
 	border-top: 1px solid #000000;
	font-weight: bold;
 	font-family: "Kristen ITC", "Snap ITC", "Comic Sans MS", Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 18px;
}

div.about-details {
 	width: 250px;
	padding: 150px 0px 140px 260px;
	text-align: center;
}
