body{
	background-image: url('/images/Background.jpg');
	background-position: left top;
	font-family:"futura", arial, sans serif;
	font-size:.8em;
	color:#5A5A59
}
a{
	text-decoration:none;
	color:#91181B
}
a:hover{
	text-decoration:underline;
	color:#91181B
}
#container{
	display:block;
    margin-left:auto;
    margin-right:auto;
	width:878px;
}
#header{
	color:#fff;
	width:878px;
	display:block
}
#contentContainer{
	float:left;
	background-color:#FFF;
	height:auto;
	width:878px
}
#content{
	margin:0 15px
}
#leftNav{
	background:#FFF url('/images/Left_Nav.jpg') no-repeat;
	height:auto;
	min-height:335px;
	width:200px;
	float:left;
	margin-left:-15px
}
#leftNav ul{
	margin-top:10px
}
#leftNav li{
	border-bottom: 1px dashed #999;
	color:#91181B;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	font-family:"futura", arial, sans serif;
	font-size:85%;
	font-weight:400;
	padding:5px
}
#leftNav li .address{
	color:#91181B;
	list-style-type:none;
	margin-left:10px;
	font-family:"futura", arial, sans serif;
	font-size:95%;
	font-weight:900;
	padding:5px
}
#leftNav a{
	color:#91181B;
	text-decoration:none
}
#leftNav a:hover{
	color:#91181B;
	text-decoration:underline
}
#siteText{
	background-color:#FFF;
	float:left;
	height:auto;
	min-height:306px;
	width:611px;
	padding-left:50px
}

#siteText p{
	font-family:"futura", arial, sans serif;
	font-size:90%;
	width:90%
}
#siteText hr{
	text-align:left;
	border:none 0; 
	border-top:1px dashed #999;/*the border*/
	width:90%;
	height:1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
#siteText h5 {
	font-family:"futura", arial, sans serif;
	font-size:.9em;
	font-weight:700;
	color:#91181B
}
#gallery{
	background-color:#FFF;
	float:left;
	height:auto;
	height:500px;
	width:810px;
	padding-left:20px
}
.small{
	font-size:.8em;
}
.gallerylink{
	padding:0 0 10px 20px;
	clear:both
}
#bottom{
	float:left;
	display:block
}