#allcontent{
	width:						800px;
	border-top:					none;
	margin-bottom:				10px;
	padding:					0px;
	margin-left:				auto;
	margin-right:				auto;
	margin-top:					-5px;
	background-color:			white;
	color:						#3F2B03;
	
}

#header{
	margin:						0px;
	padding:					0px;
	text-align:					center;
	
}

#headerimg {
	margin:						0px;
	padding:					0px;
	
} 

body{
	font-family:				arial, helvetica, sans-serif;
	margin:						0px;
	padding:					0px;
	background:					#C9C0A6;
	
}




/* ------------------------------------------------------------------------
 * NAVIGATION
 * ------------------------------------------------------------------------ */
ul#nav {
	list-style-type: 			none;
	margin: 					5px 0 0 0;
	padding:					25px 0 65px 0;
	border-top:					1px solid #EDEAE1;
	
	
}
ul#nav li {
	float: 						left;
	margin-right: 				30px;
}
ul#nav li:first-child {
	padding-left: 				62px;
}
ul#nav li a {
	display: 					block;
	width: 						109px;
	height: 					23px;
} 
ul#nav li a span {
	display: 					none;
}

  
div.clear {
	clear: 						both;
}

a img{
	border-width:				0px;
	height: 					23px;
	width:						109px;
}
	
a#aboutus {
	background-image:			url(images/aboutus.jpg);
	background-repeat:			no-repeat;
}

a#aboutus:hover{
	background-image: 			url(images/aboutus_over.jpg);
}

a#capabilities {
	background-image:			url(images/capabilities.jpg);
	background-repeat:			no-repeat;
}

a#capabilities:hover{
	background-image: 			url(images/capabilities_over.jpg);
}

a#samples {
	background-image:			url(images/samples.jpg);
	background-repeat:			no-repeat;
}

a#samples:hover{
	background-image: 			url(images/samples_over.jpg);
}

a#artspecs {
	background-image:			url(images/artspecs.jpg);
	background-repeat:			no-repeat;
}

a#artspecs:hover{
	background-image: 			url(images/artspecs_over.jpg);
}

a#contactus {
	background-image:			url(images/contactus.jpg);
	background-repeat:			no-repeat;
}

a#contactus:hover{
	background-image: 			url(images/contactus_over.jpg);
}

#logomap {
	border:						0px;
}  




/* ------------------------------------------------------------------------
 * footer
 * ------------------------------------------------------------------------ */  

div.footer{
	
	width:					   800px;
	height:					   40px;
	color:						white;
	xbackground-color:		   #bbb2a0;
	background-color:			#B1A581;
	font-size:					0.7em;
	text-align:					center;
	margin-top:					25px;
	
	clear:						right;
} 

div.address{
	padding-top:				15px;
}


