/*
The font size here is set to 62.5% so that
1em = 10px. This makes adjusting our typography
a little easier
*/
body {
	margin: 0;
	padding: 0;
	background-color: #A23F1D;
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
}



p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #000;	
}

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 960px;
	background-image: url(../images/banner.png);	
	height: 160px;
	
}

#banner a {
	margin: 0;
	padding: 0;
	font-size: 0;
}

	
	  
#nav {
	width: auto;
	height: 43px;
	background-color: #E5D3C0;
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-box-shadow: 0 0 3px 3px #000;
	-webkit-box-shadow: 0 0 3px 3px #000;
	box-shadow: 0 0 2px 2px #000;
}	

#nav ul {
	margin: 0px;
	padding: 0px;
}

#content {
	width: auto;
	background-color: #e4c6a5;
	color: #8F3F0B;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-box-shadow: 0 0 3px 3px #000;
	-webkit-box-shadow: 0 0 3px 3px #000;
	box-shadow: 0 0 2px 2px #000;
	}		
	  
#top_links {
	width: auto;
	height: 30px;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	position: relative;
}

#top_links a, p {
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
	

		#service {
			width: 480px;
			font-size: 1.05em;
			text-align: center;
			position: absolute;
			top: 0px;
			left: 0px;
			}
		
		#directions {
			width: 480px;
			font-size: 1.05em;
			text-align: center;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		.content_top_font {
			color: #C00;
		}
	
#content a {
	margin: 0px;
	padding: 1px;
	height: 20px;
	
}

#wrap_main {
	color: #FFF;
	margin: 4px;
	padding: 1px;
	width: auto;
	background-color: #000;
	border-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 0 2px 3px #000;
	-webkit-box-shadow: 0 0 2px 2px #000;
	position: relative;
	}	

#wrap_main img {
	margin: 0px 0px;
	border: 2px solid black;
	background-color: #e5d3c0;
}

#wrap_slideshow {
	width: 606px;
	height: 232px;
	border: 2px solid #000;
	position: absolute;
	top: 0px;
	left: 10px;
	color: #691E05;
}


#wrap_marquee {
	width: 325px;
	height: 240px;
	position: absolute;
	top: 0px;
	right: 5px;
	color: #FFF;
}

#marquee {
	width: 280px;
	height: 200px;
	border-bottom: 2px solid #111;
	position: absolute;
	top: 34px;
	right: 22px;
	color: #FEFDCE;
}

#marquee h1 {
	color: #FFF;
	font-size: 215%;
	text-align: center;
}

#marquee h2 a {
	color: #FEFDCE;
	font-size: 100%;
	line-height: 20%;
	}
	
	
#marquee p {
	color: #FEFDCE;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	word-spacing: 0.5em;
		
}


	
#main_links {
	margin: 0 auto;
		
}

#bottom {
	width: 952px;
	margin: 4px;
	padding: 0px;
			
}

#bottom a {
	color: #872F12;
	
}


#footer {
	width: 960px;
	text-align: center;
	}

	
#footer p, address, {
	margin: 4px;
	font-family: tahoma;
	font-size: 10px;
	color: #b58e76;
	}

#footer a img {
	border: 0;
	}