body {
	padding: 10px 10px 10px 10px;
	font: small Verdana, Geneva, Arial, sans-serif;
	margin: 0px;
	}

h1, h2 {
	text-align: center;
	font-weight: normal;
	}

#header {
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	min-width: 469px;
	}

#sidenav {
	position: fixed;
	top: 125px;
	left: -1px;
	width: 80px;
	border-top: solid 5px #DEB887;
	border-bottom: solid 5px #DEB887;
	line-height: 6em;
	font-size: 60%;
	font-weight: bold;
	padding-left: 15px;
	background-color: #FFE4C4;
	}

#main {
	margin-right: 20%;
	margin-left: 20%;
	min-width: 469px;
	padding: 20px 0px;
	border-top: solid gray 1px;
	text-align: center;
	}

#main p {
	text-align: left;
	}

#bookings {
	margin-right: 20%;
	margin-left: 20%;
	min-width: 469px;
	padding: 20px 0px;
	border-top: solid gray 1px;
	text-align: center;
	height: 300px;
	}

#bottomnav {
	color: #954b4b;
	border-top: solid 5px #DEB887;
	background-color: #FFE4C4;

	padding-bottom: 2px;
	font-weight: 900;
	font-size: 60%;
	text-transform: uppercase;
	word-spacing: 15px;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 10px;
	min-width: 469px;
	}

#footer {
	text-align: center;
	font-size: 50%;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20%;
	margin-right: 20%;
	min-width: 469px;
	}


/* *****Start Of Calendar***** */

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	}

th, td {
	width: 62px;
	font-weight: normal;
	font-size: 90%;
	padding-right: 5px;
	font-size: xx-small;
	}

td {
	border: solid gray 1px;
	height: 50px;
	text-align: right;
	vertical-align: text-top;
	color: gray;
	}

.off {
	color: black;
	}

.prevmonth {
	color: blue;
	}

caption {
	font-size: 300%;
	font-weight: bold;
	}






/* *****Club Addresses***** */

#clubs {
	min-width: 470px;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 90%;
	padding: 20px 5px 20px 30px;
	}

#clubs h3 {
	text-decoration: underline;
	}

#clubs address:first-line {
	font-weight: bold;
	}

/* *****End Of Calendar**** */






a:link {
	color: #954b4b;
	text-decoration: none;
	}

a:visited {
	color: #954b4b;
	text-decoration: none;
	}

a:hover {
	color: #954b4b;
	text-decoration: underline;
	font-weight: bold;
	}

table a:hover {
	color: #954b4b;
	text-decoration: underline;
	font-weight: normal;
	}

	
