/* styling for Header */
#Hdr {
	position:relative;
	width:600px;
	height:120px;
	border:1px solid #a49188;
	margin:1px auto;
	background:url(../Images/About.gif) no-repeat;
	z-index:100;
}

/* styling for Gallery Container*/
#AboutCont {
	position:relative; 
	width:600px; 
	height:455px; 
	background:#d1c8c3; 
	border:1px solid #a49188; 
	margin:0 auto;
}

#AboutCont img {
	border:0;
}

#AboutCont #portrait1,#portrait2 {
	width:250px; 
	position:absolute; 
	left:10px; 
	top:10px; 
	text-align:center; 
	color:#069;
}

#AboutCont #portrait2 {
	top:240px;
}

#AboutCont #text {
	float:left;
	overflow: auto; 
	height:410px; 
	width:320px; 
	position:absolute; 
	left:270px; 
	top:40px; 
	text-align:justify; 
	font-size:12px; 
	color:#069;
}

#AboutCont h1 {
	clear:both; 
	margin:0; 
	left:270px; 
	position:absolute; 
	padding-bottom:10px; 
	text-align:center; 
	font-size:28px; 
	font-weight:normal; 
	color:#fff;
}

a, a:visited {
	color:#069; 
	background:#d1c8c3;
}

a:hover {
	background:#d1c8c3; 
	color:#e76800;
}