/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}


#footer {
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#footer p {
	margin: 0;
	line-height: 2em;
	text-align: left;
	padding:10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .nsb {
	float: right;
	width: 170px;
	height: 50px;
	background: url(../../images/default/logo-small.gif) no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}

.clear_float{
	height:0px;
	padding:0px;
	margin:0px;
	clear:both;
}
