/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* home page */

h2 {
	padding:25px 0 0 0;
}

#main {
	background-image:url(../images/body_bg_periwinkle.gif);
	background-repeat:repeat-y;
}

#footer {
	background-image:url(../images/footer_bg_periwinkle.gif);
	background-repeat:no-repeat;
}

#content {
	height: 970px;
}

#jenibio {
	position:relative;
	width: 620px;
	top: .5em;
	left: 0px;
}

#staceybio {
	position:relative;
	width: 620px;
	top: 4em;
	left: 0px;
}

.image_1 {
	float:left;
	/*margin: 8px 0 20px 50px;*/
	margin: 8px 30px 20px 0px;
	border: 2px solid #FFF;
}

.image_2 {
	float:right;
	margin: 8px 0 20px 50px;
	border: 2px solid #FFF;
}



