BODY{
  scrollbar-shadow-color: #DDDDDD; 
  scrollbar-face-color: #EEEEEE;
  scrollbar-Highlight-Color: #DDDDDD; 
  scrollbar-arrow-color: #DDDDDD; 
}
.style1 {
	color: #9900CC;
	text-decoration: underline;
}
.style2 {color: #FFFFFF}
.style3 {
	font-size: large;
	font-style: italic;
	color: #FF9933;
	font-weight: bold;
}

.frame-block {
	position: relative;
	display: block;
	height:130px;
	width: 236px;
}
.frame-block span {
	background: url(frame.png) no-repeat center top;
	height:130px;
	width: 236px;
	display: block;
	position: absolute;
}

#container {
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #000;
}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}

.thumbnail {
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 160px;
	height: 160px;
	}

.thumbnail img{
	text-align:center;
	margin: auto;
	cursor:pointer;

}



a#rollover { background-image:url(rollover1.gif); height: 50px; width:200px; display:block; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url(rollover2.gif); }
h3.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}
