* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #000000;
	text-align:center;
	min-height:552px;/* for good browsers*/
	min-width:770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
h1 {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 20px;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
.biotext {
	font-size:x-small;
}
.role {
	font-size: x-small;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 552px;
} 
#inner {
	width: 770px;
	height: 550px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #FFFFFF;
}
#contentFrame {
	height:322px;
	text-align:left;
}
#contentImage {
	float:left;
	width:199px;
}
#contentWindow {
	margin-left:199px;
	padding-left: 20px;
	padding-top:20px;
	height: 302px;
	padding-right: 20px;
	background-image: url(../img/contentback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	color: #FFFFFF;
}
#prevNext {
	width:432px;
	text-align:center;
}