@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/index_01.gif);
	background-repeat:repeat-x;
	background-color:#ab9e90;
	margin:0px;
	padding:0px;
	font-family: tahoma, arial, verdana, helvetica;
	color: #f1e8de;
	font-size:12px;
	font-weight: bold;
}
#content{
	padding:15px;
	font-size:11px;
}

#welcome{
	font-size:12px;
}

#title{
	font-size:16px;
	background-color:#ffe3a6;
	color: #766656;
}

#date{
	font-size:11px;
	color: #FFC;
}

#details{
	font-size:12px;
}

#footer{
	background-color:#b4a99b;
	padding:30px;
	color:#fef0ca;
	font-size:12px;
}

a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	color:#ffffff;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

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

.thumbnail img{
border: 1px solid #9c8e7c;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 1px solid #ffe3a6;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 290px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
