body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #72613f;
	background: #d7bd86;
	margin: 0;
	text-align: justify;
	}
a:link, a:visited, a:active {
	color: #72613f;
	text-decoration: underline;
	}
a:hover{
	color: #3B3224;
	}
h1 {
	font-size: 20px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
}

#container {
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	}

#slideshow {
	width: 425px;
	height: 300px;
	margin: 0 auto;
	padding-right: 10px;
}
#gallery {
	width: 800px;
	height: 510px;
	margin: 0 auto;
}

/* START HEADER */
#header{
	width: 923px;
	height: 312px;
	margin-left: 0px;
	margin-right: auto;
	background: url(../inc/seasonal_header.php) no-repeat;
	}	
	#header h1{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0 auto;
		text-indent: -9000px;
		}
	#header h1 a{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		#aboutus #header{
			background: url(../../content/headers/aboutus.jpg) no-repeat;
			}  
		#learnmore #header{
			background: url(../../content/headers/learnmore.jpg) no-repeat;
			} 
		#galleries #header{
			background: url(../../content/headers/gallery.jpg) no-repeat;
			}  
		#downloads #header{
			background: url(../../content/headers/downloads.jpg) no-repeat;
			} 
		#testimonials #header{
			background: url(../../content/headers/testimonials.jpg) no-repeat;
			} 
/* END HEADER */

#header_black{
	width: 923px;
	height: 312px;
	margin-left: 0px;
	margin-right: auto;
	background: url(../images/header_black.jpg) no-repeat;
	}

	#header_black h1{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0 auto;
		text-indent: -9000px;
		}
	#header_black h1 a{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}

	  
/* START NAVIGATION */
#navigation {
	padding: 10px;
	font-size: 13px;
	color: #dfc3c4;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation ul li {
		list-style-type: none;
		padding: 6px;
		padding-left: 3px;
		padding-right: 3px;
		display: inline;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #dfc3c4; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #ffffff;
		text-decoration: none;
		}
	
/* END NAVIGATION */
	
/* START PAGE BODY */

#content {
	margin: 0 auto;
	padding: 10px 45px;
	background: url(../images/bg.jpg);
	}
	#content p {
		padding-left: 30px;
		}
#content_black {
	color: black;
        font-weight: bold;
	margin: 0 auto;
	padding: 10px 45px;
	background: url(../images/bg_black.jpg);
	}
	#content p {
		padding-left: 30px;
		}
.accent {
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	line-height: 22px;
	color: #FF0000;
	}
/* END PAGE BODY */
	
/* START GALLERIES */
#gallery{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#enlarge{
	width: 670px;
	height: 420px;
	}
#enlarge img{
	border: 3px solid #1B1605;
	}
.thumbnails td a{
	margin: 1px;
}
.thumbnails img{
	border: 1px solid #1B1605;
	}
.stroke{
	padding: 15px;
	background: #fff;
	border: 1px solid #573A58;
	}
/* END GALLERIES */
	
	
/* START FOOTER */
#footer{
	padding: 12px 20px 0 0;
	text-align: right;
	color: #dfc3c4;
	font-size: 13px;
	background: url(../../content/footers/home.jpg) no-repeat;
	font-weight: bold;
	height: 43px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		color: #dfc3c4; 
		text-decoration: none;
		}
	#footer a:hover{
		color: #ffffff;
		text-decoration: none;
		}
	#footer p {
		margin: 0;
		}
		#aboutus #footer {
			background: url(../../content/footers/aboutus.jpg) no-repeat;
			}  
		#learnmore #footer{
			background: url(../../content/footers/learnmore.jpg) no-repeat;
			} 
		#galleries #footer{
			background: url(../../content/footers/gallery.jpg) no-repeat;
			} 
		#downloads #footer{
			background: url(../../content/footers/downloads.jpg) no-repeat;
			}
		#testimonials #footer{
			background: url(../../content/footers/testimonials.jpg) no-repeat;
			}
/* END FOOTER */
.cleanLink
{
	border: 0px;
	text-decoration: none;
}