
html {
	background: #669900 url(../images/bg_green.gif) repeat-x left top;
	
}

.email_link {
	color: #669900;
}

/* @group Layout */



#header {
	background: url(../images/header_bg_green.png) no-repeat left top;
}

/* @end */

/* @group header */

/* @end */

/* @group footer */

#footer_contact {
	color: #669900;
}

/* @end */

/* @group nav */

#body_about #nav_about {
	background: #669900;
}

#body_about #nav_about a {
	color: white;
}



/* @group content */

#content_container a {
	font-size: 1.2em;
	color: #666666;
}

#content_container {
	width: 675px;
	min-height: 450px;
	margin-top: 10px;
}



#content_container p {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.6em;
	z-index: 900;
}


/* @end */

#people {
	float: left;
	display: inline;
	width: 150px;
	margin-top: 10px;
	color: white;
}

.bio {
	float: left;
	display: inline;
	width: 300px;
	height: 375px;
	color: #666666;
}

#bio_container {
	float: left;
	display: inline;
	width: 435px;
	height: 450px;
	padding: 10px;
	background: #d3e1b5 url(../images/bio_grad_btm.gif) repeat-x left bottom;
}

#stacys_bio_link, #tracys_bio_link {
	padding: 5px;
	display: block;
	outline: none;
	border: none;
}

.active_bio_link {
	background: #d3e1b5 url(../images/active_bio_link.gif) no-repeat left top;
	color: white;
	
}

#girl_stacy {
	position: absolute;
	top: 0px;
	right: 80px;
}

#girl_tracy {
	position: absolute;
	top: 0px;
	right: 70px;
}

