body{
	background: url('../img/background.jpg') repeat-x #FFF;
}

#header{
	background: url('../img/header.jpg') repeat-x #F00;
	height: 155px;
}

#sidebar{
	background: url('../img/sidebar_bg.jpg') repeat-y #CCC;
	margin:  0px;
	padding:  0px;
}

.gutter{
	/*background: #fff;*/
}

p img.headshot {
	float:right;
	top: 100px;
	margin:1.5em 0 1.5em 1.5em;
}

.bio{
	margin-left: 2em;
	
}