 body {
	 font-family: Helvetica, Arial, sans-serif;
	 background-color: #ffc;
	 background-image: url(http://www.europrez.com/europrez2.gif);
	 background-position: bottom right;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
 }
 h1,h2,h3 {
	 color: #00f;
 }
 #container {
	 margin-left: 30px;
	 width: 800px;
 }
 #head {
	 border: 1px solid #333;
	 background-color: white;
	 margin-bottom: 1em;
	 padding: 5px;
	 background-image: url(http://www.europrez.com/stickers.jpg);
	 background-position: center right;
	 background-repeat: no-repeat;
 }
 #content {
	 border: 1px solid #333;
	 background-color: white;
	 margin-bottom: 1em;
	 padding-left: 10px;
	 padding: 5px;
 }
 img#content {
	 vertical-align:top;
	 top:0px;
	 margin:3px;
	 margin-top:0px; margin-bottom:15px;
	 border:0;
 }
 div#content div.thumbnail {
	 float:left;
	 height: 140px;
	 width: 140px;
 }
 div#content div.thumbnail a {
	 text-decoration: none;
	 border: 0;
 }
 div#content div.thumbnail a img {
	 border: 0;
 }
 #footer {
	 border: 1px solid #333;
	 background-color: white;
	 margin-bottom: 1em;
	 padding: 5px 5px 5px 10px;
	 text-align: right;
	 font-size: 70%;
	 color: #333;
}

 #head ul {
	 list-style-type: none;
	 display: inline;
 }
 #head ul li {
	 display: block;
	 float: left;
	 border: 1px solid blue;
	 background-color: #ccc;
	 margin-right: 5px;
	 padding: 3px;
 }
 #head ul li a {
	 text-decoration: none;
	 display: block;
 }
 #head ul li a:hover {
	 text-decoration: underline;
 }
 body.home #head li.home,
 body.signup #head li.signup,
 body.ep14 #head li.ep14,
 body.scrapbook #head li.scrapbook,
 body.downloads #head li.downloads,
 body.events #head li.events  { background-color: white; }


