@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	margin: 0 auto;
	
	background: #e5e0d9 url(../images/bg_pattern.jpg) top center no-repeat fixed;

}

a:link{
	text-decoration:none;
	color: #000;
}
a:visited{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:underline;
	border:none;
	color: #55c5d0;
}


#menu {
	height: 15px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #549EAB;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 38px;
}

#menu a:hover {
	text-decoration:underline;
	color:fff;
}

p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#buttons {
	width: 200px;
	float: left;
	margin-top: 15px;
	border: 0;
}

#btn_image {
	width: 200px;
	height: 125px;
	overflow: hidden;
}
#btn_text {
	width: 200px;
	height: 100px;
	padding-top:5px;
	padding-left:3px;
	font-family:"Helvetica Neue (TT)","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-shadow:0 1px 0 #eee;
	color:#111;
	overflow:visible;
	
}
#btn_header {
	width: 200px;
	height: 25px;
	padding-top:5px;
	padding-left:3px;
	font-family:"Helvetica Neue (TT)","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	text-shadow:0 1px 0 #eee;
	color:#55c5d0;
}

.address {
	width:320px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:16px;
	display: inline;
	margin-left: 10px;
}

.socials {
	float:right;
	margin-right:10px;
	width:400px;
	text-align:right;
	display:inline;
	margin-top: 10px;
	margin-left: 10px;
}
.page_text {
	padding: 10px;
}

.testimonials {
	width:390px;
	height:220px;
	float:left;
	padding:5px;
	margin-right:9px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 15px;
	background-color: #eee;
	font-weight: normal;
	margin-left: 5px;
	
}

#bio {
	height:450px;
	width:830px;
	padding:10px;
	margin-bottom: 10px;
	
}
