body {
	background : #FFFFFF;
	color: #666;
	font: small 'Lucida Grande';
	text-align: center;
}

a {
	color : #669933;
	text-decoration : underline;
}

#wrap {
	margin: 0px auto;
	width: 750px;
	margin-top: 50px;
	padding: 20px;
	margin-bottom: 70px;
	text-align: left;
	border: 1px dotted #ccc;
}

h1 {
	font-size: small;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0;
}

p {
	margin-top: 20px;
}

.thumb {
	margin-right: 5px;
}

