
#body-content
{
	background: #6B5C54; 
	padding:0;
	margin:0;
}
#aboutnav{
	bottom: 2px;
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
}

#aboutnav li{
	background-image: url(/images/bullet_lightblue.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0 0 0 8px;
}

#about-images{
	display: block;
	overflow: hidden;
	width: 774px;	
}

#about-images img {
	float: left;
	display: block;
	border:0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 258px;
	
}

#about{
	background-color: #6b5c54; /* light brown */

	font-size: 12px;
	line-height: 17px;
	overflow: auto;
	padding: 20px 30px 20px 30px;
	position: relative;
	text-align: justify; 
}
#about h3{
	color: #99c7d3; /* light blue */   
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: bold; 
}

#about img{
	border: 2px solid #5C4F48;
}
#about p{
	margin: 20px 0; 
	line-height: 1.45em;
}

#about .more{
	background-image: url(/images/bullet_lightblue.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	bottom: 30px;
	padding: 0 0 0 8px;
	position: absolute;
	right: 30px;
}

#about div.four{
	clear: right;
	float: right;
	margin-left: 33px;
	overflow: hidden;
	width: 328px;
}

#about div.four img{
	display: block;
	float: left;
	margin: 1px;
}

#about div.left {
	clear: left;
	float: left;
	margin: 0 33px 20px 0;
}
#about div.right {
	clear: right;
	float: right;
	margin: 0 0 0px 33px;
	
}


