div#header
{
	background: url(../images/header_writer.jpg) no-repeat;
	position: relative;
	width: 768px;
	height: 200px;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div#bhood
{
	background: url(../images/bhood.jpg) no-repeat;
	position: relative;
	width: 176px;
	height: 153px;
	z-index: 2;
	top: 0px;
	left: 30px;
	float: right;
	display: inline;
}
div#summary
{
	font: 13px "Times New Roman", Times;
	text-align: left;
	text-decoration: none;
	color: white;
	position: relative;
	display: block;
	line-height: 125%;
	z-index: 3;
	margin-top: 20px;
	left: 50px;
	width: 625px;
	height: auto;
}
div#contact
{
	color: #929f49;
	font: 14px "Times New Roman", Times;
	line-height: 125%;
	z-index: 3;
	position: relative;
	display: inline;
	float: right;
	left: -210px;
	top: 0px;
}
div#writercontact
{
	background: url(../images/writer_contact.png) no-repeat;
	position: relative;
	display: block;
	width: 155px;
	height: 26px;
	top: 0px;
	left: 210px;
	float: left;
}
