#center_float {
	width: 628px;
}

#right_column {
	width: 448px;
}

#right_column p {
	width: auto;
}

#right_column .captioned_image {
	text-align: center;
	width: 96px;
	height: 140px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1.3em;
}

.captioned_image a {
	text-decoration: none;
}

.captioned_image img {
	border: 2px solid #1A45FF;
	width: 64px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 6px;
}

.captioned_image .location,
.captioned_image .quote {
	display: none;
}

.display_image {
	border: 8px solid #1A45FF;
	margin-left: auto;
	margin-right: auto;
}

#right_column p.caption {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	width: auto;
}

.caption .name {
	display: block;
	color: #ff0000;
	font-family: "Tahoma", sans-serif; 
	font-weight: bold;
	font-size: 1.0em; 
	line-height: 1.2em;
	margin-bottom: 4px;
}

.caption .location,
.caption .quote {
	display: block;
	font-size: .8em;
}

#btn_photo_gallery {
 width:124px;
 height:56px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 32px;
}

#btn_photo_gallery a {
 /* Default settings for main menu btns. */
 display: block;
 width:124px;
 height:56px;
 background-position:0px 0px;
 background-repeat:no-repeat;
 position:relative;
}

#btn_photo_gallery a:link,
#btn_photo_gallery a:visited {
 background-position:0px 0px;
}

#btn_photo_gallery a:hover {
 background-position:0px -56px;
}

#btn_photo_gallery a:active {
 background-position:0px -112px;
}

#btn_photo_gallery a {
 background-image:url("images/btns/btn_photo_gallery.gif");
}

