body{
  background: #F3F1F6;
 }
 
#header{
  position: static;
  margin-top: 10px;
  width: 100%;
  height: header-50px;
  border-bottom-style: solid;
  border-bottom-color: #FF0000;
  border-bottom-width: 1px;
 }

#sidebar{
  float: left;
  margin-top: 30px;
  width: 175px;
  border: 1px double #AAA;
  background-color: #DDD; /* or url(bg_white_sidebar.jpg) */
  padding: 5px;
 }

#content{
  margin-left: 200px;
  margin-top: 30px;
 }
 
#contenthome{
  margin-left: 200px;
  margin-top: 30px;
  width: 500px;
 }
 
#events{
	width: 500px;
	border: 1px double #AAA;
	background-color: #FFF;
	padding: 5px;
}

#thumbs{
	margin-left: 750px;
	margin-top: -545px;
}

#footer{
	width: 100%;
	height: 20px;
	margin-top: 525px;
	text-align: center;
}

a.rollover1 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("1.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover1 {
	background-position: -100px 0;
}

a.rollover2 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("2.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover2 {
	background-position: -100px 0;
}

a.rollover3 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("3.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover3 {
	background-position: -100px 0;
}

a.rollover4 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("4.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover4 {
	background-position: -100px 0;
}

a.rollover5 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("5.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover5 {
	background-position: -100px 0;
}

a.rollover6 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("6.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover6 {
	background-position: -100px 0;
}

a.rollover7 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("7.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover7 {
	background-position: -100px 0;
}

a.rollover8 {
	display: block;
	width: 100px;
	height: 100px;
	background: url("8.gif") 0 0  no-repeat;
	text-decoration: none;
}

a:hover.rollover8 {
	background-position: -100px 0;
}


.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */