@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
/*This is for the body of the page. it contains the gradient at the top*/
body {
	background-image:url(images/background-top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
/*This is for the top banner. The blue buffer park banner*/
#banner{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 320;
	height: 160;
}
 
/*This is the links under the blue banner*/ 
#links { 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color:#23506d;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	margin-top: -5px;
}

#links a {
	text-decoration: none;
	color: #fff;
	width: 990px;
	padding-left: 20px;
	padding-right: 20px;
}
 /*This is when you hover over the links*/
 #links a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#35627f;
}
/*End Links Info*/

/*This is the main content area. this is the edit region where you insert all the information*/
#main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	background-color: #ddd;
	height: auto;
	padding-bottom: 10px;
}

/*this is just the heading size used for the headings on each of the pages*/
h2 {
	text-align:center;
	font-weight: bold;
	font-size: 1.3em;
}

/*this aligns the text in the center of the page*/
#center {
	text-align: center;
}

/*this is the table on the index page. it is split into two columns: one for the logos etc. and then for the main content*/
#indextable { 
	border: none;
	align: center;
	border-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
#indextable  td {
	border: none;
	padding: 1px;
}
#indextable  th {
	border: none;
	padding: 1px;
}
/*end index table info*/

/*this is the table on the course page*/
#coursetable {
	width: 600px;
	border: 1px solid black;
	text-align: center;
}

#coursetable td{
		text-align: center;
		border: 1px solid #000
}
/*end course table*/

/*this is the table for the rates page*/
#ratestable {
	width: 600px;
	border: none;
	text-align: center;
}

ratestable td {
	border: 1px solid #000;
	padding: 1px;
}

ratestable th {
border: 1px solid #000;
}
/*end rates table*/

/*this is just another general header. it is used for related links on the about us page*/
h3 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*this is for the club house picture on the banquet room page*/
#clubhousepic {
	text-align:right;
	margin-top: -110px;
	margin-right: 5px;
	margin-bottom: 3px;
	}
/*this is for the unordered list on the banquet room page*/	
ul {
	margin-top: 50px;
	}
	
/*this is the picture on the index page*/
#indexpic {
	text-align: center;
	padding-top: 5px;
}
