html {
	background-color: #EEE;
}
body {
	font-family: Georgia, "Georgia", serif;
}

#doc4 {
	background-color: #FAE0E5;
	border: 1px solid #666;
	padding: 10px;
}

/* Header */

#hd {
	background-color: #852A31;
	background-image: url(../images/header-bg-right.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}

#hd #phone-number {
	position: absolute;
	color: #FFF;
	font-size: 235%;
	right: 10px;
	bottom: 52px;
}

#hd #header-strap {
	position: absolute;
	color: #FFF;
	font-size: 108%;
	left: 210px;
	top: 70px;
}


/* Content */

.large {
	font-size: large;
}

.map-image {
	margin: auto;
	width: 500px;
	margin-bottom: 1em;
}

.yui-g img.right {
	margin-bottom: 2em;
	margin-left: 2em;
	float: right;
}

.yui-g img.left {
	margin-bottom: 2em;
	margin-left: 2em;
	float: left;
}

/* Sidebar */

.sidebar {
}

.sidebar ul {
	margin: 2em 0 2em 0;
}

.sidebar li {
	list-style-type: none;
}

.sidebar li a {
	display: block;
	border: 2px solid #852A31;
	margin-bottom: 1em;
	padding: 5px;
	background-color: #852A31;
	color: #FFF;
}

.sidebar li a:hover {
	background-color: #E4ABAF;	
}

/* Footer */

#ft {
	background: #852A31 url(../images/footer-bg-right.png) no-repeat right;
}

.footer-content {
	height: 115px;
	background: #852A31 url(../images/footer-bg-left.png) no-repeat left;
	padding: 10px 0 0 10px;
	width: 954px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.footer-content a {
	color: #FFF;
}

.footer-content div {
	margin-bottom: 0.5em;	
}

.footer-content .opening-hours {
	font-size: 150%;	
}

/* Lightbox */

.clear { clear: both }

.photo-list {
	margin: auto;
	width: 572px;
}

.right-align {
	float: right;
	width: 110px;
	padding: 0 20px;
	margin: 0;
}

.photo-list ul {
	margin: 0;
	padding: 0;
}

.photo-list li {
	list-style-type: none;
	float: left;
	margin: 2px;
}

.photo-list li a {
	padding: 5px;
	background-color: #E4ABAF;
	height: 100px;
	width: 100px;
	display: block;
}

.photo-list li a:hover {
	background-color: #852A31;
}

.photo-list li a img {
	border: none;
}