
img, div { behavior: url(/css/iepngfix.htc) }

body {
	background-image: url(/images/bg_border.gif);
	background-color: #22b24c;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

div#body-inner {
	width: 780px;
	margin: 0px auto;
	padding-bottom: 50px;
}

h1 {
	margin: 0px;
	padding: 0px;
}


/*****************************  HEADER *************/

div#header {
	margin: 0px auto;
}
div#header-overlay {
	position:absolute;
	top: 144px;

	height: 296px;
	width: 780px;

	margin: 0 auto;

	background-image: url(/images/header_overlay.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1000;
}
div#header-logo {
	margin: 96px auto 0px auto;
	width: 119px;
}
div#header-grass {
	margin: 0px auto;
	width: 521px;
}

/*****************************  NAV *************/

div#nav {
	background-image: url(/images/bg_nav.gif);
	width: 780px;
	height: 33px;
}

div#nav td {
	text-align: center;
}

td#nav_home {
	width: 119px;
}
td#nav_about {
	width: 116px;
}
td#nav_golf {
	width: 109px;
}
td#nav_auction {
	width: 131px;
}
td#nav_sponsorship {
	width: 136px;
}
td#nav_donate {
	width: 116px;
}


/*****************************  CONTENT *************/

div#content {
	margin-top: 50px;
	clear:both;
	width: 780px;

}

div#content-left {
	width: 150px;
	float: left;
	margin-left: 30px;
}
div#content-right {
	float: left;
	clear: right;
	width: 550px;
	margin-left: 30px;
}

	body#sponsorship ul {
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

/*****************************  FOOTER *************/

div#footer {
	clear: both;
	width: 780px;
	/*
	padding-top: 30px;
	margin-bottom: 20px;
	*/
}
div#footer td {
	vertical-align: bottom;
}

