BODY {
	background-color : #4d586c;
}

A:LINK, A:VISITED {
	color: #4c4c4c;
	text-decoration: none;
	font-family: Verdana;
	
}

A:HOVER {
	
	color: #4c4c4c;
	text-decoration: underline;
	
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	font-style: normal;
	color: #4c4c4c;
	text-indent: 5px;
	margin: 3px;
	line-height: 18px;
	margin-bottom: 20px;
}
.head {
	font-family: Arial;
	font-size: 13pt;
	font-style: normal;
	color: #c6c6c6;
	letter-spacing: 5px;
	line-height: 18px;
	margin-bottom: 10px;
	margin: 15px;
}
.menu {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	color: #4c4c4c;
	margin: 1px;
	line-height: 18px;
	margin-bottom: 10px;
}
.body {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	color: #4c4c4c;
	margin: 3px;
	line-height: 25px;
	margin-bottom: 10px;
}
.body-small {
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	color: #4c4c4c;
	margin: 3px;
	line-height: 25px;
	margin-bottom: 10px;
}
.small {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: white;
}
.big {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #c6c6c6;
	font: normal bold;
	letter-spacing: 8px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	font-style: normal;
	color: #4c4c4c;
	text-decoration: underline;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #4c4c4c;
	
}
.package {
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bolder;
	color: #4c4c4c;
	margin: 3px;
	line-height: 25px;
	margin-bottom: 10px;
}
.package-small {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #4c4c4c;
	margin: 3px;
	line-height: 25px;
	margin-bottom: 10px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #eaeaea;
padding: 1px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

}

#photo div{
background-color: #eaeaea;
padding: 10px;
border: 1px gray;
color: black;
}

#photo div img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
border: 1px solid black;


}

.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 35px;
z-index: 100;
background-color: #eaeaea;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #4d586c;
color: #eaeaea;
}
}

