﻿body {
}

.about {
	float:left;
	border-left:#CCC978 solid 1px;
	border-right:#CCC978 solid 1px;
	width:487px;
	height:auto;
	/*padding-bottom:0.8em;*/
}

.profileImage {
	border:solid 3px #C9C672;
	padding:0;
	margin:10px 0 0 30px;
	width:100px;
	height:130px;
	float:left;
}
.profileNoImage {
	background:url(../images/AboutUs/img_nophotoavailable.gif) 0 0 no-repeat;
	border:solid 3px #C9C672;
	padding:0;
	margin:10px 0 0 30px;
	width:100px;
	height:130px;
	float:left;
}

.profileRightText {
	width:320px;
	height:130px;
	padding:10px 0 10px 30px;
	/*margin:10px 0 10px 160px;*/
	/*position:absolute;*/
	float:right;
	font:bold 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FB9E2B;
	background-color:inherit;
}
p.aboutName{
	font:bold 15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9A0124;
	background-color:inherit;
	margin-bottom:0.3em;
}

p.aboutText {
	font:bold 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FB9E2B;
	background-color:inherit;
}

a.profileText {
	font:bold 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FB9E2B;
	background-color:inherit;
	text-decoration:none;
	margin-bottom:8em;
}

a.profileText:hover {
	color:#000000;
	background-color:inherit;
}

#AboutTitle{
	width:487px;
	border-left:#CCC978 solid 1px;
	border-right:#CCC978 solid 1px;
	margin-bottom:10px;
	height:auto;
}
#AboutTitle h3{
	display:block;
	width:406px;
	height:43px;
	font:bold 22px/47px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#677C10;
	background-color:inherit;
	margin:0;
	padding:0 0 10px 30px;
	text-decoration:underline;
	
}
#AboutTitle h3 span {
	margin-bottom:20px;
	font:bold 22px/47px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#677C10;
	background-color:#FCFABB;
	padding:0;
	margin:0;
	height:24px;
}