/*  
Theme Name: Antill Park
Theme URI: http://www.antillpark.com.au
Description: This is my theme for Antill Park Country Golf Club.
Version: 1.0
Author: Intervelopment Studios Australia
Author URI: http://www.intervelopment.com.au

*/

body {
	background-image: url(images/background.jpg);
	background-color: #BFDA9D;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#antill {
	z-index:1;
	position:relative;
	text-align: left;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 868px;
	height: 150px;
	background-image: url(images/header_png.png);
}

#nav {
	width: 868px;
	height: 43px;
	background-image: url(images/footer-grass.png);
	clear:both;
	position:relative;
}

#navigation {
	position: relative;
	margin :0 auto;
	width: 808px;
	height: 43px;
	padding: 0px;
	z-index:0;
	}
#navigation li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 43px;
	font-weight: bold;
	}
#navigation li a {
	display: block;
	padding: 0px;
	margin-right:30px;
	text-decoration: none;
	color: #FFFFFF;
	}
#navigation li a:hover {
	color: #000000;
	}

#content {
	width: 868px;
	background-color:#FFFFFF;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}

.contentboxa {
	width: 229px;
	float:left;
}

.contentboxb {
	width: 229px;
	float:left;
	margin-left: 60px;
}

#left {
	width: 518px;
	float:left;
	padding: 30px;
}

#right {
	width: 230px;
	float:right;
	padding: 30px;
	position:relative;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#links {
	width: 808px;
	height: 43px;
	line-height: 43px;
	background-image: url(images/copyright.jpg);
	padding-right: 30px;
	padding-left: 30px;
}
#copyright {
	width: 808px;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	padding-left: 30px;
	text-align:center;	
}


#field {
	background:url(images/footer-grass.png) repeat-x left bottom;
	display:block;
	position:absolute; bottom:0;
	min-width:1010px;
	width:100%; height:42px;
	overflow:hidden;
}

#tee {
	width:85px;
	position:absolute; bottom:0; right:0;
	display:block;
}

/* - - - - - - - - - - - - - - - - // clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
