* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #dfdfdf;
	font-family: "Verdana", sans-serif;
	font-size: 7pt;
	color: #262a2f;
	letter-spacing: 1px;
}

#top, #bottom {
	
	/**/
	display: none;
}

#container {
	width: 1118px;
}

#navigation {
	/**/
	display: none;
}

#content {
	width: 866px;
}

#content #text {
	width: 486px;
	margin-top: 15px;
	padding-bottom: 20px;
}

#content #text p {
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-align: justify;
}

#content #content_gallery {
	padding-bottom: 20px;
	width: 520px;
}

#content .gallery_thumb {
	width: 140px;
	height: 140px;
	padding: 4px;
	margin-top: -4px;
	margin-left: -4px;
	margin-right: 29px;
	margin-bottom: 29px;
	float: left;
	background: url(../images/gallery_thumb.png) no-repeat;
}

#content .gallery_thumb img {
	width: 140px;
	height: 140px;
	border: 0px;
}