@charset "utf-8";
/* CSS Document */

<style type="text/css">

#wrapper { background-color:		#e2001a !important; color:					#000; position: absolute; left: 50%; margin:					0 0 0 -385px !important; padding:				0 !important; width:					775px; }

#header {
	background-color:		#fecd00 !important;
	clear:					right;
	color:					#000;
	padding:		        0;
	width:					775px;
	position:  				relative;
	left: 50%;
	margin:					0 0 0 -385px;
}
#menu { color: #fff; background-color:		#e2001a !important; clear:					right; float:					left; margin:					0; padding:				0; width:					175px; }

#internalMenu {
	margin:					5px;
	padding:				10px 5px;
}

#content {
	background-color:		#fecd00 !important;
	clear:					right;
	color:					#000;
	padding:		        0;
	width:					1200px;
	position:  				absolute;
	left: 50%;
	margin:					-135px 0 0 -600px;
}

#internalContent {
	color:					#000;
	margin:					20px 0 0 5px;
	padding-right:			40px;
	padding-left:           20px;
}

.gallerycontainer{
position: relative;
padding:5px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid black;
margin: 5px 5px 5px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid; border-color:#900;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
margin:10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 895px; /*position where enlarged image should offset horizontally */
width: 275px;
height: 620px;
z-index: 50;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 895px; /*position where enlarged image should offset horizontally */
width: 275px;
height: 620px;
z-index: 50;
}
#desContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#333;
	padding:10px;
	}

</style>
