body {
	font: 78%/1.5 arial, helvetica, serif;
	background: #000000;
	text-align: left;
	padding: 0;
	
}

#box {
	position: relative;
	top: 40px;
	width: 700px;
	background: url(../images/navfill-V2.jpg) top left;
	text-align: left;
	border: 3px solid #d50000;
	margin: 0 auto;
}

p {
	margin: 1em 2em;
}

#tagline {
	background: transparent;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #000000;
    margin: 0 .5em 0em 5.5em;
}

#pic {
	height: 101px;
	background: url(../images/header.jpg) top left no-repeat;
	text-indent: -9999em;
	margin: .31em 0 0 1em;
	text-align: left;
}

#nav, #nav ul {
	position: relative;
	top: -1px;
	float: left;
	width: 688px;
	list-style: none;
	line-height: 1;
	background: transperant;
	font-weight: bold;
	padding: 0;
	border: solid #d50000;
	border-width: 1.5px .5em 1.5px .5em;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 10em;
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em .2em;
}

#nav a.parent {
	background: url(../images/menuarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
	w\idth: 11em;
}

#nav li ul {
	position: absolute;
	top: 17px;
	left: -999em;
	height: auto;
	width: 14em;
	w\idth: 13.9em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	position: relative;	
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 20em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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: #d50000;
	
}

#content {
	clear: left;
	padding: 15px;
	background: url(../images/content_bg.jpg) top left repeat-y;
}

#content a:hover {
	text-decoration: none;
}

#fill {
	height: 7em;
}