/* This is the default CSS */


body {
	position: relative;
	margin: 0;
	padding: 0;
	font:  18px Tahoma, Geneva, sans-serif;
	background: url(grass-repeat.jpg) repeat;
	text-align: left;
}


#container {
	width: 100%;
	min-width: 640px;
	overflow: hidden;
	position: relative;
	height: 100%;
	min-height: 1020px;
}



/* Top Part */
#sky {
	position: relative;
	top: 0px;
	height: 180px;
	width: 100%;
	min-width: 640px;
	background: url(sky.jpg) repeat-x center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: -2;
}

#sky img.sun {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

#sky a img.logo {
	width: 473px;
	margin: 0px auto;
	display: block;
	border: none;
	z-index: 1;
}



/* tabs */ 
ul#nav {
	overflow: hidden;
	width: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display: inline;
	float: left;
}

ul#nav li a {
	padding: 4px 4px;
	margin: 0px 0px;
	background: #F0F0F0;
	text-decoration: none;
	text-align: center;
	display: block;
	color: black;
	margin-right: 1px;
	font:  12px Tahoma, Geneva, sans-serif;	
}

ul#nav li#sel a {
	background: black;
	color: white;
}

ul#nav li a:hover {
	background: black;
	color: white;
}

ul#nav li#rush a {
	background: gold;
	color: black;
}

ul#nav li#rush a:hover {
	background: black;
	color: white;
}



/* Trees */
#treeline {
	position: relative;
	bottom: 0px;
	height:117px;
	width:100%;
	min-width: 640px;
	background: url(treeline2.png) repeat-x top;
}
