#author {
	float: left;
	margin: 7px 0 20px 0;
}

#author #container {
	float: left;
	position: relative;
	width: 548px;
	height:150px;
	font-size:12px;
	color:#000;
	border: 3px solid #000;
	background-image:url('../images/authorbg.jpg');
	padding:8px;
}

#author #bio {

	float: left;
	width: 400px;
	height:80px;
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#FFF;
	border-color:#000;
	border-style:solid;
	border-width:1px;

}

#author #bio a {
	text-decoration: underline;
}

#author #follow {
	float: left;
	width: 400px;
	height:50px;
	font-size:14px;
	color:#000;
	padding:0px;
	font-weight:bold;
	border:none;
}

#author .facebook {
	float: left;
	width: 120px;
	height:50px;
	margin-left: 5px;
	margin-top:17px;
	border:none;
}

#author .facebook iframe {
	border:none; 
	overflow:hidden; 
	width:120px;
}

#author .twitter {

	float: left;
	width: 150px;
	height:50px;
	margin-left: 0px;
	margin-top:17px;
	border:none;
}

#follow p {
	vertical-align:middle;
	float: left;
	width: 115px;
	height:20px;
	font-size:14px;
	color:#000;
	padding:5px;
	font-weight:bold;
	margin-top:12px;
}
#author img {
	position:absolute;
	right: 13px;
	top: -30px;
}

#author h4 {
	float: left;
	width: 370px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:3px;
	word-spacing:4px;
	color:#000;
	padding:5px;
	background-color:#FFF;
}
