@import "site.css";

/* photo stuff */

div.thumb {
	width: 200px;
	float: left;
	text-align: center;
	overflow: hidden;	
	margin: 10px 0px;
}
a.label {
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	padding: 0px 5px;
}

a.detail {
	color: gray;
	text-decoration: none;
	font-size: 60%;
	line-height: 220%;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

body {
	text-align: center;
	}

h2 {
	color: #FFF;
	background-color: #334;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
}

h2 a {
	color: #EEE;

}

h3 {
	background-color: #e3e4e0;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
}


div.section {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

p.half {
   	margin-top: 15px;
   	margin-bottom: 8px;
}

div.note {
	font-size: 60%;
	margin: 0px 15px;
	color: gray;
	}

p {
	padding: 0px;
}

