body,td,a {
	font-family: 'PT Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
body {
	background:#354324 url('../images/body-bg.jpg') bottom right no-repeat fixed;
  	margin:0px;
	padding:20px 0;
}
ul {
	list-style-image:url(../images/bullet3.gif);
}
a img {
	border:0px;
}
h1 {
	color:#70942C;
	font-size:18px;
	display:block;
	border-bottom:1px solid white;
}
h2 { 
	color:inherit;
	font-size:14px;
	display:block;
	border-bottom:1px solid white;
}
h1, h2, h3 { font-family:'Droid Serif',Georgia;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333366;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
td {
	vertical-align:top;
}

#layout_table {
	width:800px;
	color:#000;
	margin:15px auto;
}
#layout_top {
	padding:0px;
	text-align:center;
	background-color:#000;
}
#layout_left {
	color:#FFF;
	background-color:#D5854A;
	width:225px;
	padding:10px;
	float:left;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-box-shadow: 3px 0px 15px 0px #000000;
	-moz-box-shadow: 3px 0px 15px 0px #000000;
	box-shadow: 3px 0px 15px 0px #000000;
}
#layout_left b {
	display:block;
	background-color:#FFF797;
	color:#70942C;
	text-align:center;
	padding:4px;
	margin-bottom:2px;
	cursor:pointer;
	height:15px;
}
#layout_left b:hover{
	background-color:#FFF;
	color:#000;
}
#layout_left div {
	padding-bottom:3px;
}
#layout_left a {
	color:#FFF;
}
#layout_left ul {
	margin:0px;
	padding:0px;
}
#layout_left ul li {
	margin-left:20px;
}
#layout_right {
	color:#000;
	background:#FFF;	
	padding:20px;
	float:right;
	width:515px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 3px 0px 15px 0px #000000;
	-moz-box-shadow: 3px 0px 15px 0px #000000;
	box-shadow: 3px 0px 15px 0px #000000;
}
#layout_right a {
	font-weight:bold;
	color : #003333;
}


#layout_footer {
	background-color:#B4C583;
	font-size:11px;
	padding:4px;
	text-align:center;
	border:1px solid #A3B472;
	margin:10px -15px -15px; 
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;	
}
.feature_header {
	background-color:#B4C583;
	color:#033;
	height:15px;
	border:1px outset #CCC;
	text-align:center;
}


.footer {
	font-size: 10px;
}
.writer, .writer_title {
	color:#033;
}

.writer {
	font-weight:bold;
	padding-right:5px;
	border-right:1px solid #AAA;
}
.writer_title {
	font-variant: small-caps;
}
#features h1, #guides h1 {
	color:#039;
	font-variant: small-caps;
	display:inline;
}
#features h2 {
	color:#039;
}
#features i {
	color:#333;
	font-size:10pt;
	padding-left:3px;
}
#features img {
	border:1px solid #CCC;
}
#features a img {
	border:0;
}

.golf_box {
	color:#FFF;
	background-color:#396;
}
.golf_table {
	width:50%;
	vertical-align:middle;
}
.golf_name {
	font-weight:bold;
	color:#FF0;
	font-size:11pt;
}
.golf_rates {
	padding:3px;
	background-color:#9c9;
	color:#000;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.church_guide {
	background-color:#CCC !important;
}

