
/* Reset & Basic page setup */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Helvetica, sans-serif; 
	background: url(images/background.jpg);
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em }
a { outline: none; }
a img { border: none; }

/* END Reset */

/* TOOLBOX */

.floatleft { float:left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* Structure */

#page-wrap {
	width: 960px;
	margin: 0 auto;
}
ul#nav {
	}
	ul#nav li {
		display: inline;
		
		}
		ul#nav li a {
			Display:block;
			height: 45px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.Home a {
			width: 130px;
			background: url(images/nav-home.jpg) bottom center no-repeat;
		} 
		ul#nav li.Members a {
			width: 148px;
			background: url(images/nav-members.jpg) bottom center no-repeat;
		}
		ul#nav li.Updates a {
			width: 139px;
			background: url(images/nav-updates.jpg) bottom center no-repeat;
		}
		ul#nav li.Videoclips a {
			width: 166px;
			background: url(images/nav-videoclips.jpg) bottom center no-repeat;
		}
		ul#nav li.Myspace a {
			width: 141px;
			background: url(images/nav-myspace.jpg) bottom center no-repeat;
		}
		ul#nav li.Twitter a {
			width: 127px;
			background: url(images/nav-twitter.jpg) bottom center no-repeat;
		}
		ul#nav li.Join a {
			width: 109px;
			background: url(images/nav-join.jpg) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		
		}
		ul#nav li a:active { 
			background-position: top top;		
		}
/* END Structure */
