/* CSS Document */

body
{
background-image:url(../images/bg_bio_body.jpg);
background-repeat:repeat-x;
}

.container
{
background-image:url(../images/bg_bio.jpg);
background-position:top left;
background-repeat:no-repeat;
height:450px;
}

.portrait
{
	background-image: url(../images/portrait.jpg);
	width: 227px;
	height: 161px;
	border: 1px;
	border: #2F4F4F;
	border: solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.contentarea
{
background-image:url(../images/bg_bio_content.jpg);
background-position:bottom right;
background-repeat:no-repeat;
height:460px;  /*  adjust this height for content volume */
}

.contentleft
{
height:290px; /*  adjust this height for height of middle black bar */
}

.contentright
{
height:460px; /* adjust this height for content volume */
}