<!--
body {
	background-color: #333333;
    background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #484848;
	background-color: #181818;
	color: #ffffff;
}
.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	color: #FFFFFF;
}


/*					STAFF
============================================ */

.staff-cnt {
	width: 524px;
	height: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#staff-cntL {
	width: 134px;
	height: 330px;
	margin: 0px;
	padding: 0px;
	border-right: solid 1px #333333;
	float: left;
}

#staff-cntR {
	width: 375px;
	height: 325px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	overflow: auto;
}

.staff-image {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}

.staff-title {
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	float: left;
}

.staff-name {
	width: 150px;
	height: auto;
	margin: 0px;;
	padding: 0px 0px 10px 0px;
	float: left;
}

.staff-bio {
	width: 330px;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}

-->
