@charset "utf-8";


body {
	margin:0px;
	background-color:#FFF;
}

h1 {
	margin-top:10px;
	margin-bottom:20px;
	font-family: Arial, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.3em;
	color:#b8e134;
}

#top {
	width:904px;
	height:162px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width:888px;
	height:770px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	background-color:#f5fcff;
}

.thumb {
  margin: 20px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

.thumbnail {
	margin:3px;
}

#footer {
	width:888px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	background-color: #CCC;
}

#footertext {
	font-family: Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.3em;
	color: #FFF;
	margin-top:2px;
	margin-bottom:0px;
	text-align:center;
}
