/* CSS Reset 
/*-----------------------------------------------------------------------------------*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

.about{ padding-top:0px; padding-bottom:10px;}
.about_pic{ width:147px; height:147px; background:url(images/about_pic_bg.jpg) no-repeat center; float:left;}
.about_pic img{ width:135px; height:135px;border-radius:70px;-moz-border-radius:70px;-webkit-border-radius:70px;-khtml-border-radius:70px; margin:6px 0 0 6px;}
.about_right{ width:270px; float:left; padding:0 0 0 20px;}
.about_right h2{color:#e8a900;font-family: 'Great Vibes', cursive;font-size:30px; padding:0 0 10px 0; margin:0px;}
a.more_about{
	width: 103px;
	height: 41px;
	background: url(images/more_about_bg.png) no-repeat center;
	text-align: center;
	line-height: 41px;
	float: left;
	display: block;
	margin: 15px 0 0 0;
	color: #564926;
	text-shadow: 1px 1px #f8d67f;
}
.content img {
	max-width: 100%;
}