@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Verdana, 'Trebuchet MS', sans-serif;
	background-image:url(images/bg.jpg);
	background-position: top center;
	font-weight: normal;
	font-size:12px;
	color:#342609;
	margin: 42px;
	padding: 0;
	line-height:17px;
}

a, a:link, a:active, a:visited {
	color:#000;
}

 a:hover {
	color:#660000;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height:12px;
}

.printerfriendly {
	font-size:9px;
	font-style:italic;
	color:000;
}

.imgleft {
	float:left;
	padding-right:5px;
}

.imgnoborder{
	border:0;
}	

.title {
	font-size:14px;
	font-style:oblique;
}

#listholder {
	float:left;
	width:175px;
	height:150px;
}
	
li {
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}

#container { 
	width:850px;
	margin: 0 auto;
} 

#nav {
	width:850px;
	height:37px;
	float:left;
}

#header {
	width:850px;
	height:124px;
	float:left;
	margin-top:20px;
	vertical-align:middle;
}

#logo {
	width:400px;
	float:left;
}

#slogan {
	width:200px;
	float:left;
	margin-top:40px;
}

#content {
	width:400px;
	height:360px;
	float:left;
}

#gallery {
	width:450px;
	height:353px;
	float:left;
	text-align:center;
	background-image:url(images/gallerybg.png);
	background-repeat:no-repeat;
	padding-top:47px;
}

img, #gallery { behavior: url(iepngfix.htc); }

#quote {
	width:850px;
	height:100px;
	float:left;
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#242424;
	text-align:center;
	font-size:13px;

}	

#footer {
	width:850px;
	height:100px;
	float:left;
	text-align:center;
	margin-top:20px;
}

