@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: #2C3277;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2A2973;
}
.oneColLiqCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5EA38;
	background-image: url(head2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColLiqCtrHdr #container #mainContent .contacts .info {
	text-align: center;
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #2B297D;
	border-right-color: #2B297D;
	border-bottom-color: #2B297D;
	border-left-color: #2B297D;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 300px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D2D73;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 300;
}
.oneColLiqCtrHdr #container #mainContent .champagnebox {
	background-image: url(08/0908/champagne.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 410px;
	padding-top: 90px;
}
.oneColLiqCtrHdr #container #mainContent .champagnebox img {
	margin-left: 40px;
	border: thin solid #000000;
	margin-bottom: 5px;
}
.oneColLiqCtrHdr #container #mainContent .champagnebox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin-left: 50px;
	margin-right: 65px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColLiqCtrHdr #footer {
	background-color: #2B297D;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
} 
.barrowbox {
	float: left;
	width: 800px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.oneColLiqCtrHdr #container #mainContent .barrowbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252974;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #F5EA38;
	font-size: 12px;
}
#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B297D;
	text-align: left;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
}
.picturebox {
	padding: 2px;
	float: left;
	height: 350px;
	width: 400px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B297D;
	text-align: center;
	margin-top: 5px;
}
.barrowpic {
	float: right;
	border: 2px solid #2F276F;
	margin-left: 5px;
	text-align: center;
}
.pics {
	margin-bottom: 2px;
	border: 2px solid #2A2973;
}
.oneColLiqCtrHdr #container #mainContent #headertext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 35px;
}
.contacts {
	float: left;
	width: 800px;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #2B297D;
	border-right-color: #2B297D;
	border-bottom-color: #2B297D;
	border-left-color: #2B297D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColLiqCtrHdr #container #footer a {
	color: #F5EA38;
}
.oneColLiqCtrHdr #container #footer .statcounter {
	vertical-align: middle;
}
.oneColLiqCtrHdr #container #header p strong a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 100px;
}

