@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(../img/bg.jpg) repeat-x;
}
.twoColFixLtHdr #container { 
	width: 880px;  
	margin: 0 auto; 
	text-align: left; 
	background-color: #fe6000;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD url(../img/header-index.jpg);
	width: 880px;
	height: 121px;
	overflow: hidden;
}

.twoColFixLtHdr #header .logo-ani {
	background: url(../img/logo-ani.gif) no-repeat;
	width: 219px;
	height: 121px;
	overflow: hidden;
}

.twoColFixLtHdr #header .logo-ani a {
	text-indent: -9999px;
	line-height: 121px;
	display: block;
} 
.twoColFixLtHdr #footer { 
	padding: 0;
	background: #fe6000 url(../img/low-banner-footer.jpg) no-repeat;
}

.twoColFixLtHdr #footer #legal {
	float: left;
}

.twoColFixLtHdr #footer #legal p {
	margin: 0; 
	padding:5px 0 5px 120px;
	font-size: 12px;
	color: #77440e;
}

.twoColFixLtHdr #footer #terms {
	float: left;
	list-style: none;
	padding: 5px;margin: 0 0 0 80px;
}

.twoColFixLtHdr #footer #terms li {
	float: left;padding: 0;margin: 0;
}

.twoColFixLtHdr #footer #terms li a{
	font-size: 12px;
	color: #77440e;
	padding: 0 10px;
	border-right: 1px solid #77440e;
	text-decoration: none;
}

.twoColFixLtHdr #footer #terms #terms-url a{
	font-size: 12px;
	color: #77440e;
	padding: 0 10px;
	border-right: none;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}