html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	color:#CC9900;
	text-indent: 30px
}
h1 img {
	display: block;
}
img {
	border: 0;
	padding-right: 10px; 
	padding-bottom: 5px;
}
a {
	color: #CC9900;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: left;
	font: 12px verdana, arial, sans-serif;
	color: #FFE7B3;
	padding-bottom: 10px;
	background: #504634;
}

/** layout **/

#HeaderTable {
	width:950px;
	height:206px;
}

#Header-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:192px;
	height:103px;
}

#Header-02 {
	position:absolute;
	left:192px;
	top:0px;
	width:201px;
	height:103px;
}

#Header-03 {
	position:absolute;
	left:393px;
	top:0px;
	width:196px;
	height:103px;
}

#Header-04 {
	position:absolute;
	left:589px;
	top:0px;
	width:176px;
	height:103px;
}

#Header-05 {
	position:absolute;
	left:765px;
	top:0px;
	width:185px;
	height:103px;
}

#Header-06 {
	position:absolute;
	left:0px;
	top:103px;
	width:192px;
	height:103px;
}

#Header-07 {
	position:absolute;
	left:192px;
	top:103px;
	width:201px;
	height:103px;
}

#Header-08 {
	position:absolute;
	left:393px;
	top:103px;
	width:196px;
	height:103px;
}

#Header-09 {
	position:absolute;
	left:589px;
	top:103px;
	width:176px;
	height:103px;
}

#Header-10 {
	position:absolute;
	left:765px;
	top:103px;
	width:185px;
	height:103px;
}

#wrapper {
	text-align: left;
	width: 950px;
	position: relative;
	margin-top: 0px;
}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		font: 11px verdana, arial, sans-serif;
		list-style: none;
		float : left;
		width : 11em
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 3em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 19em;
		margin-top : -3.2em;
		z-index: 99;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 17.6em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background : #D4CAB6 left url(images/bullet.gif) no-repeat;
		border : 1px solid black;
		padding : 0 0.5em;
		text-indent: 25px;
	}
	
	#nav li a:hover {
		color : #CC9900;
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#staffnav {
	position: absolute;
	z-index: 0;
	
}
#staffnav  a {
	background-image:url(images/staff-menu.jpg);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}
#staffnav  a:hover {
	color:#544e38;
}

#header {
  background: #D9D1BC url(images/header.jpg) no-repeat;
  height: 206px;
}
ul#linkmenu, #linkmenu li { 
  padding: 0; margin: 0; 
  list-style: none; 
} 
ul#linkmenu { 
  float: left; 
  height: 0; /* these two lines fix that extra whitespace problem on the layout */ 
} 
#linkmenu li {
	font-family: Times New Roman, Times, Georgia, sans-serif !important; /* NOTICE THIS! */
	position: relative;
	z-index: 2;
} 
.n-ywam {
	top: 170px; /* 29 pixels from the top */
	left: 80px; /* 66 pixels left from where it was inserted */
	font-size: 12pt;
	width: 240px; 

} 

.n-home { 
  top: 140px; 
  left: 595px; 
  font-size: 19pt; 
  width: 10px; 

} 

.n-dts { 
  top: 115px; 
  left: 690px; 
  font-size: 17pt; 
  width: 10px; 

} 
.n-photos { 
  top: 90px; 
  left: 750px; 
  font-size: 17pt; 
  width: 10px; 

} 
.n-contact { 
  top: 65px; 
  left: 845px; 
  font-size: 16pt; 
  width: 10px; 

} 
#linkmenu li a { 
  text-decoration: none; 
  background: none; 
} 
#linkmenu li a span { 
  visibility: hidden; 
} 

#body {
	background-color: #000000;
}
.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: 14px "verdana", arial, sans-serif; 
  font-weight: bold;
  color: #CC9900;
}

h2 {
  font: 24px "verdana", arial, sans-serif; 
  color: #CC9900;
  padding-bottom: 10px;
}

#bodytext, #bodytext2 {
	float: right;
	width: 740px;
	margin-bottom: 2px;
	background-color: #000000;
	background : right url() no-repeat;
}
#bodytext .inner, #bodytext2 .inner {
  padding: 6px 12px;
}
#bodytext ul {
  margin-left: 1.5em;
}
#bodytext li {
  margin: 0.2em 0;
  color: #CC9900;
  font-size: 12px;
  font-weight: bold;
  font-family: "verdana", arial, sans-serif;
}
#bodytext p, #bodytext2 p {
  margin: 0.9em 0;
}
#bodytext .indent {
	margin-left: 3em;
}
#bodytext2 {
	width: 740px;
	float: right;
}
#bodytext2 ul {
  margin-left: 1.5em;
}
#bodytext2 li {
  margin: 0.2em 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "verdana", arial, sans-serif;
}
#minigal {
  float: left;
  width: 322px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}

#add-one, #add-two, #add-three, #add-four {
  height: 100px;
  background: #000000;
}

#add-one {
  float: left;
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
  background: url(images/foot_1.jpg) no-repeat;
}
#add-two {
  float: left;
  width: 220px;
  background: url(images/foot_2.jpg) no-repeat;
}
#add-three {
	float: right;
	width: 220px;
	background: url(images/foot_3.jpg) no-repeat;
	margin-right: 10px
}
#add-four {
  float: right;
  width: 220px;
  background: url(images/foot_4.jpg) no-repeat;
  margin-right: 10px;
}
#add p {
	text-align: right;
	color: #000;
	margin: 40px 15px 0 0;
	font-size: 16px;
	font-weight: bold;
}
#add p.date {
	margin-top: 0;
	font-size: 14px;
}
#add p.sub {
	margin-top: 0;
	font-size: 10px;
	color: #CC9900;
}
#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}
#searchtext {
	height: 10px;
	width: 500px;
	position: absolute;
	z-index: 1;
	left: 50px;
	top: -50px;
	font-size: 9px;
	color: #ffffff;
}
