/*--------------------------------------
  A more generic starting point
*/
*{
  margin:0 auto;
  padding:0;
  font-family:sans-serif;
}
/*
html{
	overflow:auto;
	width:100%;
	height:100%;
}

html{
	overflow:hidden;
}
body{
	display:block;
	position:inline;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:#0F0;
}
*/
/* Gradient Background */
#w1{
	background:#EEF url("../img/bgg.png") repeat-x scroll top left;
	font-size:78%;
}
/* Animal Background */
#bga{
 	background:transparent url("../img/bganimals.png") no-repeat scroll top center;
}
/* Text Background */
#bgt{
	background:transparent url("../img/bgtext.png") repeat-x scroll top left;
}
#wrapper{
	width:800px;
}
#head{
	width:750px;
	padding-top:25px;
	text-align:center;
}
#band0{
	display:block;
	width:750px;
}
.xb {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1 {
	display:block;
	overflow:hidden;
	background-color:#C9C;
	margin:0 1px;
	height:1px;
}

#band2{
	padding:4px 5px 5px 5px;
	background-color:#c9c;
	color:#fff;
	text-align:center;
}
#band2 span{
	display:block;
}
.larger {font-size:1.2em;}
.justify{text-align:justify;}
.center{text-align:center;}
.clear{clear:both;}
#main{
	width:750px;
	background-color:#FFE;
	padding-top:20px;
 	padding-bottom:20px;
}
h4{
	margin:0 40px 10px;
	text-align:left;
	font-size:1em;
}
p{
	margin:0 40px 10px;
}
h2{
	margin:20px 50px 5px;
	font-size:1.5em;
}
h3{
	margin:10px 55px 5px;
	font-size:1.25em;
}
a{
	text-decoration:none;
}
.people dt{
	margin:1em 0 0;
	font-weight:bold;
}
.people dd{
	width:628px;
	height:106px;
	background-color:transparent;
	background-position:3px 3px;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:3em;
}
.people dd img {
	border:0;
}
.people dd a, .people div{
	display:block;
	width:628px;
	height:106px;
	background:transparent url(../img/border.png) no-repeat 0px 0px;
	outline:0;
	color:#123;
	border-color:#123;
}
.people dd a img {
	position:relative;
	top:3px;
	left:125px;
	width:0px;
	height:0px;
}
.people dd a:hover {
	color:#321;
	border-color:#321;
}
.people dd a:hover img {
	position:absolute;
	top:3px;
	left:125px;
	width:500px;
	height:100px;
}
.people dd a:active img, .people dd a:focus img {
	position:absolute;
	top:3px;
	left:125px;
	width:500px;
	height:100px;
}
.people dd a:active, .people dd a:focus {
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
}
