/* CSS Document */
.backgroundimage {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallerybackgroundimage {
	background-attachment: fixed;
	background-image: url(gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D76936;
	text-align: left;
	vertical-align: top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #D76936;
	font-variant: normal;
	text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	text-align: right;
}
.submenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	text-align: left;
}
.gallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #D76936;
	font-variant: normal;
	text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: cen.ter;
}
