body {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

#mainChrome {
	width: 980px;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
	clear: none;
}

#header {
	width: 978px;
	height: 167px;
	border: 1px solid #808080;
	float: left;
	clear: none;
}

#header_1x1 {
	width: 23px;
	height: 37px;
	background-image: url(images/header_1x1.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_1x2 {
	width: 409px;
	height: 37px;
	background-image: url(images/header_1x2.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_1x3 {
	width: 536px;
	height: 32px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	background-image: url(images/header_1x3.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	clear: none;
}

#header_1x3 a {
	color: #FFFFFF;
}

#header_2x1 {
	width: 23px;
	height: 96px;
	background-image: url(images/header_2x1.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_2x2 {
	width: 409px;
	height: 96px;
	background-image: url(images/header_2x2.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

	#header_2x2 img.logo {
		width: 409px;
		height: 96px;
	}

#header_2x3 {
	width: 546px;
	height: 96px;
	background-image: url(images/header_2x3.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_3x1 {
	width: 23px;
	height: 34px;
	background-image: url(images/header_3x1.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_3x2 {
	width: 409px;
	height: 34px;
	background-image: url(images/header_3x2.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#header_3x3 {
	width: 546px;
	height: 34px;
	background-image: url(images/header_3x3.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#navigation {
	width: 980px;
	height: 36px;
	background-image: url(images/navigation.jpg);
	float: left;
	clear: none;
	overflow: hidden;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	width: 855px;
	height: 36px;
	margin-left: 125px;
	list-style: none;
	text-align: center;
	float: left;
	clear: none;
	display:inline;
}

#navigation ul li.home {
	width: 93px;
	height: 35px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#navigation ul li.golf-courses {
	width: 156px;
	height: 35px;
	background-image: url(images/golf-courses.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#navigation ul li.rates-and-promos {
	width: 186px;
	height: 35px;
	background-image: url(images/rates-and-promos.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#navigation ul li.join-now {
	width: 125px;
	height: 35px;
	background-image: url(images/join-now.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#navigation ul li.societies {
	width: 146px;
	height: 35px;
	background-image: url(images/societies.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#fullContent {
	width: 960px;
	float: left;
	clear: none;
}

	#fullContentTop {
		width: 960px;
		height: 10px;
		background-image: url(images/full-top.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
		background-color:#FFFFFF;
	}
	
	#fullContentMiddle {
		width: 940px;
		background-color: #FFFFFF;
		text-align: left;
		padding: 0px 10px;
		float: left;
		clear: none;
	}
	
	#fullContentBottom {
		width: 960px;
		height: 10px;
		background-image: url(images/full-bottom.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}

#content {
	width: 960px;
	padding: 0px 10px 10px 10px;
	background-color: #c0c0c0;
	float: left;
	clear: none;
}

#GBE {
	width: 620px;
	margin-left:75px;
	display:inline;
}

#GBE_container {
	width: 620px;
	display:inline;
	float: left;
	clear: none;
}

#bottom {
	width: 1000px;
	height: 63px;
	float: left;
	clear: none;
}

#bottom a {
	color: #FFFFFF;
}

#bottomLeft {
	width: 200px;
	height: 53px;
	padding-top: 10px;
	text-align: left;
	color:#FFFFFF;
	float: left;
	clear: none;
}

#bottomCenter{
	width: 600px;
	height: 53px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	float: left;
	clear: none;
}

#bottomRight {
	width: 200px;
	height: 53px;
	padding-top: 10px;
	text-align: right;
	color: #FFFFFF;
	float: left;
	clear: none;
}