/* Start Clearfix */

#footer:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #footer
{
	height: 1%;
}
#footer
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */


#footer {
	margin: 20px auto;
	width: 1000px;
	border-top: 1px solid #cccccc;
	font-size: 11px;
}

#footer_nav {
	float: left;
	
	color: #000000;
	text-transform: uppercase;
}

#footer_nav a {
	color: #000000;
}

#copyright {
	float: right;
}