body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	font-family: "Trebuchet MS", "Times New Roman", serif;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 755px;
}

#header {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 430px;
	height: 215px;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	z-index: 210;
	background-image: url(images/headerTop.jpg);
	border-bottom: 1px solid #000000;
}

#titleBlock {
	position: absolute;
	text-align: center;
	background: url(images/title.jpg) no-repeat;
	left: 0px;
	top: 0px;
	width: 325px;
	height: 650px;
	background-color: #E7EBEE;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 390px;
	_height: 390px;
	
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background: url(images/background.gif) no-repeat center;
}

#borderBlock {
	margin-top: 20px;
}

#slideShow {
	position: absolute;
	top: 230px;
	left: 23px;
	z-index: 100;
	border: 2px solid #000000;
}

#ourPlaceLayout p, #ourPlaceLayout h1 {
	position: relative;
	top: 30px;
	width: 70%;
}

#ourPlaceLayout div {
	position: relative;
	height: 100px;
}

#ourPlaceLayout img {
	position: absolute;
	top: 10px;
	right: 20px;
	border: 2px solid #000000;
}

#titleBlock p {
	position: absolute;
	top: 525px;
	left: 70px;
	margin-top: 0px;
	font-size: 75%;
	line-height: 1.3;
	font-weight: bold;
	color: #DD3900;
}

#titleBlock a {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

#titleBlock a:hover {
	color: #000000;
}

.hidden {
	display: none;
}

a#specials  {
	position: absolute;
	background: url(images/specials.png) no-repeat;
	top: 650px;
	left: 50px;
	width: 230px;
	height: 45px;
}

a:hover#specials {
	background-position: 0 -44px;
}

#header p {
	position: relative;
	width: 430px;
	margin-top: 0px;
	font-size: 12pt;
	z-index: 220;
}

#header ul {
	position: relative;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#header li {
	display: inline;
}
	
#header li a {
	text-decoration: none;
	color: #272900;
}
	
#header li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}

#footer p {
	position: relative;
	margin-top: 5px;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
}

#main {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #E7EBEE;
	color: #000000;
	margin-left: 325px;
	width: 430px;
}

#content h1:first-letter {
	float: left;
	font-size: 3em;
	line-height: 1em;
	margin-right: 0.1em;
}

#content h1 {
	margin: 15px 10px 10px 15px;
	font-size: 100%;
	font-weight: normal;
}

#content h2 {
	margin: 15px 10px 10px 15px;
}

#content p {
	margin: 0px 10px 10px 15px;
	font-size: 100%;
}

#contentBottom {
	height: 128px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1px;
}

#contentBottom table {
	width: 100%;
}

#contentBottom img {
	border: 2px solid #000000;
}