div{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;
}
div.content
{

	width: 1000px;
	height: 700px;
	margin: 50px auto 0px auto;
	border: #CCCCCC;
	border-width: thin;
	border-style: solid;
	
}

div.page{
	background-image: url('../assets/images/bg.jpg');
	background-repeat: no-repeat;
	height: 556px;
}

div.about_photos{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	clear: left;
	width: 340px;
}

div.body_content{
	margin: 0px 20px 0px 0px;
	padding: 20px;
	color: #484848;
	font-family:helvetica,arial;
	line-height: 1.4;
}
