
html, body {
	padding: 0;
	margin: 0;
	background-color: #f1f1f2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.wrapper {
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
hr { 
	height: 1px; 
	border: 0;
    border-top: solid 1px #00553d;
}
p {
    font-family: arial;
    font-size: 1em;
	line-height: 18px;
}
.header {
    font-size: 22px;
	line-height: 36px;
	color: #00553d;
	text-align: center;
}
.text-holder {
    position: relative;
    width: 623px;
}
.sub-header {
	position: relative;
	margin-top: 8px;
	margin-bottom: 13px;
	width: 970px;
	height: 40px;
	background: URL('../Images/golf-sub-header.jpg') no-repeat;
}
.page-title {
	position: relative;
	width: 900px;
	margin-left: 35px;
}
.left {
	float: left;
	width: 450px;
	margin-left: 35px;
}
.right {
	float: left;
	width: 422px;
	margin-left: 28px;
}
.clear {
	clear: both;	
}
.blueText {
	color: #344a8b !important;
}
ul, li {
	margin-left: 0;
	padding-left: 15px;
	line-height: 18px;
	color: #344a8b;
	font-style: italic;
}
li { 
	list-style-type:square;
	padding-bottom: 6px;
}
.purple-footer {
	position: relative;
	width: 440px;
	height: 99px;
	font-size: 0.8em;
	color: #fff;
	background: URL('../Images/golf-purple.jpg') no-repeat;
}
.purple-footer-text {
	padding: 6px;
}
.home-button {
	position: absolute;
	left: 35px;
	width: 130px;
	text-align: center;
	line-height: 40px !important;
	font-size: 1.3em;
}
a.main-link {
	color: #fff;
	text-decoration: none;
}
a.main-link:hover {
	color: #f1f1f2;
}
.top-text {
	position: absolute;
	right: 20px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
}
.footer {
	position: relative;
	width: 970px;
	height: 40px;
	margin-top: 15px;
	background: URL('../Images/golf-footer.jpg') no-repeat;	
	font-size: 1.1em;
	text-align: center;
	color: #fff;
}