body {
	background-color: #000;
	background-image: url('/images/page_bkg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}
div#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

/*
 * Header
 */
div#header {
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	height: 193px;
	width: 746px;
	margin: 25px 0 0 55px;
}
div#header h1, div#header p {display:none;}

/* 
 * Navigation
 */
div#navigation {
	width: 699px;
	margin: 156px 0 0 0;
	font-size: 14px;
}
div#navigation ul {
  display: block;
  width: 100%;
}
div#navigation li {
  display: block;
  margin: 4px 5px 0 5px;
  float: left;
  list-style: none;
  text-align: center;
}
div#navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
}
a#nav_home {
  width: 71px;
  height: 33px;
}
a#nav_about {
  width: 71px;
  height: 33px;
}
a#nav_gospel {
  width: 71px;
  height: 33px;
}
a#nav_products {
  width: 71px;
  height: 33px;
}
a#nav_photos {
  width: 100px;
  height: 33px;
}
a#nav_contact {
  width: 100px;
  height: 33px;
}

/*
 * Content
 */
div#content {
	margin: 0 0 0 55px;
	background-image: url('/images/content_bkg.gif');
	background-repeat: no-repeat;
	width: 699px;
	height: 566px;
}
div#content h1 {
  font-size: 20px;
  color: #622318;
}
div#content p {
  font-size: 12px;
}



/*
 * Footer
 */
div#footer {
	width: 699px;
	margin: 0 0 0 55px;
}
div#footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
  padding: 10px 0 0 10px;
  width: 600;
  float: left;
}
div#footer p.controls {
  width: 200px;
  float: right;
  text-align: right;
  padding: 10px 10px 0 0;
}
div#footer a {
  color: #fff;
  text-decoration: none;
}