body {
	background-color: #6A664D;
}
.Stil1 {
	color: #C2BB87;
	font-size: 13px;
	font-family: Arial;
}
.Stil5 {
	color: #DDD9BC;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}
.Stil15 {
	color: #DDD9BC;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding-left: 11px;
}
.Stil6 {
	color: #DDD9BC;
	font-family: Arial;
	font-size: 13px;
}
.Stil7 {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}
.Stil8 {
	color: #DD8500;
	font-family: Arial;
	font-size: 13px;
}
.Stil10 {
	font-size: 50px;
	font-family: Arial;
	font-weight: normal;
	color: #DDD9BC;
}
.Stil12 {
	color: #0D0C09;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	color: #DDD9BC;
	text-decoration: none;
}
a:visited {
	color: #DDD9BC;
	text-decoration: none;
}
a:hover {
	color: #B7AE73;
	text-decoration: underline;
}
a:active {
	color: #B7AE73;
	text-decoration: none;
}
#dolphincontainer{position:relative;height:30px;color:#DDD9BC;background:#4E4636;width:100%;font-family:Arial;}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #4E4636;
	background-image: url(images/dolphin_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
	padding-right: 0px;
}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#DDD9BC;text-decoration:none;padding:0 0 0 15px;height:33px;}
#dolphinnav ul li a span{padding:12px 15px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{
	color:#D3CEA9;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#DDD9BC;
	line-height:275%;
	background-color: #6A664D;
	background-image: url(images/dolphin_left-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 15px 0 0;
	width:auto;
	height:33px;
	background-color: #4E4636;
	background-image: url(images/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.arrowlistmenu{
	width: 231px;
	background-color: #5B5742;
	margin-left: 1px;
}

.arrowlistmenu .headerbar{
	color: #DDD9BC; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	background-color: #6A664D;
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/dolphin_bg-OVER.gif);
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 3px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #C2BB87;
	background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
}

.arrowlistmenu ul li a:visited{
color: #C2BB87;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #DDD9BC;
}
.gallerycontainer{
	position: relative;
	width: 660px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 4px solid #6A664D;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 4px solid #4E4636;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #4E4636;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #D3CEA9;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail1 img{
border: 4px solid #6A664D;
margin: 0 1px 1px 0;
}

.thumbnail1:hover{
background-color: transparent;
}

.thumbnail1:hover img{
border: 4px solid #4E4636;
}

.thumbnail1 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #4E4636;
	padding: 3px;
	left: -1000px;
	visibility: hidden;
	color: #D3CEA9;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 410px;
left: 260px; /*position where enlarged image should offset horizontally */

z-index: 50;
}
#text{
	float: right;
	width: 250px;
	margin-right: 45px;
	height: 150px;
	padding-bottom: 0px;
	margin-top: 40px;

}
