html, body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #9C9C9C;
	margin: 0px;
	padding: 0px;
}
#gallwrapper {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #4B4C4E;
	background-image: url(css_images/static_gallery_edges.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*-----------------interactive gallery-----------*/
#intgallerymasthead {
	width : 1012px;
	height: 55px;
	background-image:url(css_images/int_gallery_pageheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#intgallwrapper {
	width: 1012px;
	padding: 0px;
	background-image: url(css_images/static_gallery_edges.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#galleryInt {
	padding: 0px;
	width: 1000px;
	margin: 0px;
	float: left;
}
#galleryfooter {
	padding: 0px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C9C9C;
	height: 77px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#intgalleryfooter {
	padding: 0px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#galleryheader {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4A4B4D;
	height: 63px;
}
#intgallinstructions{
	width: 600px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*-----------------end of interactive gallery-----------*/
/*--------------static gallery start-----*/
#gallerymasthead {
	width : 1012px;
	height: 55px;
	background-image:url(css_images/int_gallery_pageheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gallpic {
	padding: 2px;
	width: 550px;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	background-color: #4A4B4D;
	margin-top: 20px;
}
#closewindow  {
	width: 1012px;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	
}
#closewindow p {
	text-align: right;
	margin-right: 4em;
	margin-top: 2em;
	font-size: 0.8em;	
}
#closewindow a:link, #closewindow  a:visited {
	font-size: 100%;
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
	padding: 0px !important;
	margin: 0px;
	
}
#closewindow  a:hover, #closewindow  a:active {
	color: #FF6633;
}
