#leftnav {
background-color:#FFFFFF;
	float: left;
	width: 200px;
	height:900px;
}
#yourstuff {
background-color:#FFFFFF;
	float: left;
	margin:15px;
	width:700px;
}
#jakie {
	float: left;
	width: 200px;
	text-align:center;
}
#banner {
	float: left;
	margin:0;
	padding:0;
}
#everything {
background-color:#FFFFFF;
	width: 1000px;
}
.crew {
	float: left;
	width: 300px;
	text-align:left;
}
body {
	
	background-color: rgb(246, 238, 219);
	background-image:url(../images/BKG_beach.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
