a, a:active, a:visited{
	text-decoration: underline;
	color: #fff  ;
}

#footer ul{
	list-style: none;
}

#header ul{
	list-style: none;
	margin: 14px 0px 0px 10px;
}

#header li{	
	list-style-type: none;
	float: left;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin-left: 8px;
	border-right: 1px solid #ccc;
}

#header li a, #header li a:active, #header li a:visited{
  text-decoration: none;
}

#header li a:hover{
  text-decoration: underline;
}

#header h2 a{
  display: block;
  width: 360px;
  height: 25px;
}

#footer li{
	list-style-type: none;
	float: left;
	display: inline;
	padding: 0px 8px 0px 0px;
	margin-left: 6px;
	border-right: 1px dotted #878787;
	font-size: .7em;
	color: #878787;
}

#footer li.last, #header li.last{
	border: 0;
}

#footer a, #footer a:visited{
  color: #878787;
}

ul.gallery{
	list-style: none;
}

ul.gallery li{
	width: 150px;
	height: 150px;
	display: block;
	padding: 2px 2px 2px 2px;
	background-image: url(/img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline;
	float: left;
}

ul.gallery li img{
	border: 1px solid #878787;
}

cite{
 font-size: .7em;
 color: #878787;
}

/*Main Content Area*/
h1{
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dashed #878787;
	margin: 14px 0px 10px 0px;
}

#content div.copy p, p{
  line-height: 1.4em;
  font-size: .9em;
}