body {
	margin: 0;
	padding: 0;
	background-color: #fcfbf5;
	text-align: center;
	margin: auto;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 18px;
}


a img {
	border: 0;
}

a {
	color: #817d69;
	text-decoration: none;
}

a:hover {
	color: #403f3e;
	text-decoration: underline;
}

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	margin-top: 5px;
	width: 912px;
	min-height: 690px;
	height: auto !important;
	height: 690px;
	left: 0;
/*	background-color:#00FFFF; */
}

#logoouter {
	width: 828px;
	height: 99px;
	margin-left: 42px;
	margin-right: 42px;
	background-image: url(images/bg-logo.jpg);
	background-repeat:repeat;
	float: left;
	display: inline;
/*	background-color:#FF0000; */
}

#logo {
	width: 272px;
	height: 99px;
	padding-left: 278px;
	padding-right: 278px;
	float: left;
	display: inline;
}

#imageouter {
	width: 912px;
	height: 380px;
	display: inline;
	float: left;
}

#navouter {
	width: 912px;
	height: 42px;
	float: left;
	display: inline;
	margin: auto;
	text-align: center;
/* 	background-color: #0000FF; */
}

#nav {
	width: 912px;
	height: 42px;
}

#buttonouter {
	width: 362px;
	/*height: 191px;*/
	 min-height:295px;
   	height:auto !important;
   	height:295px;
	float: left;
	display: inline;
	text-align: center;
/*	background-color:#FFFF00; */
}

	#buttonouter #function-form {
		margin-left:47px;
	}
	
		#buttonouter #function-form span.txt {
			display:block; 
			width:300px; 
			text-align:left; 
			padding-bottom:10px;
		}
		
		#buttonouter #function-form form {
			margin-left:5px;
		
		}
		

#contentouter {
	width: 513px;
	height: 131px;
	float: left;
	display: inline;
	padding-right: 37px;
	min-height: 191px;
	height: auto !important;
/*	background-color: #FF00FF; */
}

#footerouter {
	width: 828px;
	height: 37px;
	margin-left: 42px;
	margin-right: 42px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat;

}

#footeraddress {
	width: 386px;
	height: 37px;
	float: left;
	display: inline;
}

#footerlogo {
	width: 54px;
	height: 37px;
	float: left;
	display: inline;
}

#footersiteby {
	width: 386px;
	height: 37px;
	float: left;
	display: inline;
	text-align: right;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #817d69;
}

ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #817d69;
}

.textfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #817d69;
}

.btn {
	background-color: #b7b29e;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}