@charset "UTF-8";
/* CSS Document */

	*, html, body {
			margin: 0; 
			padding: 0; 
		}
		
			body {
			min-width: 800px;
			font-size: smaller;
			font-family: "Lucida Sans", Arial, Verdana;
			background: url(images/background.jpg) #4f6175 top center no-repeat;
			text-align: center;
			min-width: 300px
		}
		
		html>body {
	background: url(images/background.jpg) #4f6175 top center no-repeat fixed;
		}
		
		
		p {
		text-align: justify
		}
		
		.home p {
		text-align: left;
		}
		
			#wrapper { 
			text-align: left;
			width: 896px;
			margin: 0 auto;
			background: url(images/header_main1.jpg) top center no-repeat;
		
		}
		
			#sub #wrapper { 
			background: url(images/header_sub.jpg) top center no-repeat;
		
		}
		
			#navigation {
	position:relative;
	top: 364px;
	margin-left:30px;
	width: 830px;
	text-align:center;
	font-size:23px;
		}
		
		#navigation a {
		margin-right: 15px;
		margin-left: 15px;
		text-decoration: none;
		color:#b98c47
		}
		
		#navigation a:hover {
		color:#e9d3b1
		}
		
		#sub #navigation {
		top: 93px;
		}
		
		
	#content {
	margin: 600px auto 0 auto;
	width: 750px;
	font-size:14px;
	clear:both;
	}
	
	#sub #content {
	margin-top: 140px;
	margin: 140px auto 0 auto;
	width: 750px;
	
	}
	
	
	#gallery_content {

	margin: 120px auto 0 auto;
	width: 750px;
	height:600px
	
	}
	
	#content h1 {
	font-family: "Lucida Sans", Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px
	}
	
	h2 {
	font-family: "Lucida Sans",Verdana, "Times New Roman", Times, serif;
	font-weight: normal;

	}
	
	.home h1 {
	color: #000
	}
	
	.home .content p, h1, h2  {
	text-align: center
	}
	small {
	font-size:90%
	}
	
	a {
	color:#461712
	}
	
	td {
	padding:5px
	}
	
	input {
	padding: 3px;
	font-size:14px;
	background: url(images/form_bckgrd.jpg) top center #f0eee9;
	border: 1px #7c6f53 solid
	}