/* Start of Body -- When In Manila */
#bodycontent {
	background-color: #eee;
	border: #ccc 1px solid;
	width: 610px;
	#width: 630px;
	height: auto;
	float: left;
	position: static;
	z-index: -5000;
	padding: 0 10px;
	margin: 0px 0 0 8px;
	border-top: 50px solid #463933;
	border-right: 1px #463933 solid;
	border-bottom: 1px #463933 solid;
	border-left: 1px #463933 solid;
	font-size: 12px;
}

#bodycontent a:hover {
	/*background-color: #;*/
	color: #463933;
	text-decoration: underline;
	font-weight: bold;
	}
	
#bodycontent a {text-decoration: none; color: #006699; font-weight: bold;}

.tagline{
	background:url("images/about-tagline.png") top center no-repeat;
	width: auto;
	height: 55px;
}

.profile {
	position: relative;
	height: 180px;
}

.profile-name {
	font-size: 16px;
	font-weight: bold;
}

.profile-position {
	font-size: 12px;
	font-weight: bold;
	
}

.profile-text {
	 float:left; 
	 text-align: justify; 
	 width: 430px;
}

.profile-pic {
	float:right;
	margin-right: 17px;
}
/* End of Body*/