HTML {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-color: black;
  background: black url(images/background-idea1.jpg) no-repeat fixed left bottom;
	font-family: "Trebuchet MS", sans-serif
}
BODY {
}
#main {

}
#content {
	width: 700px;
	border: 0px solid white;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 10%;
	min-height: 400px;
	padding-bottom: 10px;
  background-image:url(images/50percent-black-trans.png);
}
#contentleft {
	float: left;
	width: 320px;
	height: 350px;
	margin: 10px 0px 10px 10px;
}
#contentright {
	float: right;
	width: 350px;
	height: 350px;
	margin: 10px 10px 40px 10px;
}

#contentright * {
color:white;
font-size:14px;
line-height:150%;
}

#contentnav {
	color: white;
	clear: both;
	margin-bottom: 20px;
}
.nav {
	float: left;
	text-transform: uppercase;
	border-left: 1px solid white;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

DIV.nav:first-child {
	border-left: 0px;
}
.nav A, .nav A:visited, .nav A:active {
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
  margin-top:8px;
}

.nav A:hover {
  margin-top:0px;
	border-top: 8px solid #A60805;
}

.nav A.on { 
  margin-top:0px;
	border-top: 8px solid #A60805;
 }

#pagename {
  display:none;
	float: right;
	margin-right: 20px;
	font-size: 24px;
	margin-top: 3px;
}

.poem { 
  font-style: italic;
  white-space: pre; 
  font-size:14px;
  line-height:150%;
}

