/* 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;		
		}
		#name {
					Display:block;
					float: left;
			width: 960px;
			height: 155px;
			background: url(images/name.jpg) bottom center no-repeat;
			
		}
			
		#model	 {
			Display:block;
			float: left;
			width: 495px;
			height: 563px;
			background: url(images/model.jpg) bottom center no-repeat;
			
		}			
			
		#index {	
			Display:block;
			float: left;
			overflow: auto;
			/*
			
				 
			
			
						background-image:url(images/contenttxt.jpg);
			background-attachment:fixed;
			background-repeat:no-repeat;
			*/
			width: 434px;
			height: 563px;
			background: url(images/contenttxt.jpg) bottom center no-repeat;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color: #b52d37;
			font-size: 10px;

		}
		
			#txtleft	 {
			Display:block;
			float: left;
			width: 31px;
			height: 563px;
			background: url(images/txtleft.jpg) bottom center no-repeat;
			
		}
			#footer	 {
			Display:block;
			float: left;
			width: 960px;
			height: 338px;
			background: url(images/footer.jpg) bottom center no-repeat;
			
		}		
		

/* END Structure */

