/* CSS Document */

body {
	background-color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 50px;
	padding-left: 50px;
}

#wrapper{
	width: 740px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


#header{
background-color: #333;
}

#nav {
	margin-top:30px;
	width: 165px;
	padding: 10px;
	float: left;
	font-size: 70%;
}

#nav form{
padding-left: 10px;
}


#content {
	background-color: #fff;
	width: 460px;
	padding: 0px;
	float: left;
	font-size: 80%;
	margin-left: 40px;
	margin-top: 25px;
}

#footer {
	clear:both;
	background-color: #6a5a65;
	width: 740px;
	font-size: 70%;
	color: #CCCCCC;
	text-align: center;
	padding-bottom: 9px;

}

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

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

.thumbnail:hover{
background-color: #CCCCCC;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: #333333;
text-decoration: none;
text-align: center;
}

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

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

.section_header{
	color: #621661;
	font-size: 110%;
	border-bottom: 1px dashed gray;
	border-width: 100%;
	letter-spacing: 5px;
	display: block;
	font-weight: 700;
	padding-bottom: 5px;
}


.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-style: normal;
	color: #666;
	letter-spacing: normal;
	word-spacing: normal;
}

.sub_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #621661;
}

a:link {
	color: #621661;
	text-decoration: underline;
}
a:visited {
	color: #621661;
	text-decoration: underline;
} 
 a:hover {
	color: #cc99cc;
	text-decoration: none;
}.headerText {
	font-size: 12px;
	color: #C30;
}
