@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(redesign/images/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
.oneColLiqCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtr #mainContent {
	background-repeat: repeat;
	margin-top: 5%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtr #info {
	background-color: #000000;
	width: 400px;
	color: #CCCCCC;
	font-size: small;
	border: thin solid #FFFFFF;
	position: relative;
	left: 170px;
	margin: 2%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColLiqCtr #infobottom {
	background-color: #000000;
	width: 30%;
	color: #CCCCCC;
	text-align: center;
	padding: 20px;
	border: thin solid #FFFFFF;
	left: 33%;
	position: relative;
	font-size: small;
	margin-bottom: 40px;
} 
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
	font-size: small;
	border: thin solid #FFFFFF;
	padding: 20px;
	position: relative;
	left: 33%;
	text-align: center;
}
img {
	border: thin solid #666666;
}
