

html, body 
{
	text-align:center;
	height: 100%;
	width:100%;
	color:#CAC6C2;
	background:#252525;
	padding:0;
	margin:0;
		
}

#wrapper
{
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	width:920px;
	margin:0px auto;
	text-align:left;
	color:inherit; /* Set to eliminate validator warning */
	min-height: 100%;
	padding:0 0 35px 0;

	background-color:#000;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#banner
{
	width:100%;
	font:"Imprint MT Shadow";
	font-size:18px;
	text-align:center;	
	background-color:inherit;
}


#content
{
	clear:left;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 3em;
	padding-bottom: 35px;
	overflow:auto; 
}



#footer
{
	height:35px;
	position:relative;
	margin-top: -35px;
	clear:both;


	
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	}

#footer a, #footer a:visited
{
	color:#FFFFFF;
}

h2#service
{
	text-align:center;
}


div#image_wrapper {
  text-align:center;
}


#slideshow {
    position: relative;
	overflow:hidden;
	height:600px;
}
