body {
	background: black url('images/rope.jpg') top left no-repeat fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 0.95em;
	color: black;
	line-height: 1.5em;
}

h1 {
	padding: 30px 0;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Geneva, Tahoma, sans-serif; 
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: #ccf url('images/straw-nav.jpg') top left no-repeat fixed;
	text-decoration: none;
}

#nav li a:link { color: black; }
#nav li a:visited { color: black; }

#nav li a:hover {
	color: #fff;
	background: blue url('images/straw-nav-hover.jpg') top left no-repeat fixed;
}

#nav li a#current {
	background: #99f url('images/straw-nav-hover.jpg') top left no-repeat fixed;
	border-bottom: 1px solid #999;
}

#container {
	background: #ccc url('images/straw-container.jpg') top left no-repeat fixed;
	width: 80%;
	margin: 101px auto 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	