html,body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

body {
	background-color: #faf6e7;
	color: #000;
	font: normal 100.01%/1.5 Arial,Helvetica,sans-serif;
}

h1,h2,h3,#photos dl.events dt,#photos dl.loc dt {
	font-family: "Century Schoolbook L Bold",Georgia,Times,serif;
	color: #a2334d; 
	font-weight: bold;
}

h4 {
	font-family: "Century Schoolbook L Bold",Georgia,Times,serif;
	color: #154616; 
	font-weight: bold;
	font-size: .9em;

}
h1 { margin-top: 0; }
h1,h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

ul {
	margin: 0 0 0 1.2em;
	padding:0;
}

td {
	vertical-align:top;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	background: transparent url(bg-wrapper.png) right top repeat-y;
}

#header, #header td { 
	height: 120px;
	padding:0;
	background: transparent url(bg-header.png) left bottom repeat-x;
}

#header td#logo {
	text-align:center;
	vertical-align: bottom;
}

#header td#address {
	vertical-align: top;
	padding:0 25px;
	font: bold .9em/30px "Century Schoolbook L Bold",Georgia,Times,serif;
}

#address p {
	width: 200px;
	float:right;
	text-align: left;
	margin: 10px 0 0 0;
}

#nav {
	font: bold .83em/2 "Century Schoolbook L Bold",Georgia,Times,serif;
	background-color: #154616;
	color: #faf6e7;
	width: 180px;
	padding: 0 10px;
}

#nav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#nav li a, #nav li span {
	text-decoration: none;
	color: #faf6e7;
	display: block;
	display: inline-block;  /* MSIE ONLY */
	width: 170px;
	margin: 0 0 1px 0;
	padding: 2px 5px;
}
#nav li a:hover {
	background-color: #faf6e7;
	color: #a2334d;
}
#nav li span {
	background-color: #a2334d;
	color: #faf6e7;
}

#nav p {
	margin: 20px 5px 0 5px;
}

#nav p a {
	text-decoration: none;
	color: #faf6e7;
}
#nav p a:hover {
	text-decoration: underline;
}

#content {
	padding: 10px 20px;
}

#content table#tariffs {
	border: 1px solid #154616;
	border-collapse: collapse;
}
#content table#tariffs td,
#content table#tariffs th {
	text-align:left;
	vertical-align:top;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
#content table#tariffs th {
	color: #faf6e7;
	background-color: #154616;
}
#content table#tariffs th small {
	font-size: .83em;
	line-height: 1;
	font-weight:normal;
	display:block;
	text-align: center;
}

#content dt {
	font-weight: bold;
	display: block;
	width: 12em;
	float:left;
	line-height: 1.5;
}
#content dd {
	margin-left: 13em;
	line-height: 1.5;
}
#content dd:after {
	display:block;
	clear: left;
	content: "";
	height: 0;
}

#contact #content dt { width: 6em }
#contact #content dd { margin-left: 7em }

#photos {
	width: 200px;
	padding: 2px 27px 2px 3px;
}
#photos p {
	margin:0 0 2px 0;
	padding:0 0 2px 0;
	font-size: .83em;
	text-align: center;
	font-weight: bold;
	background-color: #154616;
	color: #fff;
}
#photos img {
	width: 200px;
	margin: 0;
	vertical-align: top;
	display: block;
}
#events {
	width: 33%;
	border-left: 1px solid green;
	padding: 0 30px 0 1em;
}
#events dt {
	font-weight:bold;
	color: #154616;
}
#events dd {
	margin: 0 0 1em 0;
}

#loc {
	width: 200px;
	border-left: 1px solid green;
	padding: 0 30px 0 1em;
}
#loc dt {
	font-weight:bold;
	color: #154616;
}
#loc dd {
	margin: 0 0 1em 0;
}

#footer {
	background-color: #924054;
	color: #faf6e7;
	font-size: .75em;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	padding: 0 25px 0 0;
}
#footer span.designer {
	float:left;
	margin-left: 0px;
	width: 200px;
	text-align: center;
	color: #9a9687;
	font-size: .8em;
}
#footer span.designer a {
	color: #9a9687;
	text-decoration: none;
}

#footer span.designer a:hover {
	color: #cccccc;
	text-decoration: underline;
}

