html,body{
	margin:0;
	background:#000;
	font-family: arial, helvetica, sans-serif;
	font-size:.9em;
	color:#fff;
}


h1{
  margin:0;padding:0;
  width:800px;height:150px;
  background:url('../images/header.jpg') no-repeat;
  text-indent:-9999px;
}


h4{
  display:inline;
  color:#92B849;
  border-bottom:1px solid #92B849;
}
dl{
  
  padding:10px 0 10px 50px;
  border-top:1px solid #222;
  border-bottom:1px solid #222;
}
dl dt{
  color:#92B849;
  font-weight:bold;
}
dl dd{
  margin:0 0 6px 0;padding:0;
}

a:link,
a:visited,
a:active{
  color:#fff;
}
a:hover{
  color:#ddd;
}

#content{
	padding:20px;
}

.contentRow{
	overflow:none;
}
.contentRow img{
	float:left;
	
}