@font-face {
  font-family: "Museo";
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
  src: url("http://eco.nu/templates/psynu/Museo300-Regular.otf") format("opentype");
}
body {
	margin: 0px auto;
	color:#585858;	
  font-family: Museo, "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 40px;
	padding-bottom: 40px;
}
	
a,
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
}

a:hover	{
	color: #333;
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #ddd;
	padding: 7px;
	width: 195px;
}

.textarea {
  font-family: Museo, "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

.button {
	border: 1px solid #ddd;
	color: #fff;
	background-color: #aaa;
	width: 212px;
	padding: 15px; 
}

#page {
	padding: 50px 25px 50px 25px;
	width: 700px;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	margin-bottom: 15px;
	display: inline-block;
}
#thumbnails a{
border: 2px solid; 
border-color: #ddd;
display: block;
float: left;
margin-left: 8px;
margin-top: 8px;
}
#thumbnails a:hover{ 
border-color: #000000;
}

.headings {
	font-weight: bold;
	color: #333;
}

img {

	border: 0;
}

#copyright {
	font-size: 11px;
}

.big_lists {
	font-size: 11px;
	text-align: justify;
}

