body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/* All Page Links */
a:link, a:active, a:visited {
	color: #03490D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #bdcaa6;
	font-weight: bold;
}
/* Main Page Container */
#container {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000;
}
/* Header Container */
#header {
	background-image: url(images/yourgolfworld.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 170px;
}

#home_header {
	background-image: url(images/yourgolfworld_home.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 400px;
}

#menunav {
	width: 840px;
	height: 160px;
	padding: 20px 0 20px 20px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}	
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 150px;
		padding: 0;
		margin: 0;
		list-style: none;
		color: #fff
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 150px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		padding: 2px;
		height: 15px;
		color: #fff
	}
	#nav li a:hover {
		text-decoration: underline;
	}

/* Page content */
#content {
	width: 800px;
	background-color: #fff;
	color: #000;
	padding: 20px;
}	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 2px solid #999;
			color: #000;
		}
		ul#subnav li a:hover {
			background-color: #03490D;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	border-top: solid 1px #03490D;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #03490D;
}
h2 { /* Page Sub Header */
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #03490D;
}
h3 {
	color: #be5826;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.subcat	{ font-size: 12px; font-weight: bold;}

#map	{ background-image:url(images/costadelsol.jpg); width:720px; height:275px;}