body {		
	color:#00FF00;	
	background-image:url('image/fuelAnxiety35mm.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	background-color: none;
}
`
#header {
	width: 700px; 
	position: relative;
	left: 40px;
	background-color: none;
}

#header-upper { 
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 40px;
	background: none;
	text-align: left;
	height: 150px;
}

#header-bottom a {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	background: none;
	text-align: left;
	color: #F57A00;
}

#header-bottom ul {
	text-align: left;
      color: #F57A00;
}

#header-bottom ul li {
	list-style: none;		
	display: inline;
	padding: 12px;
	color: #F57A00;
}

#navleft {
	float: left;
	margin: 0px 30px 40px 40px;
	padding: 10px;
	width: 100px;
	height: 200px;
	font-size: 18px;
}

#navlelft a {
	text-decoration: none;
	background: none;
	color: #F57A00;
}

#navleft a:link {
	color: #F57A00;
}

#navleft a:visited {
	text-decoration: line-through;
	color: red;
}

#navleft a:hover{
	text-decoration: none;
	color: orange;
	background: red;
}

#navleft a:focus {
	text-decoration: none;
	color: #F57A00;
	
}

#navleft a:active {
	text-decoration: none;
	color: #F57A00;
}

#content {
	border: solid 3px white;
	margin-left: 200px;
	margin-right: 40px;
	margin-bottom: 200px;	
	width: auto;
	padding: 20px;
	color: #F57A00;
}

#content h3 {
	position: relative;
	top: -20px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #F57A00;
}

#content p {
	text-indent: 1cm;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #F57A00;
}

.special {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: red;

}

#footnote {
	clear: both;
	position: relative;
	left: 40px;
	width: 900px;
	margin-top: 20px;
	text-align: Center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: none;
	color: #F57A00;
}
#main { 
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 20px;
	background: none;
	text-align: left;
	height: 20px;
	color: #F57A00;
}

