body {
	  margin: 0;
	  border: 0;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #333333;
	  background: #d3cbb4;
	  text-align: -moz-center;
	  !text-align: center;
	 
	 

}

img {
	border:0;


}
p {
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 10px;
	margin-bottom: 0;
	


}

h1 {
	border-left: 5px solid #8e7968;
	text-transform: uppercase;
	color: #8c6c55;
	font-size: 15px;
	padding: 0;
	padding-left: 5px;
	margin: 0;


}

.black {
		color: #666;

}
.brown {
		color: #896a4d;
		

}


#container {
			width: 950px;
			background: #ffffff;
			border-top: 5px solid #ececec;
			border-left: 5px solid #ececec;
			border-right: 5px solid #ececec;
			border-bottom: 20px solid #ececec;
			margin-top: 15px;
			text-align: left;
			
		



}

#header {
		width: 40%;
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 146px;
		




}

#contact {
			width: 58%;
			float:left;
			text-align: right;
			padding-top: 10px;
			padding-bottom: 5px;
			height: 146px;
			
			
			
			
}

p.contact {
			font-size: 10px;
			padding-top: 0;
			margin-top: 0;
			padding-right: 10px;
			color: #333;
			
			
}

#intro {
		background-color: #ececec;
	    margin-left: 10px;
		padding: 5px;
		float: left;
		width: 670px;	
		
			  	


}

#menu{
		clear:both;
		position:relative;
		display:block;
		height:22px;
		font-size:11px;
		font-weight:bold;
		background: transparent url(images/menu_bg.gif) repeat-x top left;
		font-family:Arial,Verdana,Helvitica,sans-serif;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 2px;
		

}

#menu ul{
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
		
}

#menu ul li{

		display:block;
		float:left;
		margin:0;
		border-right: 1px solid #e4e4e4;
		
		background-image: url(images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		
}

#menu ul li a{
		display:block;
		float:left;  
		text-transform: uppercase; 
		color:#838383;
		text-decoration:none;
		padding:5px 50px 0 50px;
		height:15px;
		

}
#menu ul li a:hover,#menu ul li a.current{
		color:#896a4d;
		

}

#left {
		
		float:left;
		width: 252px;
		
		
		
}

#main {
		
		float: left;
		background: #fff;
		width: 950px;
		
		

}

#content {
		margin-left: 10px;
		padding-left: 10px;
		padding-top: 5px;
		float: left;
		width: 670px;
		
		
}

#footer {
		clear:both;
		text-align: right;
		margin-right: 160px;

}

#footer a {
			color: #FF6600;


}

.left {
		float:left;
		padding: 5px;


}
.right {
		float:right;
		padding: 5px;
		
}

.logo {
		padding-left: 10px;
		padding-right: 40px;

}

.thumb {
		border: 1px solid #999999;
		float: left;
		padding: 4px;
		margin: 4px;

}

/* form formatting used on contact page */

form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 600px;
  width: 400px; 
  padding-right: 20px;

}

form fieldset {
 
  border-color: #666;
  border-width: 1px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
	color: #896a4d;
}

form label { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}

form input, form textarea {
		
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; 
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}