/* *****************************************
/*+  aboutPage  +***************************
/***************************************** */
/*+ BACKGROUND + ---------------------------- */
body#about div#mainImage { background:url(../img/about_bg.jpg) no-repeat top center;}

dl.aboutLead {
	margin:0 auto;
	width:760px;
	}
dl.aboutLead dt {
	clear:both;
	display:block;
	float:left;
	width:294px;
	}
dl.aboutLead dd {
	display:block;
	padding:0 0 0 314px;
	}
p.aboutTxt {
	margin:30px 0 30px 60px;
	}
div.aboutTable table {
	margin:0 auto 30px;
	}
div.aboutTable table th {
	padding:5px;
	width:100px;
	background:#e8e8cc;
	border-bottom:solid 1px #FFF;
	border-right:solid 3px #FFF;
	}
div.aboutTable table td {
	padding:5px;
	width:560px;
	background:#f3f3f3;
	border-bottom:solid 1px #FFF;
	}
