* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	background: url(images/golf3.jpg) #aabc4c;
	background-repeat: no-repeat;
	font-size: 100.1%;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-align: center;
	}
	
.round {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
	
a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: none;
	}
	
#nav  {	
	background: #4d7394;
	border-bottom: 2px solid #6ca524;
	}	
#nav ul {
	width: 900px;
	margin: auto;
	padding: 4px 0px;
	border: px solid #0b416e;
	text-align: center;
	}	
#nav li {
	display: inline;
	 }	
#nav a {
	font-size: .8em;
	text-align: center;
	margin-left: 13px;
	color:#ffffff;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
	
#nav a:hover {
	background: #ffffff;
	padding: 3px;
	color:#000000;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
		
#nav a.current {
	background: #ffffff;
	color: #000000;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
	
ul {
	width: 720px;
	height: 400px;
	background: #709f6d;
	padding: 15px;
	border: 2px solid #fff;
	margin: 10px auto;
	list-style: none;
	}
	
li {
	width: 600px;
	float:left;
	font-size: .75em;
	padding: 4px 0px;
	text-align: left;
	}
	
