
/* Reset & Basic page setup */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Helvetica, sans-serif; 
}

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;
			text-indent: -9999px;
			
		}
		ul#nav li.header a {
			width: 743px;
			height: 599px;
			background: url(images/header.jpg) ;
			float: left; 
		} 
		ul#nav li.SSLink a {
			width: 217px;
			height: 247px;
			background: url(images/supersized.jpg) bottom center no-repeat;
			float: right; 
		} 
		
		ul#nav li.GLink a {
			width: 217px;
			height: 352px;
			background: url(images/bighot.jpg) bottom center no-repeat;
			float: right; 
		}
		 
		ul#nav li.logo a {
			width: 960px;
			height: 183px;
			background: url(images/logo.jpg);
			float: left; 
		} 
		
		ul#nav li.linksleft a {
			width: 186px;
			height: 63px;
			background: url(images/linksleft.jpg);
			float: left; 
		}
		
		ul#nav li.myspace a {
			width: 129px;
			height: 63px;
			background: url(images/myspace.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.twitter a {
			width: 111px;
			height: 63px;
			background: url(images/twitter.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.youtube a {
			width: 102px;
			height: 63px;
			background: url(images/youtube.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.facebook a {
			width: 80px;
			height: 63px;
			background: url(images/facebook.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.rss a {
			width: 47px;
			height: 63px;
			background: url(images/rss.jpg) bottom center no-repeat;
			float: left; 
		}
		
			ul#nav li.flickr a {
			width: 130px;
			height: 63px;
			background: url(images/flickr.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.linksright a {
			width: 175px;
			height: 63px;
			background: url(images/linksright.jpg);
			float: left; 
		}
		
		ul#nav li.kellye a {
			width: 204px;
			height: 268px;
			background: url(images/kellye.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.meghan a {
			width: 183px;
			height: 268px;
			background: url(images/meghan.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.cupcake a {
			width: 186px;
			height: 268px;
			background: url(images/cupcake.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.modeling a {
			width: 189px;
			height: 268px;
			background: url(images/modeling.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.modeling1 a {
			width: 198px;
			height: 268px;
			background: url(images/modeling1.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.space a {
			width: 960px;
			height: 233px;
			background: url(images/space.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li.friends a {
			width: 960px;
			height: 267px;
			background: url(images/friends.jpg) bottom center no-repeat;
			float: left; 
		}
		
		
		
		ul#nav li a:hover {
			background-position: center center;
		
		}
		ul#nav li a:active { 
			background-position: top top;		
		}
/* END Structure */