#container {
	background: none;
	text-align: left;
/*	border-top: 1px solid #990000;*/
/*	border-bottom: 0px;*/
/*	border: 1px solid #eda;*/
	margin-bottom: 1em;

}


p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #990000;
}

#smurf strong {
	font-size: 1.5em;
	color: #900;
}

h2 {
	
	height: 2.2em;
	color: #ffffcc;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #CFC257;
	border-top: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	padding: 0.3em;
	margin: 0px 0px 0px 0px;
}

#nav, #nav ul {
	float: left;
	width: 100%;

	list-style: none;
/*	line-height: 1;*/
	background: #dcd191;
	font-weight: bold;
	padding: 0;
	border: solid #000;
	border-width: 1px 0;
	margin: 0px 0px 0px 0px;

}

#nav a {
font: bold 10px Arial, Helvetica, sans-serif;	
text-transform: uppercase;	
white-space: nowrap;


	display: block;
	width: 9em;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(graphics/rightarrow1.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	border-width: 0.01em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 9em
}

#nav li ul a {
	width: 4.4em;
}

#nav li ul ul {
	margin: -1.75em 0 0 12.6em;
}

#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;
}

#nav li:hover, #nav li.sfhover {
	background: #cfc257;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

/#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.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(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

/#scaffolding a:hover {
	background-position: 181px -70px;
}

#box
{
font-family: arial,helvetica;
font-size:1.2em;
color: #4b4d0f;
background-color: #DED694;
text-align:left;
margin: 0 0 0 0;
padding: 15px;
/*border: #990000 3px double;*/
}



