@charset "utf-8";
/* CSS Document */

body {
	}#stars-TOP {
	background-color: #FFFFFF;
	background-image: url(../images/stars_top.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: auto;
}
#stars-BOTTOM {
	background-color: #FFFFFF;
	background-image: url(../images/stars_bottom.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	margin-top: 10px;
	vertical-align: bottom;
	z-index: auto;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#LEFT {
	width: 225px;
	float: left;
	position: fixed;
	top: 50px;
}
#logo {
	height: 200px;
	width: 147px;
	margin-bottom: 10px;
}
#navLEFT {
	width: 225px;
}
#sponsors {
	width: 225px;
	margin-top: 10px;
}
#eventBlocks {
	float: right;
	width: 613px;
	margin-bottom: 5px;
}
#blockGOLF {
	height: 140px;
	width: 613px;
	margin-bottom: 5px;
}
#blockLUNCH {
	height: 140px;
	width: 613px;
	margin-bottom: 5px;
}
#blockBASH {
	height: 140px;
	width: 613px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	width: 567px;
	margin-top: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BF202E;
	float: right;
	font-weight: bolder;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 50px;
}
#spacerTOP {
	height: 50px;
	width: 950px;
}
#spacerEND {
	height: 50px;
	width: 608px;
}
