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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	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. */
	background-color: #FFFF66;
	min-width: 1000px;
	min-height: 800px;
	vertical-align: bottom;
}
.oneColLiqCtrHdr #container #header a {
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColLiqCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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 #container #header .style2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	text-align: center;
	overflow: hidden;
	
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.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 */
}
.oneColLiqCtrHdr #container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
.oneColLiqCtrHdr #container #header a:hover {
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #mainContent #advert {
	background-image: url(../images/background%20copy.gif);
	height: 200px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.oneColLiqCtrHdr #container #mainContent #advert2 {
	background-image: url(../images/backgroundnew.gif);
	height: 200px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.oneColLiqCtrHdr #container #mainContent .style3 strong a:hover {
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #mainContent .style5 style3 strong {
	color: #00CC00;
}
#picture {width:150px; height: 115px; background-color:#ffffff;}
#picture a.small, #picture a.small:visited { display:block; width:150px; height:115px; text-decoration:none; background:#ffffff; top:0; left:0; border:0;}
#picture a img {border:0;}
#picture a.small:hover {text-decoration:none; background-color:#000000; color:#000000;}
#picture a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#picture a.small:hover .large {
	display:block;
	position:absolute;
	top: 250px;
	width:300px;
	height:240px;
	left: 5.3%;
} 
