@charset "UTF-8";
#container #spacer {
	clear: left;
}
#container #contentleft {
	width: 320px;
	float: left;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-left: 30px;
	clear: right;
}
#contentleft h1 {
	font-size: 150%;
	font-weight: normal;
	color: #F93;
}
#contentleft p {
	font-size: 80%;
	color: #666;
}
#contentleft p a {
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}
#contentleft p a:hover {
	font-weight: bold;
	color: #06F;
	text-decoration: underline;
}
#container #gallery {
	margin-left: 380px;
	margin-top: 120px;
	margin-bottom: 100px;
	width: 550px;
}
#container #gallery img {
	margin-bottom: 15px;
	margin-right: 15px;
	height: 115px;
	width: 115px;
	border: 1px solid #999;
}

