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

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

#content a {
	color: #3e4e2a;
	text-decoration: none;
	font-weight: bold;
	
}

#content a:hover {
	border-bottom: 1px solid;
}

#top, #bottom {
	margin: auto;
	width: 1118px;
	height: 50px;
}

#top {
	background: url(../images/top.png);
}

#bottom {
	background: url(../images/bottom.png);
}

#container {
	margin: auto;
	width: 1118px;
	background: url(../images/container.png);
}

#header {
	background: url(../images/header.jpg) top center no-repeat;	
	height: 289px;
}

#navigation {
	height: 75px;
	padding-top: 10px;
	margin-left: 116px; /* 126 px */
}

#navigation ul {
	list-style-type: none;
	margin: 22px 0px;
}

#navigation li {
	display: inline;
}

#navigation li a {
	height: 13px;
	margin-right: 16px;
	float: left;
}

#navigation img {
	border: 0px;	
}

#content {
	margin: auto;
	width: 866px;
	background-position: top right;
	background-repeat: no-repeat;
}

#content h1 {
	text-indent: -9999em;
	background-repeat: no-repeat;
	width: 381px;
	height: 74px;
}

#content #text {
	background: url(../images/content_text_deco.png) no-repeat;
	width: 448px;
	margin-top: 15px;
	padding-left: 17px;
	padding-bottom: 30px;
}

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

#content #content_gallery {
	padding-left: 17px;	
	padding-bottom: 20px;
	width: 895px;
}

#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;
}