body {
	font-family: Arial, Helvetica, sans-serif;
	background:#FEAE2F url('images/bg.jpg');
	line-height:2em;
	font-size:1em;
}

h1 {
	font-size:1.5em;
	padding-top:25px;
	padding-bottom:10px;
	margin-left:25px;
	font-weight:bold;
}

p {
	padding:10px;
	margin-left:30px;
	margin-right:30px; 
	line-height:1.1em;
}

.gallery {
	padding:10px;
}

#wrapper { 
	margin: 0 auto;
	width: 850px;
	height:1100px;
	text-align:center;
}

#header {
	width: 850px;
	color: #333;
	padding: 0px;
	height: 189px;
}
	
#menu {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	color: #333;
	padding: 0px;
	height: 36px;
	background:#ff2518 /*url(images/content-back.gif) repeat-y*/;
}

#menu ul {
	padding-left:25px;;
}

#menu li {
	float:left;
	padding:0px;
	list-style-type:none;
}

#menu a {
	display:block;
	text-decoration:none;
	text-indent:-5000px;
}

#menu #book {
	background:url('images/book.jpg') no-repeat;
	background-position: 0 -36px;
	width:160px;
	height:36px;
}

#menu #book:hover {
	background:url('images/book.jpg') no-repeat;
	background-position: 0 0px;
	width:160px;
	height:36px;
}

#menu #about {
	background:url('images/about.jpg') no-repeat;
	background-position: 0 -36px;
	width:160px;
	height:36px;
}

#menu #about:hover {
	background:url('images/about.jpg') no-repeat;
	background-position: 0 -0px;
	width:160px;
	height:36px;
}

#menu #home {
	background:url('images/home.jpg') no-repeat;
	background-position: 0 -36px;
	width:160px;
	height:36px;
}

#menu #home:hover {
	background:url('images/home.jpg') no-repeat;
	background-position: 0 -0px;
	width:160px;
	height:36px;
}

#content {
	width: 850px;
	padding: 0px;
	background:#7395FF url(images/content-back.gif) repeat-y;
	margin: 0 auto;
}

#bookcontent {
	width: 850px;
	height:1000px;
	padding: 0px;
	background:#7395FF url(images/content-back.gif) repeat-y;
	margin: 0 auto;
}

#footer { 
	width: 850px;
	color: #333;
	background:url(images/footer.gif) no-repeat bottom;
  	margin: 0px 0px 10px 0px;
	padding: 0px;
	height:27px;
	clear:both;
}

.left img{
	float:left;
	margin-left:25px;
	padding:10px;
}

.right img{
	float:right;
	margin-right:25px;
	padding:10px;
}

.center img {
	margin-top:15px;
	margin-bottom:15px;
  	margin-left:auto;
	margin-right:auto;
	display:block;
}

ul {
	margin-left:30px;
}

ul li {
	list-style-type:disc;
	padding:5px;
	margin-left:35px;
}

#right_panel {
	float:left;
	width:405px;
	height:700px;
	left:400px;
	top:300px;
}

#calendar {
	margin-left:15px;
	padding:5px;
	width:385px;
	float:left;

}

.cal_nav {
	text-align:center;
	font-size:14px;
}

.key {
	margin-left:35px;
	margin-top:15px;
	margin-bottom:100px;
}

#right_panel p, label, select {
	margin:5px;
	
}

.strong {
	font-weight:bold;
}
#right_panel .details {
	width:365px;
	font:Arial, Helvetica, sans-serif bold #000000;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:15px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
}

#calendar table {
	border: solid #000000 2px;
	width:250px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:14px;
}

/* the month and year header */
caption {
	font-size: 16px;
	font-weight:300;
	text-align:center;
	line-height:25px;
}

/* top row cells which hold day names */
#calendar th {
	border: solid #000000 1px;
	background:#FF9900;
	font-size:14px;
	text-align:center;
	font-weight:300;
	width:250px;
	height:20px;
}

/* day cells */
#calendar td {
	border: solid #000000 1px;
	height: 20px;
	width: 20px;
	text-align: left;
	vertical-align: top;
	padding:5px;
}
.normal {
	background:#FFFFFF;
}

/* day cells with events */
.events {
	background: #ff0000;
	font-size=6px;
}
#tentative {
	border:double 5px #FF3300;
	font:Arial, Helvetica, sans-serif #000000 bold;
	font-size:16px;
	width:500px;
	float:left;
}

#disclaimer {
	width:820px;
	height:100px;
	padding:15px;
	float:left;
}

#disclaimer p {
	border: solid 2px #000;
}

.notice {
	color: #FF0000;
	font-style: italic;
	font-weight: bolder;
	text-align:center;
	background: #FFCC00;
	border: medium groove #FF2518;
}

.maptxt {
	margin-left:212px;
	text-decoration:none;
}

.cleaning {
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
	width:250px;
	font-size:1.1em;
	color:#FF3333;
	font-weight:bold;
	background-color:#FFCC00;
	border: medium groove #FF2518;
}
