* {
	margin: 0;
	padding: 0;
}

body {
	background: #c2d2e2;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
	padding: 5px 10px 5px 5px;
}

h2 {
	padding-left: 5px;
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a:link, a:visited, a:link:visited, a:visited:link {
	text-decoration: none;
	color: #3B3B3B;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover, a:active, a:focus, a.current {
	text-decoration: none;
	color: #3B3B3B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	padding-top: 5px;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.center {
	padding: 5px 15px;
}

#page {
	width: 810px;
	margin: 0 auto;
	padding: 0 25px;
	background: #c2d2e2 url(images/background.jpg) repeat-y center top; 
}

#page2 {
	width: 760px;
	margin: 0 auto;
	padding: 0 25px;
	background: #f7fbfa;
/*	background: #c2d2e2 none repeat-y center top; */
}

#page_header {
	width: 810px;
	height: 325px;
	margin: 0 auto;
	padding: 0px 25px 10px 25px;
	background: #c2d2e2 url(images/header.jpg) no-repeat center top;
}


#page_header h1 {
	margin: 0;
	padding: 245px 0 0 40px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #ffffff;
}

#page_header h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 60px;
	letter-spacing: normal;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#navmenu {
	width: 810px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	background: #96a3ac url(images/top.jpg) no-repeat center top;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#navmenu ul {
	list-style-type: none;
	float: left;
	padding-top: 5px;
}

#navmenu ul li {
	display: block;
	float: left;
	padding-right: 15px;
	font-size: 1.3em;
	text-decoration: none; 
}

#adminmenu {
	width: 810px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	background: #96a3ac url(images/top.jpg) no-repeat center top;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#adminmenu ul {
	list-style-type: none;
	float: left;
	padding-top: 10px;
}

#adminmenu ul li {
	display: block;
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 1.2em;
}

#content {
	float: left;
	width: 500px;
	background: #f7fbfa;
	padding: 5px 20px 0 15px;
}

#content2 {
	float: left;
	width: 750px;
	background: #f7fbfa none;
	padding: 5px 20px 0 15px;
	margin-top: 0;
	margin-bottom: 0;
}

#content2 p {
	padding-left: 10px;
	margin: 0px;
}

div.blog_entry {
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

span.blog_title {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

span.blog_posted_by {
	display: block;
	font-size: .9em;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
	font-style: italic;
}

#sidebar {
	float: right;
	width: 250px;
	padding: 5px 5px 0px 0;
/*	background: url(images/img04.gif) no-repeat; */
	background-color: #96a3ac;
}

#sidebar ul {
	list-style-type: disc;
	margin-left: 15px;
}

.box {
	width: 253px;
	padding-left: 1px;
}

.box p {
	padding: 5px 15px 0px 20px;
	margin-bottom: 5px;
	font-size: .9em;
}

.box .title {
	height: 25px;
	margin: 0;
	font-size: 18px;
	color: #3B3B3B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 0 0 10px;
}

.box dt {
	padding-top: 5px;
	text-align: left;
}

.box dd {
	font-size: .9em;
	padding-top: 3px;
	padding-left: 10px;
}
#footer {
	width: 810px;
	height: 45px;
	padding: 0 25px 25px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 90%;
	text-align: center;
	background: url(images/bottom.jpg) no-repeat center top;
	border-top-style: solid;
	border-top-width: 3px;
	padding: 30px 20px 14px;
}

#footer a {
	color: #3B3B3B;
}

#footer a:hover {
}

.clearer {
	clear: both;
}

table {
	border-collapse: collapse;
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 96%;
}

th {
	font-size: 1em;
	font-weight: bold;
	background-color: #EBF0F6;
	text-align: left;
	padding: 0 5px;
}

th.center {
	font-size: 1.1em;
	text-align: center;
}

td {
	font-size: .9em;
	padding: 5px 5px;
	line-height: 1.2em;
}

div.indent-text {
	font-size: .9em;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 10px;
}

dl {
	padding: 0 10px;
}

dt {
	font-weight: bold;
}

#content2 dt {
	padding: 5px 0;
}
#content2 dd {
	padding-left: 15px;
	padding-bottom: 5px;
}

label.optional {
	text-align: right;
	float: right;
}

label.required {
	text-align: right;
	float: right;
}

div.cmnt-text {
	padding-left: 5px;
	margin-bottom: 5px;
}
div.cmnti-text {
	font-size: .9em;
	font-style: italic;
	padding-left: 15px;
	padding-bottom: 15px;
}

div.table_head {
	background-color: #96a3ac;
	font-size: 1.1em;
	text-align: center;
}

div.center {
	text-align: center;
}

td.cal {
	background-color: #96a3ac;
	width: 14%;
	vertical-align: top;
	padding: 0px;
}

div.date-text {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #09161c;
	color: #f7fbfa;
	text-align: center;
	height: 15px;
}

div.closed_text {
	background-color: #c2d2e2;
	padding-left: 5px;
	height: 20px;
}

div.avail_text {
	text-align: left;
	background-color: #669933;
	color: white;
	padding-left: 1px;
	height: 20px;
}

div.avail_text a {
	color: white;
	font-weight: normal;
}

div.booked_text {
	text-align: left;
	background-color: #990000;
	color: white;
	padding-left: 1px;
	height: 20px;
}

div.partial_text {
	text-align: left;
	background-color: #FFFF66;
	padding-left: 1px;
	height: 20px;
}

div.partial_text a {
	color: black;
	font-weight: normal;
}

span.link_section {
	font-weight: bold;
	font-size: 1.1em;
}

.admin_customer {
	padding: 5px 20px;
	background-color: #EBF0F6;
}

div.reservation {
	margin: 10px;
	padding: 5px;
	overflow: auto;
	border: 1px solid black;
	border-top: 3px solid black;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

div.customer {
	float: right;
	width: 350px;
	margin: 0px;
	background-color: #EBF0F6;
}

span.reservation-date {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.blog {
	padding: 10px;
	margin: 5px;
}

div.blog_head {
	height: 20px;
	font-size: 1.2em;
	background-color: #c2d2e2;
	padding-top: 5px;
	padding-left: 5px;
}

div.blog_postby {
	color: #c2d2e2;
	background-color: #525252;
	font-style: italic;
	font-size: .9em;
	padding: 2px 15px 2px 13px;
}

div.blog_text {
	padding-top: 5px;
	padding-left: 10px;
}