body {
	margin:50px 0px; padding:0px;
	text-align:center;	
	background:#006600;
	background: url(images/grassBG_4.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


h1 { font-size:36px; font-weight:bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:14px; font-weight:bold; }
h4 {}
h5 {}
h6 {}
p { font-size:13px; font-weight:normal;}
#content {	
	width: 824px;
	height: auto;
	display: block;
	text-align: center;
	margin:0px auto;
}
.package { color:#ffcc66; }

#flag {
	margin-top:5px;
	background: url(images/golf_flag.png)  no-repeat top right;
	overflow:visible;
}

/* four columns starting from left */
/* wrapper just wraps 4 columns */
#wrapper {
	border:1px solid #3f3f3f;
	
	padding:10px 0px 10px 12px;
	background:#006600;
}

#column-1 {
	text-align:center;
	color:white;
	width:150px;	
	float:left;
	display:block;
}

#column-2 {
	margin:0px 7px;
	text-align:center;
	width:200px;
	float:left;
}

#column-3 {
	margin:0px 7px;
	text-align:center;
	width:200px;	
	float:left;
}

#column-4 {
	margin:0px 7px;
	text-align:center;
	width:200px;
	float:left;
}

#column-examples {
	margin:0px 7px;	
	text-align:center;
	width:630px;
	float:left;
}

#footer {
	/*display:block;*/	
	margin:50px auto 0px auto; padding:0px; 
	width:824px;
	text-align:center;
	padding-left:30px;
}
	
#footer-left {
	display:block;
	float:left;
	width:200px;
	padding:0 10px;
}

#footer-center {
	display:block;
	float:left;
	width:300px;
	padding:0 10px;
}

#footer-right {
	display:block;
	float:left;
	width:200px;
	padding:0 10px;
}

/*table styling */
table { padding:2px; }
thead { background: #33cc33; }
td { padding:5px; background: #006600; font-size:14px;}  

tr, td { border: 1px solid #009900; }
.td-bg { background: url(images/table-background.gif) repeat-x; }	


a:link { color:#66cc66;}
a:visited { color:#66cc66;}
a:active { color:#66cc66;}
a:hover { color:#66cc66;}

.website_button a {
	display:block;
	margin-left:35px;
	width: 121px;
	height: 27px;
	background: url("images/website_button.png") 0 0 no-repeat;
	text-decoration: none;
}

.website_button a:hover { 
	background-position: 0 -31px;
}

.home_button a {
	display:block;
	margin-left:12px;
	width: 121px;
	height: 27px;
	background: url("images/home_button.png") 0 0 no-repeat;
	text-decoration: none;
}

.home_button a:hover {
	background-position: 0 -31px;
}

.packages_button a {
	display:block;
	margin-left:12px;
	width: 121px;
	height: 27px;
	background: url("images/packages_button.png") 0 0 no-repeat;
	text-decoration: none;
}

.packages_button a:hover {
	background-position: 0 -31px;
}

#hr-white {
	margin:15px 0 15px 0;
	background: url(images/hr-white.gif) center;
	display:block;
	height:2px;
}
.clear { clear:both;}

