body,div,a {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #ae648f;
}
body {
	margin :0;
	padding: 0;
	background-color: #ffe8f5;
}

div#logo {
	margin: 130px auto 0 auto;
	height:274px;
	background: #feb4df url("/layout/bg-logobar.png") no-repeat center;
	text-align: center;
}

#logo img {
	margin: 4px 0 0 0;
	padding: 0;
}

#logo h1 {
	display: none;
}

div#sites {
	margin: 20px auto 0 auto;
	text-align: center;	
}

div#sites ul {
	display:block;
	width: 800px;
	height: 62px;
	text-align:center;
	margin: auto;
	padding: 0;
}

#sites a {
	display:block;
	float: left;
	width: 180px;
	height:62px;
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: 20px;
}

#site-moonsphoto a {
	background-image: url("/layout/site-moonsphoto.gif");
	width: 179px;
}
#site-focal a {
	background-image: url("/layout/site-focal.gif");
	width: 166px;
}
#site-jasey a {
	background-image: url("/layout/site-jasey.gif");
	width: 159px;
}
#site-pictureiowa a {
	background-image: url("/layout/site-pictureiowa.gif");
	width: 188px;
	margin-right: 0;
}

#sites li a span {
	display: none;
}


#more-sites {
	clear: both;
	width: 800px;
	margin: auto;
	padding-top: 25px;
	text-transform:uppercase;
}

a {
	color: #ae648f;
	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#more-sites, #more-sites a {
	letter-spacing: 2px;
}

address {
	display:block;
	float: right;
	padding-right:35px;
}
address,address a {
	font-size: 10px;
	font-style: normal;
	border-bottom: none;
}

li {
	display: inline;
	list-style-type: none;

}