/* CSS Document */
@import "layout.css";
html,body{
	height:100%;
	background: url(../images/background.jpg) #a28c7e repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	letter-spacing:2px;
}

h1, h2, h3{
	color:#4b4a4a;
}
h1{
	font-size:1.4em;
	letter-spacing:0px;
	font-weight:bold;
	line-height:10px;
	margin:0px;
	padding-bottom:5px;
}
h2{
	font-size:1em;
	letter-spacing:0px;
	line-height:10px;
	margin:0px;
	margin-top:5px;
	margin-bottom:20px;
}
img{
	border:0px;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.address_des{
	width:173px; 
	padding:10px;
	padding-top:0px;
	margin-top:0px; 
	font-size:.85em; 
	letter-spacing:1px;
	margin-right:10px;
	height:45px;
}

.location_name{
	color:#4b4a4a; 
	font-weight:bold;
}

.location{
	font-size:0.8em;
	color:#ffffff;
}
.address{
	margin-left:30px;
	font-size:0.8em; 
	border-left:1px solid #ffffff;
	margin:20px; 
	padding:10px;

}
/*darker colored links */
.dark{
	color:#4b4a4a;
}



h3.gallery{
	font-size: 12px;
	font-variant: small-caps;
}
ul.gallery{
	list-style: none;
}

ul.gallery li{
	display:inline;
}
ul.gallery li a img{
	border:3px solid #fff;
}
ul.gallery li a:hover img{
	border-color:#cdcdcd;
}

#lightbox a{
	color:#666666;
	text-decoration: underline;
}
