/* ============ HOMEPAGE LAYOUT ============ */

body.home div#main {
	width: 725px;
	padding: 0;
	background: transparent;
}

body.home div#sidebar {
	width: 230px;
}

body.home div#main div#header {
	width: 725px;
	height: 250px;
	background: url(images/home_header_01.jpg) top center no-repeat;
}

body.home div#content {
	width: 725px;
	padding: 0;
	background: transparent;
	height: auto;
	min-height: 100px;
}

body.home div#welcome {
	width: 725px;
	height: 39px;
	background: url(images/home_02.png) top center no-repeat;
}

body.home div#about {
	height: 65px;
	background: url(images/home_03.png) top center no-repeat;
	padding: 10px 30px;	
}

body.home div#about p {
	font-size: 0.9em;
	padding-bottom: 0px;
}
	
body.home div.content-panel {
	float: left;
}

body.home div#tournaments {
	width: 320px;
	height: 140px;
	background: url(images/home_04.png) top center no-repeat;
	padding-left: 10px;
	padding-right: 15px;
}

body.home div#pro-am {
	width: 320px;
	height: 140px;
	background: url(images/home_05.png) top center no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

body.home div#book-online {
	width: 320px;
	height: 140px;
	background: url(images/home_06.png) top center no-repeat;
	padding-left: 10px;
	padding-right: 15px;
}

body.home div#results {
	width: 320px;
	height: 140px;
	background: url(images/home_07.png) top center no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

body.home div#news {
	width: 725px;
	height: 49px;
	background: url(images/home_08.png) top center no-repeat;
	clear: both;
}

body.home div#news-content {
	padding: 5px 15px;
	width: 665px;
	background: #769c25 top center no-repeat;
	margin: 0px auto;
}

div.news-column {
	float: left;
	width: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.news-column h4, div.news-column p {
	padding-bottom: 0;
}

body.home h2 {
	padding-left: 20px;
}

/* ============ CONTENT PANELS ============ */

body.home div.content-panel h3 {
	padding: 5px 0 15px 0;
}

body.home div.content-panel img {
	float: left;
	padding: 10px 15px 10px 0px;
}

body.home div.content-panel p {
	width: 325px;
	padding-bottom: 0;
}

body.home p {
	font-size: 0.8em;
	color: #fff;
	line-height: 1.3em;
}

body.home div#footer p {
	color: #7da727;
}


body.home p a {
	font-size: 0.8em;
}

body.home a.more {
	font-size: 0.8em;
	float: right;
	width: 80px;
	padding: 5px 0 0 0;
}
