/**************************************/
/*** Show-Me Golf Scapes Master CSS ***/
/**************************************/

* { margin: 0; padding: 0; }

body { background: url("images/backgroundGradient.jpg") repeat-x 0px 100px #EEE; }

#container { margin: auto; width: 820px; }

.clear { clear: both; }
.prop { float: right; height: 500px; width: 1px; }

.darkGreen { color: #060; }
.lightGreen { color: #0C0; }
.darkBlue { color: #03C; }
.lightBlue { color: #0CF; }

.bold { color: #0C0; font-weight: bold; }
b { color: #0C0; font-weight: bold; }

a:link { color: #0C0; font-weight: bold; text-decoration: none; }
a:visited { color: #060; font-weight: bold; text-decoration: none; }
a:hover { color: #0CF; font-weight: bold; }
a:active { color: #0C0; font-weight: bold; }

h1 { color: #060; font-size: 25px; margin-bottom: 10px; }
h3 { color: #0C0;  }

#header { background: url("images/backgroundHeader.jpg"); height: 100px; }
	#header h1 { margin: 0; }
		#header span { display: none; }
#navigation { background: url("images/backgroundNav.jpg"); height: 200px; }
	#navContent { margin: auto; padding-left: 10px; /*padding-top: 5px;*/ width: 790px; }
		/* .navButton { background: url("images/button.gif"); float: left; height: 45px; width: 160px; } */
		.navButton { border-right: 2px solid #0CF; float: left; margin: 0 5px 0 5px; }
			.navButton p { padding: 10px; }
			.navButton a { color: #555; font-weight: bold; text-decoration: none; }
			.navButton a:visited { color: #555; }
			.navButton a:hover { color: #0C0; text-decoration: underline; }
			.navButton a:active {}
	#navExtra { margin: auto; margin-top: 0px; width: 790px; display: none; }
#body { background: url("images/backgroundBody.jpg") center repeat-y; height: 500px; }
	#longBody #body { height: 1000px; }
	#bodyContent { margin: auto; width: 780px; }
		#bodyContent p { padding-bottom: 10px; }
#footer { background: url("images/backgroundFooter.jpg"); height: 150px; }