body {
	background-color: #AEB782;
	background-image: url(/assets/bgpattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contentLines {
	background-image: url(/assets/lines-bg.gif);
	background-repeat: repeat-y;
}
.nav {
	width: 154px;
	background-image: url(/assets/golf-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 70px;
}
.nav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404332;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}
.nav a {
	color: #404332;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 20px;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596151;
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596151;
	font-size: 16px;
	margin-bottom: 0px;
}
a {
	color: #336699;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
