@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;
	background-color: #000;
}
.oneColLiqCtr #container {
	width: 760px;  /* this will create a container 760 px wide */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 100px;
}
.oneColLiqCtr #mainContent {
	width: 600px;
	position: relative;
}#topNav {
	text-align: right;
	font-size: 100%;
	color: #FFF;
	padding-top: 20px;
}
.bodytext {
	background-color: #FFF;
	padding: 10px;
	color: #000;
}
#clientanimation {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.bodytextwhite {
	background-color: #FFF;
	padding: 10px;
	color: #000;
}
img { border: none; }

.floatimgright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
.rule {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	padding-top: 20px;
	margin-top: 30px;
}
#footer {
	text-align: center;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 25px;
	margin-bottom: 20px;
}
