
/* css for photo galleries */

#thumbs {
width: 200px;
float: left;
border: 1px solid #000;

}



#thumbs a:link, #thumbs a:visited {
text-decoration: none;	
	
}


#thumbs a:hover, #thumbs a:focus {
	text-decoration: underline;
	}


#thumbstwo {
width: 200px;
float:right;
border: 1px solid #000;

}

#thumbstwo a:link, #thumbs a:visited {
text-decoration: none;	
	
}


#thumbstwo a:hover, #thumbs a:focus {
	text-decoration: underline;
	}



#thumbstwo dl {
margin: 10px 20px;
padding: 0;
}

#thumbstwo dt {
margin: 0;
padding: 0;
font-size: 130%;
letter-spacing: 1px;
color: #627081
}

#thumbstwo dd {
margin: 0;
padding: 0;
font-size: 85%;
line-height: 1.5em;
color: #999;
}




#thumbstwo img {
border: 1px solid #666;
}


h1 {

font-size:140%; 
}


