body {
	font-family: arial, helvetica;
	background: url(greenvelvetcollage1.jpg) repeat;
	
	}

#nav, #nav ul {/* all lists*/
	padding: 0;
	margin-top: 1em;
	list-style: none;
	float: left;
	width: 15em;
	}

#nav li a {
	width: 10.25em;
	display: block;
	background: white;
	border: 1px solid black;
	color: blue;
	font-size: 1.25em;
	font-style: italic;
	text-decoration: none;
	padding: 0.4em;
	
	}
	
#nav li {/* all list items*/
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 10em;
	
	}
#nav li ul {/* second level lists */
	position: absolute;
	margin-top: -2.35em;
	margin-left: 13.85em;
	width: 13.85em;
	left: -999em;
	}
#nav li ul ul{/* third level list */
	left: -999em;
	}

/*hover functions*/
#nav a:hover {
	color: white;
	background: #AD4731;
	}

#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;
	}
/*end hover functions*/
	
#header {
	width: 100%;
	
	font-size: 3em;
	Font-style: Italic;
	text-align: center;
	color: white;
	background: url(greenvelvetcollage2.jpg) repeat;
	border: 2px solid white;
	
	}	
#content {
	background: url(greenvelvetcollage2.jpg) repeat;
	border: 2px dashed white;
	margin-top: 1em;
	margin-left: 13em;
	color: white;
	font-size: 1.5em;
	
	}
#content p {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}