body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica;
	background: #E3AA85;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 1px solid white;
}

#holder {
	background: #E3AA85 url('../i/background.gif') repeat-y left;
}

#link_holder {
	position: relative;
}
#link {
	position: absolute;
	left: 9px;
	top: 0px;
	width: 738px;
	height: 475px;
}
#link a {
	display: block;
	width: 738px;
	height: 475px;
}
#link span {
	display: none;
}

#header {
	width: 738px;
	height: 147px;
	margin: 0px 0px 0px 9px;
	background: url('../i/header.jpg') no-repeat left top;
}

#content {
	width: 758px;
	margin: 0px auto;
	background: url('../i/content_background.gif') repeat-y 9px;
}

h1 {
	font-size: 15px;
	text-align: center;
}

#text {
	width: 738px;
	height: 330px;
	margin: 0px 0px 15px 9px;
	background: url('../i/text.gif') no-repeat left top;
}

#text p {
	display: none;
}

#gallery {
	margin: 0px auto;
}

#visit {
	margin-left: 25px;
}

#footer {
	width: 756px;
	height: 69px;
	background: url('../i/footer.gif') no-repeat left top;
}