body {
	background: #FFC;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: times, serif;
	color: #333;
	font-size: 14px;
	line-height: 1.25em;
	}	
 
a:link {
	text-decoration: none;
	color: #690;
}
a:visited {
	text-decoration: none;
	color: #690;
}
a:hover {
	text-decoration: none;
	color: #6C0;
}
a:active {
	text-decoration: none;
	color: #6C0;
}

 a.click:link {
 color: #900;
 text-decoration:none;
 font-family: arial, helvetica;
 font-size: 14px;
 font-weight: bold;
 }
 
  a.click:visited {
 color: #900;
 text-decoration:none;
 font-family: arial, helvetica;
 font-size: 14px;
 font-weight: bold;
 }
 
   a.click:hover {
 color: #C33;
 text-decoration:none;
 font-family: arial, helvetica;
 font-size: 14px;
 font-weight: bold;
 }

#container {
	width: 745px; 
	background: #FFC; 
	border: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	}
	
#main {
	width: 708px; 
	background: #FFC; 
	border: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 17px;
	padding-top: 17px;
	
	}
	
#address{
	width: 745px; 
	background: #FFC; 
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #960;
	}

#quote {
	width: 708px; 
	background: #FFC; 
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: 1px solid #960;
	padding-top: 15px;
	font-size: 15px;
	}
	
#header {
	background-image: url(images/trees.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%; 
	height: 230px;
	}
	
.pic {
	border: 1px solid #333;
	}
	
.link {
	font-family: arial, verdana;
	font-size: 12px;
	line-height: 2.25em;
	font-weight: bold;
	}
	
.link2line {
	font-family: arial, verdana;
	font-size: 12px;
	line-height: 1.25em;
	font-weight: bold;
	}
	
.head2 {
	font-size: 16px;
	}
	
.list {
	line-height: 1.5em;
	color: #630;
	}

.email {
	font-size: 16px;
	font-style: italic;
	letter-spacing: .1em;
	line-height: 1.75em;
	}

.small {
	font-size: 11px;
	font-family: arial, verdana;
	color: #630;
	letter-spacing: .1em;
	}
	
.trip{
	font-size: 12px;
	font-family: arial, verdana;
	margin-left: 15px;
	}
	
#footer{
	width: 708px;
	text-align: center;
	margin: auto;
	background: #FFC; 
	padding-top: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #960;
	}

#logo{
	width: 708px; 
	background: #FFC; 
	padding-top: 40px;
	margin-bottom: 20px;
	}


