
@import url(style-common.php);

body {
	background-image: none;
	background: #000;
}

div#main {
	width: 1000px;
	margin: 10px auto 0px auto;
}

div#frontbanner {
	background-image: url(images/grandcanyon/frontimage.jpg);
	height: 610px;
	width: 1000px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

div#fronttitle {
	position: relative;
	top: -200px;
	height: 2.2em;
  padding-top: 0.3em;
	z-index: 10;
	background: #000;
	clear: both;
}

div#frontfooter {
	position: relative;
	top: -2.4em;
	padding-top: 1em;
	text-align: right;
	clear: both;
}


#menu a {
  margin: 0px 0.2em;  
  line-height: 1.0;
  display: inline;
}

span.menuitem {
  margin: 0px 0px;
}

