html, body {
	background-color: rgb(255, 255, 153);
}

.wrapper {
	margin: 20px auto;
	width: 1045px;
}

#header {
	height: 161px;
	width: 1044px;
}

#header img {
	display: inline;
}

#banner1 {
	float: left;
	height: 161px;
	width: 386px;
}

#banner2 {
	height: 161px;
	padding-left: 8px;
	width: 650px;
}

#marquee {
	float: left;
	font-family: Calibri, sans-serif;
	font-size: 2.5em;
	height: 45px;
	overflow: hidden;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 1043px;
	
}

#marquee span {
	white-space:nowrap;
}

#marquee a {
	padding-right: 50px;
	text-decoration: none;
}

#events {
	float: left;
	font-family: Calibri, sans-serif;
	font-size: 1.15em;
	padding-top: 16px; 
	padding-bottom: 16px;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 420px;
}

#events a {
	font-size: 1.15em;
	font-weight: bold;
	
}

#events li a {
	font-size: 1em;
	font-weight: bold;
	font-family: Calibri, sans-serif;
	
}

#upcoming {
	border: 1px solid black;
	padding-top: 10px;
	text-align: center;
}

.bold {
	font-weight: bold;
	font-size: 1.15em;
}

#upcoming ul {
	position: relative;
	top: -10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
}

#other {
	height: 297px;
	overflow: auto;
}

#info {
	float: right;
	font-family: Calibri, sans-serif;
	font-size: 1.15em;
	padding-bottom: 10px;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0.5px;
	right: 0px;
	width: 600px;
}

#info table {
	font-size: 1.10em;
	padding-top: 5px;
	width: 600px;
}

#caption {
	float: left;
	font-size: .7em;
	width: 320px;
	height: 275px;
}

#clubhouse {
	height: 100%;
	width: 100%;
}

#photoWrapper {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

embed {
	height: 95%;
	width: 45%;
	margin: auto;
	position: absolute;
	top: 2.5%;
	left: 4.5%;
}

#photo {
	height: 50%;
	width: 42.5%;
	margin: auto;
	position: absolute;
	top: 25%;
	left: 53%;
	text-align: center;
}

#photo img {
	height: 100%;
	width: 100%;
	margin: auto;
}

.rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#footer {
	float: left;
	width: 270px;
}

#footer span {
	float: right;
	padding-left: 10px;
}

#contact {
	width: 270px;
	float: right;
	padding-left: 1px;
	
}

#contact span {
	
}