body 	{
	margin: 0px;
 	padding: 0px;
 	background-color:#6B4948;
 	font-family: Verdana Arial san-serif;
	font: 10px/14px Verdana ;
}

p	{
	/* font: Verdana 10px/14px; */
	font-family: Verdana;
	font-size:10px;
	line-height:14px;
}

img
	{
	border: 0px;
	}

#container {
	width:768px;
	background-color: #FFF;
	margin: 50px auto 50px auto;
}
	 
#header
	{
	/* height: 162px; */
	height:165px;
	/* background-color: #564033; */
	background-color:#86B2B5;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
	padding: 0px;	
	/* width:766px; */
	width:766px;
}

#header h1	{
	/* background: url(/images/header_logo.gif) center center no-repeat; */
	background: url(/images/main_banner_new.jpg) center center no-repeat;
	display: block;
	height: 162px;
	margin: 0;
	padding: 0;
	/* width:766px; */
	width:768px;
	text-indent: -5000px;
}

#footer	{
	height: 56px;
	background-color:#FFFFFF;
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
}	

#footer p.copyright	{
	color: #917B6E;
	font: 9px/9px Verdana;
	position: absolute;
	left: 10px;
	text-align: left;
	top: 30px;
}
	
			
/* ----- Clearfix ----- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 

/*-------------------------------------------------------------------
 Heading on each page: About Us, Collections, Press
--------------------------------------------------------------------*/
.content_heading {
	border:double; 
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px; 
	color:#6B4948;
	/* max-height:24px; */
}

.theHeading {
	display:inline; 
	font-size:15px;
}

div.spacer {
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
}
