html {
  height: 100%;
  overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003399;
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0px;
}
/* header area */

#header {
	background-repeat: no-repeat;
	background-image: url(../img/header.jpg);
	height: 120px;
	width: 900px;
	margin: 0 auto;
	min-height: 120px;
}
#header a.home {
	text-decoration:none;
	height: 105px;
	background-color: transparent;
	width: 210px;
	margin: 0;
	float: left;
}
#nav {
	width:690px;
	margin: 65px 0 3px 0px;
	height: 20px;
	background-color: #FFF888;
	float: left;
	padding:2px 0 1px 0;
}

#content {
	width: 900px;
	margin: 0 auto;
}
#holiday #header {
	background-repeat: no-repeat;
	background-image: url(../img/holidayHeader.jpg);
	height: 120px;
	width: 900px;
	margin: 0 auto;
	min-height: 120px;
}
#golf #header {
	background-repeat: no-repeat;
	background-image: url(../img/golfHeader.jpg);
	height: 120px;
	width: 900px;
	margin: 0 auto;
	min-height: 120px;
}

/* story area */

#story {
	color: #000000;
	background-color: #FFFFFF;
	width: 455px;
	float: left;
	margin:-10px 0 0 0;
	z-index:500;
	padding-bottom:2%;
	min-height: 440px;
	height: auto;
}
#story h2 {
	font-weight: normal;
	color: #003399;
	font-size: 22px;
	margin:12px 0 4px 12px;
	}
	
#story p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 12px 10px 12px;
}
	
/* address bar */

 #address {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	width: 900px;
	padding-top: 22px;
	background-color: #3366CC;
	padding-bottom: 24px;
	background-image: url(../img/base.gif);
	clear: left;
	margin: 0 auto;
}

#address a {
	color: #FFFFFF;
	text-decoration:none;
}
#address a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* left bar */

#left {
	margin: 5px 0 0 0;
	width: 210px;
	float: left;
}
#left a {
	margin: 6px 0;
	color: #FFFF99;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}
#left a:hover {
	color: #FFF;
	text-decoration:underline;}
	
#left a:hover img {
	margin:0;
	text-decoration:none;}

#left a:link img {
	margin:0;
	text-decoration:none;}

#content #left ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 9px 0 0;
}

#left li a {
	margin: 6px 0 0 0;
	line-height: 120%;
}
#left h4 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 12px 0 4px 0;
	color: #FFFFFF;
}
#left p {
	font-size: 12px;
	color: #FFFFFF;
	margin:0 9px;
	line-height: 120%;
}
.booklink {
	font-size:11px; 
	text-align:center;}

/* right bar */

#right {
	float: right;
	width: 220px;
	margin: 0;
	display: inline;
}
#right img {
	margin: 7px auto;
}
#right p {
	font-size: 12px;
	color: #FFFF99;
	line-height: 16px;
	margin: 0 0 0 20px;
}

/* cover */



#cover {
	color: #000000;
	background-color: #003399;
	width: 455px;
	float: left;
	margin: 0;
	padding-bottom:2%;
}
.head {
	background-image: url(../img/homepage.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0 0 18px 0;
	padding: 0px;
	float: none;
	height: 306px;}

#cover h3{
	font-size: 12px;
		color: #FFF888;
	font-style: italic;
	font-weight: normal;
	margin: 6px;
	line-height: 140%;
}
.cover .hideleft {
	margin:0 0 0 -3000px;}


#cover h3 {
	font-weight: normal;
	color: #FFF888;
	font-size: 12px;
	font-style: italic;
	margin: 18px;
	line-height: 130%;
}
#story ul, li {
	font-size: 12px;
	line-height: 16px;
	padding-right:10px;}

.listbank {
	margin:0 0 10px 30px;
	float:left;
	display:inline;
}
.clearfloat {
	clear:left;
}
a.buttons {
	border-right:solid 2px #003399;
	border-bottom:solid 2px #003399;
	border-left:solid 2px #90BCF4;
	border-top:solid 2px #90BCF4;
	margin:10px 180px;
		background-color:#3366CC;
	color:#fff;
	padding: 2px 20px;
	text-decoration: none;
	letter-spacing:.1em;
}
a.buttons:hover {
	border-right:solid 2px #003399;
	border-bottom:solid 2px #003399;
	border-left:solid 2px #90BCF4;
	border-top:solid 2px #90BCF4;
	margin:10px 180px;
	background-color:#6299c5;
color:#fff;
	padding: 2px 20px;
	text-decoration: none;
}
#last {
border-right:none;	background-color:transparent;}
#last a:hover {
	background-color:transparent;
border-right:none}