@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0100CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Papyrus;
	background-color: #0033CC;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}
.oneColFixCtrHdr #header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}
.oneColFixCtrHdr #header3 {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}
.oneColFixCtrHdr #header4 {
	background-image: url(images/header4.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}
.oneColFixCtrHdr #header5 {
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}
.oneColFixCtrHdr #header6 {
	background-image: url(images/header6.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	width: 800px;
	padding: 0;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Papyrus;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	font-family: Papyrus;
	font-size: 12px;
	background-color: #0033CC;
	color: #FFFFFF;
	height: auto;
	width: 800px;
}
.oneColFixCtrHdr   #gallery   {
	height: 500px;
	width: 800px;
}
.oneColFixCtrHdr #thumbnails {
	width: 200px;
	height: 500px;
}
#detailimages {
	position:absolute;
	left:630px;
	top:485px;
	width:450px;
	height:400px;
	z-index:1;
}




.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu div {
	width: 800px;
	font-family: Papyrus;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #0033CC;
	height: 75px;
	color: #0033CC;
}
.oneColFixCtrHdr #titlebar div {
	background-image: url(images/titlebar1.jpg);
	height: 50px;
	width: 800px;
}
