body {
	margin: 0;
	background: #ffffee;
	text-align: center;
	font-family: "Verdana", "Sans Serif";
	font-size: .8em;
}

a {
	color: #9f6700;
}

a:hover {
	text-decoration: none;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	margin-top: 20px;
}

div#header {
	background: url('/image/header.png') #9f6700;
	text-align: center;
	color: white;
	width: 100%;
	padding-top: 7px;
	margin: 0;
}

div#userAccount {
	margin-right: 15px;
	float: right;
	font-size: .8em;
}

div#userAccount a {
	color: white;
}

div#logo {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/image/logo.png') #fffcd3;
	width: 400px;
	height: 51px;
}

div#logo a {
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
}

div#logo small {
	color: #a0a0a0;
}

div#menu {
	border-left: 1px solid #9f6700;
	border-right: 1px solid #9f6700;
	border-bottom: 5px solid #9f6700;
	width: 748px;
	background: #fffcd3;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

div#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#menu li {
	display: inline;
	margin: 0 5px;
}

div#menu a {
	color: #9f6700;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover {
	color: silver;
}

div#bodytext {
	border-left: 1px solid #9f6700;
	border-right: 1px solid #9f6700;
	padding: 5px 10px 30px 10px;
	background: white;
}

div#availCalendar {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

div#map {
	width: 488px;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	padding-top: 15px;
	font-size: .9em;
	height: 45px;
	color: white;
	text-align: center;
	background: url('/image/footer.png') #9f6700;
	margin-bottom: 30px;
}

div#footer a {
	color: silver;
}

h1 {
	color: #9f6700;
}

div#fieldset {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 13em;
}

div#fieldset p {
	margin: 0.5em;
	padding: 0;
}

label {
	width: 4.5em;
	float: left;
	text-align: right;
	font-size: 0.8em;
	margin-right: 0.5em;
	display: block;
}

.submit input {
	margin-left: 4.5em;
	color: white;
	background: url('/image/button.png') #5B2A00;
	border: none;
	width: 63px;
	height: 22px;
	padding-bottom: 2px;
	padding-right: 3px;
}

.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.calHeader {
	color: #202020;
	width: 40px;
	height: 30px;
	text-align: center;
}

.calAvail {
	color: white;
	background: url('/image/cal-avail.png') #9f6700;
	width: 40px;
	height: 28px;
	text-align: center;
}

.calNotAvail {
	color: white;
	background: url('/image/cal-not.png') silver;
	width: 40px;
	height: 28px;
	text-align: center;
}

.calBlank {
	color: black;
	width: 40px;
	height: 28px;
	text-align: center;
}