body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	font: 90% Arial, Helvetica, sans-serif;
	background-color: #cecece;
	
	color: #333;
}



#contentShow {margin:20px; width:25%; height:auto; overflow: hidden;}

#content { position:absolute; z-index:10; top:135px; left:67%; padding:0 10px 10px 10px; width: 250px; height:auto; background-image:url(images/whiteTransp.png); overflow:hidden;}

a:link {color:#666; text-decoration:underline;}
a:visited {color: #666; text-decoration:underline;}
a:hover {color: #333; text-decoration:overline;}
a:active {color: #333; text-decoration:overline;}

.selectNav {color: #333; text-decoration:overline;}

.oneColLiqCtrHdr #container {
	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: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
background-image:url(images/whiteTransp.png); 
	padding: 0 10px 1px 20px;    /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom:10px;

}
.oneColLiqCtrHdr #footer {
	width:100%;
	bottom:10px;
	position:fixed;
	text-align:center;
	color:#666;
	
} 
.oneColLiqCtrHdr #footer p {
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.navbutton {position:absolute; top:13px; right:75px;}

#nav {color: #333; font-style:oblique; position:relative; top:500px;}
#nav1 {border-top: solid #fff 1px; padding:5px; background-image:url(images/whiteTransp.png);}
#nav2 {border-bottom: solid #fff 1px; padding:5px; background-image:url(images/whiteTransp.png);}

h1 {color:#333; letter-spacing:.5em;}
h2 {color:#666;}
h3 {color:#333; letter-spacing:.2em;}

.title {color: #666; font-size:15px; font-weight:normal; }

.fine {color:#fff; font-size:10px; text-align:center;}

.subtitle {color: #666; font-size:12px; font-weight:normal; padding-top:-10px;}
