/*FOOTER----------------------------------------------------------------//
------------------------------------------------------------------------*/
#footer{
	color:#8EACB4;
	font: bold x-small/170% "Lucida Grande", verdana, helvetica, sans-serif;
	text-decoration: none;
	background:#142e63;
	text-align: center;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 27px;
	display: inline;
}

#footer  a:visited, #footer  a:active, #footer  a:link{
	color: white;
	font: bold x-small/170% "Lucida Grande", verdana, helvetica, sans-serif;
	text-decoration: none;
}

#footer  a:hover{
	color:LightSkyBlue ;
	font: bold x-small/170% "Lucida Grande", verdana, helvetica, sans-serif;
	text-decoration: none;
}

#footerfloat{
	background: url(../chrome/footer.jpg) no-repeat;
	float:right;
	display:inline;
	clear:left;
	width:760px;
	height:20px;
	margin:0px;
	padding:7px 0px 0px;
}