@charset "UTF-8";
/* CSS Document */
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: url(floral_background.gif);
	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 */
}
.oneColLiqCtrHdr #container {
	width: 970px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #mainContent {
	padding-left: 115px;
	padding-right: 115px;
	background: #FFF;
	background-image: url(../images/flowers.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9E6A6D;
	text-align: left;
}
.oneColLiqCtrHdr #footer { 
	font-size:10px;
	color: #000; 
	text-align: right;
} 
a:link {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	background-color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	background-color: #FFF;
	text-decoration: underline;
}
h1{
	text-align: center;
	font-size:20px;
	font-weight:normal;
}
h2{
	text-align: left;
	color: #9E6A6D;
	font-size: 24px;
}
h3 {
	text-align: left;
	color: #CCC;
	font-size:24px;
}
h4{
	font-size: 16px;
	color: #999
}
img {
	border: 1px black solid;
	text-align: center;
}
img.title {
	border: 0px;
}

