body  {
	background-color: #334A69;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a img { border:none; }

#header {
	background-color: #334A69;
	background-image: none;
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#headertitle {
	background-image: url(../images/title-mozchops.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 95px;
	width: 900px;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
	background-color: #334a69;
	margin-bottom: 30px;
}



#headerpicture {
	background-color: #334A69;
	background-image: url(../images/Low-Tide-Ghost_frontpage.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	list-style:none;  /*--- Makes the bullets go away ---*/
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: inherit;
	height: 21px;
	width: 900px;
}

a:focus {
     outline: none;
}

#menu li {
	float:left;  /*--- Make the list go horizontal ---*/ 
}
#menu li a {
	display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/
	width:100px;  /*--- Height of buttons ---*/
	height:21px;  /*--- Width of buttons ---*/
	background-color: #334A69;
}
#menu li#home a {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #334A69;
}
#menu li#gallerybutton a {
	background-image: url(../images/gallery-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 136px;
	background-color: #334A69;
	margin-left: 26px;
}
#menu li#sketches a {
	background-image: url(../images/sketches-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 135px;
	
	margin-left: 6px;	
}
#menu li#info a {
	background-image: url(../images/info-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 115px;
}

#menu li#contact a {
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 134px;
}

#menu li#home a:hover{
	background-image: url(../images/pksnf-home-button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #334A69;
}
#menu li#gallerybutton a:hover{
	background-image: url(../images/gallery-button.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	background-color: #334A69;
}
#menu li#sketches a:hover{
	background-image: url(../images/sketches-button.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	background-color: #334A69;
}

#menu li#info a:hover{
	background-image: url(../images/info-button.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	background-color: #334A69;
}

#menu li#contact a:hover{
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	background-color: #334A69;
}
#menu li#home span {
	position: absolute;
	top: -999em;

}

#menu li#contact span {
	position: absolute;
	top: -999em;

}

#menu li a {outline: none;}



#menu li#end a {
	background-image: url(../images/pksnf-menubar-end.png);
	background-repeat: no-repeat;
	float: left;
	width: 159px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#centre-piece #main #h1 {
	float: right;
	width: 320px;
	clear: right;
	height: 20px;
	padding-top: 12px;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFDC63;
	position: relative;
	padding-bottom: 12px;
}
#main {
	background-color: #334A69;
	background-image: url(../images/salsa-invert-eggs.jpg);
	background-position: left 60px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-repeat: no-repeat;
	text-align: right;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	width: 900px;
}






#botbanner img {
	background-color: #FFF;height: 194px;
	width: 900px;
	margin-top: 16px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B395E;
	height: 20px;
	width: 900px;
	background-color: #F1CD61;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #334A69;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C90;
	text-align: center;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 170px;
	background-color: #334a69;
	padding-bottom: 18px;
}
