﻿/* CSS layout */
#container{
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#masthead {
	padding: 0px;
	width: 760px;
}
#top_nav {
	width: 760px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#page_content {
	background-position: 50% top;
	width: 760px;
	height: 450px;
	background-image: url('assets/images/bg-book-on-golf-course.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#quote1 {
	position: absolute;
	width: 374px;
	height: 151px;
	z-index: 1;
	left: 334px;
	top: 300px;
	overflow: auto;
	top: 265px;
}
#book {
	position: absolute;
	width: 223px;
	height: 140px;
	z-index: 2;
	left: 225px;
	top: 285px;
}
#quote2 {
	position: absolute;
	width: 183px;
	z-index: 1;
	left: 21px;
	top: 239px;
	height: 204px;
	bottom: 7px;
}
#box1 {
	position:absolute;
	width: 202px;
	height: 164px;
	z-index: 1;
	left: 20px;
	top: 450px;
	background-color: #e9e9d5;
	border: 2px #FFFFFF solid;
	padding: 10px;
}
#box2 {
	position:absolute;
	width: 200px;
	height: 198px;
	z-index: 1;
	left: 271px;
	top: 424px;
	background-color: #e9e9d5;
	border: 2px #FFFFFF solid;
	padding: 10px;
	}
#box3 {
	position: absolute;
	width: 205px;
	height: 184px;
	z-index: 1;
	left: 512px;
	top: 436px;
	background-color: #e9e9d5;
	border: 2px #FFFFFF solid;
	padding: 10px;
	bottom: 16px;
}
#footer {
	padding: 10px;
	width: 740px;
	background-color: #009966;
	margin-top: 20px;
	font-family: Verdana;
	font-size: 8px;
	color: #CCFFCC;
}
#footer a{
	text-decoration: none;
	color:#CCFFCC;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.imgLeft {
	margin: 0px 10px 50px 0px;
	float: left;
}
.imgRight {
	margin: 0px 0px 50px 10px;
	float: right;
}
h3 {
	font-family: Georgia;
	font-size: 16px;
	color: #008000;
	font-weight: bold;
}
.whitetext {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.alignRight {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
