body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #E66548;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px #b83622 solid;
}

.txtmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.bios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.people {
	padding-top: 4px;
	padding-bottom: 0;
	border-top: 1px #993300 solid;
}



a:link {
	color: #000066;
}

/* credits: John Ryan @ www.freecssmenus.co.uk */
#pg {
background-color: #fff;
margin: 0 auto;
width:640px;
height:520px;
border:2px dotted #666;
padding:5px;
padding-top:15px;
}
#pg ul {
list-style:none; 
padding:0; 
margin:0; 
width:320px; 
position:relative; 
float:left;
}
#pg ul li {
display:inline; 
width:93px; 
height:93px; 
float:left; 
margin:0 0 8px 8px;
}
#pg ul li a {
display:block; 
width:93px; 
height:93px; 
text-decoration:none; 
border:1px solid #000;
}
#pg ul li a img {
display:block; 
width:93px; 
height:93px; 
border:0;
}


#pg ul li a:hover {
white-space:normal; 
border-color:#336600;
background-color:#AABB33;
}
#pg ul li a:hover img {
position:absolute; 
left:315px; top:0; 
width:320px; 
height:auto; 
border:1px solid #000;
}
#pg ul li a span {display:none}
#pg ul li a:hover span {
display:block;
position:absolute; 
left:320px; 
top:300px; 
width:320px; 
height:auto;
font-size:12px;color:#fff;
}

