body
{
	background-color: #75767a;
}



a
{
	color: #005c98;
	text-decoration: none;
}
a:link
{
	color: #005c98;
	text-decoration: none;
}
a:visited
{
	color: #005c98;
	text-decoration: none;
}
a:hover
{
	color: #005c98;
	text-decoration: none;
}
a:active
{
	color: #005c98;
	text-decoration: none;
}

a.selected_link
{
	color: #b8d33c;
}

#floater
{
	width: 732px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#underlay
{
	position: absolute;
	height: 730px; 
	width: 732px;
}

#content
{
	position: relative;
	height: 730px; 
	width: 732px;
	background-image: url('./img/main_bg.png');
	_background-image: url('./img/main_bg.gif');
}

div
{
	font-family: arial, sans-serif;
}

#nav
{
	position: absolute;
	top: 134px;
	left: 320px;
	font-size: 12px;
	font-weight: bold;
}

#side
{
	font-family: arial;
	position: absolute;
	top: 280px;
	left: 30px;
	color: white;
	font-size: 13px;
	line-height: 24px;
}

#address
{
	font-family: arial;
	position: absolute;
	top: 600px;
	left: 30px;
	color: white;
	font-size: 13px;
	line-height: 24px;
}

/* Home */

#cc
{
	position: absolute;
	left: 335px;
	top: 650px;
}

#banner
{
	position: absolute;
	top:176px;
	left: 107px;
}

#hometext
{
	position: absolute;
	left: 335px;
	top: 470px;
	width: 350px;
	font-size: 12px;
	line-height: 18px;
}

#maintext
{
	position: absolute;
	left: 315px;
	top: 190px;
	width: 350px;
	font-size: 12px;
	line-height: 18px;
}

#maintext ul
{
	list-style: url('./img/list_image.png');
	font-weight: bold;
}

.team_member
{
	position: relative;
}

.team_photo
{
	position: absolute;
}

.team_bio
{
	margin-left: 100px;
}
