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

.post, .entry {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 19px;
color: #333;
}

.entry p {
margin: 0px 0 10px 0;
padding: 0;
}

#profile-photo {
width: 190px;
float:left;
padding: 0 10px 0 0;
border-right: 1px dotted #666;
}

#profile-text {
width: 640px;
float: left;
padding: 0 10px 0 10px;

}

#testimonials {
	float:left;
	width: 320px;
	height: 600px;
	margin-left: 10px;
	background: gray;
}


#contact-side {
width: 200px;
float:left;
padding: 0 10px 0 0;
border-right: 1px dotted #666;
}
			   

#contact {
width: 400px;
float: left;
padding: 0 10px 0 10px;

}
