/* -------- 85% is for font, 1.5 is for spacing --------*/
body {
	font: 85%/1.5 Gill Sans MT, arial, helvetica, serif;
	background: #000000;
	text-align: center;
	padding: 0;
	z-index: auto;
	
}

#container {
	width: 761px;
	background: #191919;
	text-align: left;
	border: 0px solid #A9AA9A;
	margin: 0px auto;
}

p {
	background: url(blankpage.gif) center no-repeat;
	margin: 1em 2em;
}

h1 {
	height: 108px;
	background: url(blankpage.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

/* -------- change border-width: 0px to get border above and below the main menu items like HOME or EVENTS or GALLERIES or LINKS --------*/
#nav, #nav ul {
	float: left;
	width: ;
	list-style: none;
	line-height: 1;
	background: #191919;
	font-weight: bold;
	padding: 0;
	border: solid #A9AA9A;
	border-width: 0px 0;
	margin: 0 0 0 0;
}

/* --------This is for the color of the main menu text items (like HOME) --- lt brown #E0DEDF... change padding:.5em value for menu item indentation --------*/
#nav a {
	display: block;
	width: 130px;
	w\idth: 6em;
	color: #cccccc;
	text-decoration: none;
	padding: 0.25em .5em;
}

/* --------This is for the width of a first menu item with sub menu items, just text though, not the border width --------*/
#nav a.daddy {
	background: url(blankpage.gif) center right no-repeat;
	width: 15em;
}

/* --------This is for the width and size of the main menu items like HOME or EVENTS or GALLERIES or LINKS --------*/
#nav li {
	float: left;
	padding: 0;
	width: 90px;
}


/* --------This is for the width and size of the first menu choices -- "width" is for text,"w/idth" is for the box border -- also change "#nav li ul ul" margin to match--*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 16em;
	font-weight: normal;
	border-width: 0.23em;
	margin: 0;
}

/* --------This is for the hover shadow width --------*/
#nav li li {
	padding-right: .9em;
	width: 15.1em;
}

/* --------This is for the width of menu items, just text though, not the border width. Must have wide enough text too --------*/
#nav li ul a {
	margin: 2px;
	width: 200px;
	w\idth: 200px;
}

/* --------This is for the width of the outer border of the first sub border --------*/
#nav li ul ul {
	margin: -1.75em 0 0 16em;
	width: ;
}

#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 {
	left: auto;
}

/* --------This is for the color of the hover background - lt yellow #FFFF91 -- dk brown #1F201B -- lt brown #E0DEDF--------*/
#nav li:hover, #nav li.sfhover {
	background: #666666;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(blankpage.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(blankpage.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

