* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #BBBBBB;
	font-size: 90%;
}
.imgbord { border: 1px solid #e9af00; }
.footer {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #444444;
	font-size: 75%;
}

.footerbig {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #222222;
	font-size: 90%;
}

.bioheader {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
}

a:link, a:visited { color: #e9af00; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }


#Masthead1 {
	height: 80px;
	
}

#gallery {
background: gray; 
position: absolute; 
left: 543px; 
top: 209px; 
height: 277px; 
width: 307px; 
padding: 0em; 
}


#OuterContainer1 {
	padding: 0;
	margin: 0 auto;
	
}

#Container1 {
	position: absolute;
	left: 553px; 
  top: 215px; 
  height: 190px; 
  width: 266px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #444444;
	font-size: 0px;
}

#Photo1 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading1 {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink1, #NextLink1 {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink1 span, #NextLink1 span { display: none; }

#PrevLink1 { left: 0; float: left; }
#NextLink1 { right: 0; float: right; }

/* background image for IE */
#PrevLink1:hover, #PrevLink1:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink1:hover, #NextLink1:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer1>#PrevLink1:hover, #LinkContainer1>#PrevLink1:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer1>#NextLink1:hover, #LinkContainer1>#NextLink1:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }


#Counter1 {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

