@charset "utf-8";
#banner {
	position:fixed;
	position:relative;
	left:-5px;
	top:-10px;
	padding: -300px 50px 50px -100px;
}

#navimage {
	position:fixed;
	position:relative;
	left:70px;
	top:-40px;
	padding: -300px 50px 50px -100px;
}


	
#footer {
	background-color: ; 
	margin-top: 0;
	font-size: 9px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#nav {
	float: right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	padding-right: 250px;
	padding-top: -10px;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#thumbs {
	padding-left:400px;
}
#gallerytext {
	padding-left:400px;
	padding-top:20px;
}
