@import url("main_template.css");

#menu_about_us a:hover
{
	background-position: -348px -336px !important;
}

#menu_about_us a
{
	background-image: url(../img/menu_sprite.png);
	background-position: -348px -336px !important;
}

#main_content{
	color:#135F2E;
	font-family: arial;
	font-size: 14pt;
	position:relative;
	z-index:1001;
	padding-top: 35px;
	width:556px !important;
}

a{
	position:relative;
	z-index:1002;
}

h1,h2,h3
{
	text-align:center;
	font-family:times new roman;
}

h3
{
	display:inline;
}

#contact_info{
	text-align:center;
}

.team_member_odd, .team_member_even
{
	min-height:200px;
}

.team_member_odd img
{
	float:right;
	height:200px;
	padding-left:10px;
}

.team_member_even img
{
	float:left;
	padding-right:10px;
	height:200px;
}

div#back{
	width:770px;
	text-align:center;
	font-family:times new roman;
	font-size:20pt;
	padding-bottom:35px;
	margin-left:43px;
}



