.left { float:left; }
.right { float:right; }

#navigation { position:fixed; z-index:200; }
	#logo {
		position:fixed; top:0px; left:0px;
		width:185px; height:58px;
		z-index:225;
		/*background:#000;*/
	}
	#menu {
		position:fixed; top:0px; left:0px;
		height:24px; width:100%; z-index:200;
		background:#000;
	}
	#submenu {
		position:fixed; top:24px; left:0px;
		height:16px; width:100%; z-index:200;
		background:#fff;
	}
	#ship-of-fools {
		position:fixed; top:40px; right:0px;
		height:119px; width:22px; z-index:200;
	}
	#about {
		position:fixed; right:6px; bottom:65px; z-index:200;
	}
	#newsletter {
		position:fixed; right:6px; bottom:6px;
		background:#ff0; padding:5px; z-index:200;
	}
	#loading {
		position:fixed; left:50%; top:150px;
		z-index:100; margin-left:-122px;
	}
		#loading img { display:block; float:left; margin:-3px 5px 0 0; }

#content { z-index:150; }
	#slideshow { width:100%; overflow:hidden; }
		/*#slideshow-navigation { position:fixed; top:32px; z-index:175; width:100%; }*/
		#slideshow-items { position:fixed; top:32px; }
	#text { width:397px; width:410px; background:#fff; z-index:175; position:fixed; top:32px; top:56px; left:55px; }
	#text-nav { width:410px; background:#fff; z-index:180; position:fixed; top:40px; left:55px; height:16px; }
	#description { width:400px; z-index:175; position:fixed; height:110px; bottom:20px; left:120px; overflow:auto; padding-right:40px; }
	#portfolio { width:100%; overflow:hidden; }
		#portfolio-items { position:fixed; top:40px; }
	#shop { width:100%; margin-top:40px; }
