body {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.full {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	/*height: 126px;*/
}

#header h2 {
	/*text-indent: -2000px;
	line-height: 90px;*/
	width: 380px;
	line-height: 36px;
	margin: 0 0 18px 0;
	float: left;
}

#header ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	/*width: 540px;*/
	float: right;
}

#header ul li {
	float: left;
}

#header ul a {
	display: block;
	float: left;
	/*width: 160px;*/
	padding-left: 20px;
	text-align: center;
	line-height: 36px;
}

#content {
	width: 560px;
	margin-bottom: 18px;
	/*float: right;
	padding-top: 18px;*/
}

#content.narrow {
	width: 540px;
}

#content.left {
	width: 475px;
}

#content.full {
	width: 960px;
}

#content h1 {
	line-height: 72px;
}

#content h2 {
	line-height: 72px;
	padding-top: 18px;
}

#content h3, #content p {
	line-height: 36px;
	margin-bottom: 18px;
}

#content ul {
	padding-left: 40px;
	padding-top: 18px;
}

#content li {
	line-height: 52px;
}

#content dl {
	padding-left: 40px;
	line-height: 52px;
}

#content dt {
	float: left;
	width: 100px;
}

#content dd {
	float: right;
	width: 320px;
}

#content dl img {
	padding-top: 18px;
	padding-bottom: 18px;
}

#FlickrViewerAltContent {
	margin-top: 36px;
}

#photo {
	width: 360px;
	margin-bottom: 18px;
}

#photo.wide {
	width: 380px;
}

#photo.right {
	width: 445px;
}

#photo.full {
	width: 960px;
	margin-bottom: 36px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
}

#footer ul {
	margin: 0 0 36px 0;
	padding: 0;
	list-style: none;
	width: 960px;
	float: left;
}

#footer ul li {
	float: left;
}

#footer ul a {
	display: block;
	float: left;
	width: 136px;
	/*padding: 0 20px;*/
	text-align: center;
	line-height: 36px;
}

#footer p {
	clear: both;
	line-height: 36px;
	margin-bottom: 18px;
}