
/* main settings */

body{
	margin-top:0px;
	}

img{
	border:0px;
	}

table.maintable{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

div.boxleft{ 
	position: relative;
	width: 400px;
	float:left;
	top:0px;
	left:0px;
	}
	
div.h1{ 
	position: relative;
	width: 400px;
	top:0px;
	left:0px;
	z-index:100;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}

div.maintext{
	position: relative;
	width: 280px;
	top:0px;
	left:90px;
	}
	
div.rightphoto{
	position: relative;
	width: 270px; 
	float:left;
	top:0px;
	left:5px;
		}
		
td.footer{
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	}
	
div.copyright {
	position: relative;
	top:5px;
	left:60px;
	width:600px;
	height:20px;
	text-align:right;
	}











/* main text settings */

a {
	border:0px; 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#514A37;
	}

a:link{
	border:0px; 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#514A37;
	}
	
a:visited{
	border:0px; 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#514A37;
	}

a:hover{
	border:0px; 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000;
	}
	
a:active{
	border:0px; 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#514A37;
	}
	
p{ 
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#514A37;
	}

p.date{
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#514A37;
	}

p.h2{
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#514A37;
	text-align:center;
	}











/* bio.html classes */
table.maintablebio{
	background-image: url(images/bgblue.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}











/* photos.html classes */

div.boxleft2{ 
	position: relative;
	width: 490px;
	float:left;
	top:0px;
	left:0px;

	} 

div.mainphoto{
	position: relative;
	width: 380px; 
	height:325px;
	float:left;
	top:0px;
	left:95px;
		}

div.albums{
	position: relative;
	width: 490px;
	top:0px;
	left:0px;
	float:left;

	}
	
div.thumbnails{
	position: relative;
	width: 170px; 
	float:left;
	top:0px;
	left:5px;

	}
	
div.thumb{
	position: relative;
	width: 32px; 
	height:32px;
	float:left;
	top:-5px;
	left:0px;
	padding:1px;

	}
	
div.pagescroll{
	width: 170px; 
	}
	
div.prevpage{
	position: relative;
	float:left;
	left:0px;
	}
div.nextpage{
	position: relative;
	float:left;
	left:100px;
	}











/* videos.html classes */

div.videos{
	position: relative;
	width: 490px;
	top:0px;
	left:100px;
	float:left;
	}


div.vidplaceholder{
	width:60px;
	height:60px;
	background-color:#333;
	position: relative;
	float:left;
	margin-right:18px;
	
	}











/* map.html classes */

table.maintablemap{
	background-image: url(images/bggreen.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

div.quicktip{
	position: absolute;
	top: 355px;
	left:340px;
	width:130px;
	}
	
div.hoverdescription{
	position: absolute;
	top: 475px;
	left:543px;
	width:400px;
	}
