@charset "UTF-8";
/* CSS Document */

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: #3C5570;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-image: url(../assets/images/BeanB02.JPG);	
}
.oneColLiqCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	height: 150px;
	padding: 0;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 100px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	z-index: 40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #CCCCCC;
}
.oneColLiqCtrHdr #mainContent {
	padding: 10;
	margin: -50px 0 0 0;
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #FFFEF5;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../assets/images/background.png);
	background-position: bottom;
	position: absolute;
	z-index: 15;
	top: 665px;
	text-align: center;
	width: 100%;
	left: 0px;
} 
.oneColLiqCtrHdr #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 */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#menupoetry {
	padding: 5px;
	height: 317px;
	width: 200px;
	position: absolute;
	left: 635px;
	top: 355px;
	font-size: 12px;
}
.oneColLiqCtrHdr #container #header img {
	z-index: 5;
	position: relative;
}


#ContentBox1 {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	display: block;
	top: 25px;
	margin: 5px;
	padding: 2px;
	width: 50%;
}
.oneColLiqCtrHdr #container #mainContent #imagebar {
	position: relative;
	top: -50px;
	display: inline;
	text-align: center;
	z-index: 2;
	left: 0px;
}
.oneColLiqCtrHdr #container #mainContent #artcontent {
	float: left;
	width: 50%;
}
.oneColLiqCtrHdr #container #mainContent #wordscontent {
	float: right;
	width: 50%;
	position: relative;
	z-index: 2;
	background-color: #fff;
	height: 50em;
}
.artbox {
	position: absolute;
	top: 75px;
	background-color: #FFFFFF;
	left: 50px;
}
.oneColLiqCtrHdr #container #mainContent #wordscontent .artbox {
	font-size: 130%;
	color: #2D456B;
	text-align: left;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}
.oneColLiqCtrHdr #headerfill {
	position: absolute;
	z-index: 4;
	height: 150px;
	width: 50%;
	left: 50%;
	top: 0px;
	background-image: url(../assets/images/BeanB02.JPG);
}
.oneColLiqCtrHdr #container #mainContent #wordscontent .artbox a {
	color:#F0F1FF;
}
.oneColLiqCtrHdr #container #mainContent #wordscontent .artbox a:hover {
	background-color: #243F68;
}
.oneColLiqCtrHdr #container #mainContent #wordscontent .artbox a:visited {
	color:#CCCCCC;
}
.oneColLiqCtrHdr #container #mainContent #wordscontent .artbox a:active {
	color:#666666;
}


