body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;
	background-color: #E3DBD4;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img{
	
	border-style: none;
}
#background {
	text-align:left;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	height: 525px;
	width: 900px;
	margin: 0 auto;
}

#menu {
	height: 128px;
	width: 128px;
	position: relative;
	left: 82px;
	top: 65px;
	float: left;
}
#news {
	position: relative;
	width:642px;
	height:442px;
	top: 46px;
	left: 90px;
	overflow: auto;
}

#gallery {
	position: relative;
	width:420px;
	height:442px;
	top: 46px;
	left: 90px;
	overflow: hidden;
}
#showgallery {
	width:420px;
	height:442px;
	overflow: hidden;
}
#container {
	width: 861px;
}
#thumbs {
	
	text-align:left;
	position:relative;
	width: 217px;
	height: 384px;
	float: right;
	top: 58px;
	overflow: auto;
	
}
#showthumbs {
	text-align:left;
	width: 220px;
	height: 384px;
	float: right;
	margin-top: 12px;
	overflow: auto;
}
.tmatte {

		display: table-cell;
   vertical-align: middle;
	background-color: black;
	width: 54px;
	height:  54px;
	display: block;
	margin: 0px 5px 10px 5px;
	float: left;
	text-align:center;
}
.timg {

}
a:link {
	color: #333333;
	text-decoration: none;
}
a {
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}