<!--
body {
	margin: 0;
	background: #669595 url(../images/bkg.jpg) repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603;
	line-height: 2em;
	text-align: center;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #603;
}
a:hover {
	color: #855;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px -0.6em 0px;
}
.offset h1 img{
	margin-top: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #957;
	border-bottom: #9bc 1px solid;
	clear: both;
}
h2 a{
	display: block;
	padding: .5em;
	text-decoration: none;
	background: url(../images/arrows.gif) no-repeat right;
}
h2 a:hover{
	background: #dbb url(../images/arrows.gif) no-repeat right;
	color: #603;
}

#menu {
	margin: 0 auto;
	width: 969px;
	height: 150px;
	text-align: left;
}

.logo {
	margin: 30px 10px 0px 7px;
}

#main {
	margin: 0 auto;
	background: url(../images/bkg_elements.gif) center no-repeat;
}

#page {
	margin: 0 auto;
	width: 925px;
	/*height: 725px;*/
	border-left: #fff solid 15px;
	border-top: #fff solid 15px;
	border-right: #fff solid 15px;
	text-align: right;
}

.pagebkg0 {
	background: #f7ebeb;
}
.pagebkg1 {
	background: #f7ebeb url(../images/main_photo1.jpg) no-repeat;
}
.pagebkg2 {
	background: #f7ebeb url(../images/main_photo2.jpg) no-repeat;
}
.pagebkg3 {
	background: #f7ebeb url(../images/main_photo3.jpg) no-repeat;
}
.pagebkg4 {
	background: #f7ebeb url(../images/main_photo4.jpg) no-repeat;
}
.pagebkg5 {
	background: #f7ebeb url(../images/main_photo5.jpg) no-repeat;
}
.pagebkg6 {
	background: #f7ebeb url(../images/main_photo6.jpg) no-repeat;
}
.pagebkg7 {
	background: #f7ebeb url(../images/main_photo7.jpg) no-repeat;
}
.pagebkg8 {
	background: #f7ebeb url(../images/main_photo8.jpg) no-repeat;
}

.content {
	padding: 15px;
	text-align: left;
}

.offset {
	/*width: 550px;*/
	padding-left: 388px;
}

#footer {
	margin: 0 auto;
	padding: 5px;
	width: 915px;
	background: #f7ebeb;
	border-left: #fff solid 15px;
	border-bottom: #fff solid 15px;
	border-right: #fff solid 15px;
	text-align: center;
	color: #966;
}

#bottom {
	margin: 0 auto;
	width: 955px;
	padding-bottom: 15px;
}

#gallery{
	
}
#gallery td{
	padding: 5px;
}
#gallery img{
	border: #fff solid 5px;
}

.gallery{
	
}
.gallery td{
	padding: 5px;
}
.gallery img{
	border: #fff solid 5px;
}

.inset{
	margin-right: 5px;
	border: #fff solid 5px;
}

.small{
	font-size: 10px;
	line-height: 1em;
}	
.button {
	background: #603;
	border: #fff solid 5px;
	padding: 1em;
	color: #fff;
}
.button a{
	color: #fff;
}
-->