@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background-color:#967a55;
		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;
}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1;}
a {
	color: #300;
	text-decoration:none;
	font-weight:900;
}
a:hover {
	color:#6FC;
}

.oneColLiqCtr #topcon {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-image:url(../images/helena.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:100%;
	margin: 0 auto;
	}
.oneColLiqCtr #topcon img{
	margin:8px;
	border:none;
}
.oneColLiqCtr #slide {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	}
.oneColLiqCtr #container {
	width: 81%;  /* this will create a container 80% of the browser width */
	background: #e3d9cf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px dashed #630;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top:none;
	margin-top:50px;
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p{
	font-size:75%;
	padding:5px 10px;
}
.des{
	font-size:75%;
	text-align:center;
}
#phot{
	
	text-align:center;
}
#phot table img{
	width:100%;
	border:none;
}
h1{
	font-size:170%;
	color:#030;
	padding:5px 20px;
}
h2{
	font-size:150%;
	color: #033;
	padding:5px 20px;
}
#link{
	font-size:65%;
	color:#003;
	margin:0 auto;
	width:80%;
	margin-top:50px;
}
#search{
	position:relative;
	left: 400px;
	top: -60px;
	width:320px;
}
img{
	padding:2px;
	border:none;
}
.larg{
	width:100%;
	text-align:center;
}
#large{
	width:100%;
	text-align:center;
}
#footer{
	font-size:65%;
	font-weight:900;
}

#showimage {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 5px
}
.adiv{
	text-align:center;
}
