
body 
{
	text-align: center;
	min-width: 800px;
}
/*** Layout =================================*/
#wrapper 
{
	margin: 40 auto;
	width: 800px;
/*	border: solid;*/
	text-align: left;
/*	background-color: white;*/
	
}
#logo{
	width:800px;
	height:124px;
	background: url(/images/layout/main-title-2007-07-20.jpg);
}
#nav{
	height: 35px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: #d69427 url(/images/layout/menu-bar-2007-07-20.jpg) repeat-x;
	font-family: Verdana,Arial, Helvetica;
	font-size:18px;
	line-height: 30px;
}
a.menu{
	padding:0px 0px 0px 5px;
	color: #0000ff;
}
#admin{
	height:25px;
	background:yellow;
	font-family:Lucinda, Verdana, Arial, Helvetica;
	font-size:large;
	line-height: 30px;
/*	border:solid;
	border-color:orange;*/
}
.bg{
	background: #f8e0b9 url(/images/backgrounds/fireside-background-2007-07-20.jpg);
/*  background: #f8e0b9; */
}
#content {
	padding: 0px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}

font {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: cursive;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	/*line-height: 100%;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}
a {
	color:#FFCC00;
}
body.summer {
	background-color:005009;
}
body.winter {
	background-color:ffeeff;
}
#listDescription {}
	
.emailPopUp { position: absolute; top: 300px; left: 300px; text-align: center; padding: 5px; border: 1px solid black; background: #66ff33;  }

/************** Reservation week view *********************/
.vacant {
        background: white;
}

.paidreservation {
        background: green;
}

.unpaidreservation {
        background: red;
}
