@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url("img/Fall Avalon.jpg");
	background-repeat: no repeat;
	background-position: center top;
	background-attachment: scroll;
font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
}

p{
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#333;
	line-height: 1.35em;
}
	
.oneColFixCtr #container {
	width: 740px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	text-align: left;
}
.footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1
{
	text-align: left; 
	color: #666; 
 
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	}
	
	.oneColFixCtr #container #mainContent table tr td table tr td ul {
	color: #333;
}
 li
 {text-align:left}
 
 .thumbnail
 {border-color:#000; 
 }

.header
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color: #666;
}
