body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #720808;

	font-size: 0.75em;
	background-color: #C4AA58;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#container{
	border: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#map{
	width: 700px;
	height: 450px;
}	
#content{
	text-align: justify;
	padding-top: 32px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 25px;
	line-height: 1.3em;
}
#left{
	float: left;	
}
#left-column{
	border: 1px solid #333333;
	background-color: #E1C775;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 11px;
	width: 125px;
	margin-top: 25px;
	padding-left: 10px;
}
#text-box{
	border: 1px solid #333333;
	background-color: #E1C775;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}	
#dates{
	float: right;	
}	
#tour-date{
	width: 300px;
	border: 1px solid #333333;
	background-color: #E1C775;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 11px;
	text-align: center;
}
#tour-month{
	color: #E1C775;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.text{

	font-size: 1.5em;

}		
.image-in-left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.image-in-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.image-caption {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #E0DFE3;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
.dropdown{
	border: 1px dotted #EDEED7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FEFAB0;
	color: #B3B49B;
}
h1 {
	font-size: 1.5em;
	letter-spacing: .3em;
}
#album-title {
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 3px;
}
.album-graphic {
	float: left;
}

