body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
#masthead-photos {
	height: 154px;
	width: 100%;
	background-image: url(../images/masthead-bkg-photos-a.gif);
	margin: 0px auto;
	text-align: center;
	}
	
#masthead-writing {
	height: 154px;
	width: 100%;
	background-image: url(../images/masthead-bkg-writing.gif);
	margin: 0px auto;
	text-align: center;
	}
	
#masthead-radio {
	height: 154px;
	width: 100%;
	background-image: url(../images/masthead-bkg-radio.gif);
	margin: 0px auto;
	text-align: center;
	}
	
#masthead-container {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
	}
	
.masthead-title {
	float: left;
	}
	
.masthead-switcher {
	float: right;
	}
	
#container {
	width: 100%;
	margin: -20px auto 25px auto;
	text-align: center;
	}
	
#content {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
.title {
	float: left;
	padding-top: 20px;
	margin-bottom: 15px;
	}
	
.photo-row {
	float: left;
	margin-bottom: 10px;
	width: 640px;
	}
	
.photo {
	margin-right: 10px;
	float: left;
	width: 188px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: 0px solid black;
	padding: 4px;
	}

#bottom {
	float: left;
	height: 300px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	color: white;
	}
