body {
	background: url(/balswan/golf.nsf/golfcourse.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
	text-align: center;
}

#bannertop {
	height: 80px;
	width: 100%;
	background-image: url(/balswan/golf.nsf/headerbg.jpg);
	background-repeat: repeat-x;
}

#menu {
	height: 36px;
	color: white;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	background-image: url(/balswan/golf.nsf/navbg.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	height: 36px;
	margin: 0px;
	padding: 0px;
}
#menu .links li.headlinkpress {
	height: 36px;
	margin-left: 50px;
	line-height: 36px;
	padding: 0px 10px 0px 40px;
	display: inline;
	position: relative;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: white;
	float: left;
}
#menu .links li.headlink {
	height: 36px;
	margin: 0px;
	padding: 0px 10px 0px 14px;
	display: inline;
	position: relative;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: white;
	background:url(/balswan/golf.nsf/navsep.png) no-repeat left;
	float: left;
}
#menu .links li a {
	text-decoration: none;
	color: #fff;
	line-height: 36px;
}
#menu .links li a:hover {
	color: #ffffff;
}
#menu .links li.headlink ul {
	position: absolute;
	left: 0px;
   	top: 36px;
   	display: none;
   	list-style: none;
	background: #646466;
	width: 180px;
	padding: 0;
	margin: 0;
	line-height: 30px;
}
#menu .links li.headlink ul li {
	padding: 0px;
	margin: 0px;
	line-height: 28px;
	background: #646466;
	border: solid 1px #7d7d7d;
}
#menu .links li.headlink ul li a {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	color: #ffffff;
	display: block;
	line-height: 28px;
	border: solid 0px #646466;
}
#menu .links li.headlink ul li a:hover {
	background: #7d7d7d;
	color: #ffffff;
}
#menu .links li.headlink:hover ul {
   	display: block;
}

#maincontent {
	float: center;
	margin: auto;
	text-align: center;
	height: 620px;
	width: 100%;
}

.maincontentbody {
	float: left;
	background: url(/balswan/golf.nsf/bodyandball.png) no-repeat center;
	height: 620px;
	width: 893px;
	text-align: left;
	margin-left: 50px;
}

.maincontenttext {
	text-align: left;
	padding-top: 30px;
	margin-left: 60px;
}

#maincontentgolfer {
	float: right;
	background: url(/balswan/golf.nsf/kidandbag.png) no-repeat center;
	height: 620px;
	width: 325px;
	text-align: right;
	margin-right: 50px;
}

#maincontentpresentedby {
	position: absolute;
	float: center;
	background: url(/balswan/golf.nsf/presentedby.png) no-repeat center;
	height: 120px;
	width: 280px;
	margin-top: 160px;
	margin-left: 730px;
	z-index: 100;
}

#maincontentinterior {
	position: relative;
	margin-top: -9px;
	padding-top: 10px;
	min-height: 100%;
	background-color: white;
	text-align: left;
}

#footer {
	position:relative;
    bottom:0;
	height: 30px;
	color: white;
	width: 100%;
	font-family: arial;
	font-size: 14px;
	background-image: url(/balswan/golf.nsf/footerbg.jpg);
}
#footer a {
	color: white;
	text-decoration: none;
}
#ft-left {
	float: left;
	width: 50%;
}
#ft-right {
	float: right;
	width: 50%;
}
