/* CSS Document */

body {
	color: #000000;
	background: url(images/bg4.jpg) top center repeat-x #FFFFFF;
	background-attachment: fixed;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
margin: 20px auto;
padding: 0;
border: 0px dashed silver;
background: #FFFFFF;

}

#header
{
background: url(images/header2.jpg);
width: 800px;
height: 160px;
}

#content
{
border-bottom: 0px dashed #dddddd;
padding: 0px 0px 20px 0px;
background-color: #FFFFFF;
height: 526px;
}

#content a:visited
{color: #0000FF;}

#content a:hover
{color: black; }

.td1
{
color: #EEEEEE;
}

.tdpad
{
padding: 5px 20px 10px 10px;
}

h3
{
font: 16px "Century Gothic", Arial, sans-serif;
font-weight: bold;
}

#footer
{
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 8px 5px 0px 5px;
border-top: 0px dashed #aaaaaa;
color: #5C5C5C;
height: 20px;

}

#footer a
{
color: #5C5C5C;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

#footer a:hover
{
color: black;
text-decoration: none;
}

/*          image gallery                */

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

.thumbnail img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;

	width: 300px;
	color: #000000;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	top: 2px;
	left: 498px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	display: block;}
	
/*          smaller image                */

.thumbnail2 img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
}

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

.thumbnail2:hover img {
border: 1px solid #FFFFFF;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-size: 12px;

	width: 300px;
	color: #000000;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
	top: 2px;
	left: 498px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	display: block;}
	
/*          smaller image 2                */

.thumbnail3 img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
}

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

.thumbnail3:hover img {
border: 1px solid #FFFFFF;
}

.thumbnail3 span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 135px;
	padding-left: 0px;
	font-size: 12px;

	width: 300px;
	color: #000000;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
	top: 2px;
	left: 498px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	display: block;}
	

/*          smaller image 3                */

.thumbnail4 img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
}

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

.thumbnail4:hover img {
border: 1px solid #FFFFFF;
}

.thumbnail4 span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 12px;

	width: 300px;
	color: #000000;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
	top: 2px;
	left: 498px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	display: block;}