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

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: 700px;
	margin: 0 auto;
	background: url(images/bgwhite.gif) repeat-y;
}
	#main-content {
		padding: 0px 0px 0px 0px;
	}
	

ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 68px;
			text-indent: -99999px;
			float: left;
		}
		ul#nav li.Join a {
			width: 124px;
			background: url(images/navjoin.jpg) bottom center no-repeat;
		}
		ul#nav li.Preview a {
			width: 207px;
			background: url(images/navpreview.jpg) bottom center no-repeat;
		}
		ul#nav li.Home a {
			width: 144px;
			background: url(images/navhome.jpg) bottom center no-repeat;
		} 
		ul#nav li.Members a {
			width: 225px;
			background: url(images/navmembers.jpg) bottom center no-repeat;
		}
			
		ul#nav li a:hover {
			background-position: center center;
		
		}
		
		ul#nav li a:active { 
			background-position: top center;		
		}
	
/* END Structure */