body {
	margin: 30px;
	background: url(../images/bg.jpg);
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #66b4d4;
	}
a:link, a:visited, a:active {
	color: #66b4d4;
	text-decoration: underline;	
	}
a:hover{
	color: #d4c5a7;
	}
h1 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;
}
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: 918px;
	\width: 918px;
	w\idth: 918px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_body.jpg) no-repeat;
	height: 620px;
	}
#slideshow {
	width: 500px;
	height: 500px;
	margin: 0 auto;
}
	/* START HEADER */
#logo{
	width: 274px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	}	
	#logo h1{
		width: 274px;
		height: 120px;
		padding: 0;
		margin: 0 auto;
		background: url(../images/moorecreative.gif) no-repeat;
		text-indent: -9000px;
		}
	#logo h1 a{
		width: 274px;
		height: 120px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		/* END HEADER */
#navigation{
	font-size: 14px;
	text-align: left;
	padding: 50px 5px 5px 0px;
	
		}
	#navigation ul{
		margin: 0;
		padding: 0px;
		}
	#navigation ul li {
		padding: 2px 0px;
		list-style-type: none;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #66b4d4; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #d4c5a7;
		text-decoration: none;
		}
#leftside{
	width: 290px;
	padding: 30px 0px 20px 40px;
	}
	#leftside p {
		text-align: center;
		margin: 2px;
		}
#content {
	float: right;
	padding: 25px 30px 15px 30px;
	width: 520px;
	height: 510px;
	overflow: auto;
	}
#bottomrow {
	clear: both;
	padding: 0 40px 0 40px;
	}
.stroke {
	border: 1px solid #66b4d4;
	}
.number {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.smalltext {
	font-size: 11px;
	line-height: 10px;
}
#footer{
	font-size: 12px;
	text-align: center;
	color: #4d4137;
	padding: 0px 5px 0px 0px;
	clear: both;
	}
	#footer a:link, #footer a:visited, #footer a:active {
	color: #4d4137;
	text-decoration: none;	
	}
	#footer a:hover{
	color: #F8F2D4;
	}
/* START GALLERIES */
	#gallery{
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		}
	#enlarge{
		width: 500px;
		height: 460px;
		}
	#enlarge img{
		border: 1px solid #66b4d4;
		}
	.thumbnails td a{
		margin: 2px;
		width: 47px;
		height: 47px;
		display: block;
		overflow: hidden;
		border: 1px solid #d4c5a7;
		background: #d4c5a7;
		}
	.thumbnails img{
		opacity: 0.5;
		filter:Alpha(opacity=50);
		}
	.thumbnails a:hover img{
		opacity: 1;
		filter:Alpha(opacity=100);
		}
	
/* END GALLERIES */