body {
	margin: 5px;
	background: #3D2D1F url(../img/bg_top.jpg) repeat-x;
	font: 15px Garamond, "Times New Roman", Times, serif;
	color: #C6493C;
	}
a:link, a:visited, a:active {
	color: #C6493C;
	text-decoration: underline;	
	}
a:hover{
	color: #92744A;
	}
h1 {
	font-size: 22px;
	font-style: italic;
	text-align: left;
}
h2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 9px 0;
}
h3 {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin: 5px;
}
#container{
	width: 920px;
	\width: 920px;
	w\idth: 920px;
	margin-left: auto;
	margin-right: auto;
	}
#slideshow_home {
	width: 916px;
	height: 600px;
	margin: 0 auto;
}
#slideshow {
	width: 920px;
	height: 525px;
	margin: 0 auto;
}
	/* START HEADER */
#header{
	width: 345px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	}	
	#header h1{
		width: 345px;
		height: 50px;
		padding: 0;
		margin: 0 auto;
		background: url(../img/logo.gif) no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 345px;
		height: 50px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		/* END HEADER */
#navigation{
	font-size: 14px;
	text-align: center;
	padding: 10px 5px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
		}
	#navigation ul{
		margin: 0;
		padding: 0px;
		}
	#navigation ul li {
		padding: 7px 12px;
		list-style-type: none;
		display: inline;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #FFF5CE; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #FFFFFF;
		text-decoration: none;
		}
#content_no_padding {
	background: #FEF2C8 url(../img/bg_body.jpg) no-repeat;
	border: 2px solid #C6493C;
	margin: 0;
	height: 600px;
	display: block;
	overflow: hidden;
	}
#content {
	background: #FEF2C8 url(../img/bg_body.jpg) no-repeat;
	border: 2px solid #C6493C;
	padding: 20px 30px;
	height: 560px;
	margin: 0;
	overflow: auto;
	}
.stroke {
	border: 2px solid #C6493C;
	}
.accent {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.smalltext {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#address{
	font-size: 16px;
	text-align: center;
	color: #F8F2D4;
	padding: 0px 5px 0px 0px;
	}
	#address a:link, #address a:visited, #address a:active {
	color: #F8F2D4;
	text-decoration: none;	
	}
	#address a:hover{
	color: #fff;
	}
#footer{
	font-size: 12px;
	text-align: center;
	color: #DEC3A6;
	padding: 0px 5px 0px 0px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
	color: #DEC3A6;
	text-decoration: none;	
	}
	#footer a:hover{
	color: #F8F2D4;
	}
