#container {
	width: 775px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	background-repeat: no-repeat;
	height: 575px;
}
#nav {
	width: 253px;
	float: left;
}
#main {
	width: 522px;
	float: right;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}
#content {
	padding-right: 50px;
	padding-bottom: 10px;
}
#footer {
	width: 775px;
	float: left;
	padding-left: 10px;
	background-image: url(images/spacer.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
.small {
	font-size: 10px;
	color: #000066;
	padding-left: 100px;
}
#footer a:visited {
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
#footer a:link {
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #617388;
	text-decoration: none;
}
.leader {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000033;
}
.bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#spacer {
	background-image: url(images/spacer.jpg);
	background-repeat: repeat-y;
	width: 775px;
	float: left;
}

.bio {
	float: left;
	padding-right: 20px;
}
.photo {
	float: left;
	padding-right: 20px;
	width: 200px;
	padding-bottom: 10px;
}
.gallery {
	float: left;
	width: 450px;
}
#top {
	float: right;
	height: 206px;
	width: 522px;
}
