/* CSS */

body {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 background-image: url('../_images/background.jpg');
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-color: #5c5a31;
	 text-align: center;
	 font-family: Arial, Helvetica, Sans-serif;
	 font-size: 14px;
	 color: #a54c14;
	 line-height: 1.4em;
}

#container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 726px;
text-align: left;
background-color: #ece9b4;
}



.backdrop {
	position: absolute;
	z-index: 1;
}

#single_column {
	width: 400px;
	position: absolute;
	top: 125px;
	left: 68px;
	z-index: 100;
}

#left_column {

width: 210px;
position: absolute;
top: 125px; 
left: 68px;

}

#right_column {

width: 210px;
position: absolute;
top: 125px;
left: 335px;

}

#left_column_schedule {

width: 300px;
position: absolute;
top: 185px; /*was 205 */
left: 85px;

}

#right_column_schedule {

width: 300px;
position: absolute;
top: 185px;
left: 495px;

}

#content {
	line-height: 1.5em;
	color: #7a7741;	
	padding-bottom: 40px;
}

.leftcolumn {
	float: left;
	margin-left: 42px;
	width: 279px;
	line-height: 2em;
}

.rightcolumn {
	float: left;
	margin-left: 62px;
	width: 268px;
	padding: 10px;
	background-color: #f9f7d6;
}

.rightinset {
	float: right;
	
	margin-left: 40px;
	margin-bottom: 40px;
	width: 268px;
	padding: 10px;
	background-color: #f9f7d6;
}

.rightinset p, .testimonial {
	font-style: italic;
	color: #093238;
	color: #d38f22;
}

.singlecolumn {
	margin-left: 42px;
	width: 642px;	
}

.rightphoto {
	float: right;
	border: 10px solid #f9f7d6;
	margin-bottom: 40px;
	margin-left: 40px;
	
}

.headline {
	margin-left: 42px;
	width: 642px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1.5em;
	text-align: justify;
	color: #d38f22;
	margin-bottom: 50px;
	margin-top: 50px;
}

.small {
	font-size: 12px;
}

.newsletter {
	border: 1px solid #d38f22;	
}


#footer {
	clear: both;
	
}

a {
	color: #132034;	
}

a: hover {
	color: #578584;	
}

h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 1px;
	color: #d38f22;
}

h3 {
	
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}

p {
	line-height: 2em;	
}

hr {
	border: 0;
	height: 1px;
	width: 268px;  
	color: #dcdabb;	
	background-color: #dcdabb;
}

li {
	margin-bottom: 7px;	
}

.spacer {
	clear: both;
}
