
/*
layout
*/

body {
	background-color: #deeced;
	background-image: url(/images/body_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0 auto 0 auto;
}

#page {
	text-align: left;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	width: 740px;
}

#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px;
}

#content, 
#tours, 
#schedule, 
#reservations {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}

#content {
	border-top: solid 3px #deeced;
	border-bottom: solid 3px #deeced;
	padding-top: 30px;
	padding-bottom: 20px;
}

/*
style
*/


* {
	padding: 0;
	margin: 0;
}

body, h2, h3, p, th, td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #415a69;
}

h2 {
	border-top: solid 2px #82b9d7;
	color: #82b9d7;
	font-size: 15px;
	padding-top: 3px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	padding-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #be373c;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: solid 1px #deeced;
	border-left: solid 1px #deeced;
	margin: 0;
	margin: 0 auto 10px auto;
	padding: 0;
}

th {
	text-align: center;
	background-color: #eef5f6;
}

th, td {
	border-right: solid 1px #deeced;
	border-bottom: solid 1px #deeced;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

td.header {
	background-image: url(/images/td_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
}

