#footer {
	background: #000000;
    margin-top: 30px;
}

#footer .footer_block {
	margin-left: auto;
	margin-right: auto;
	padding-top:30px;
    display: block;
    font-size: 12px;
    color: #fff;
    height: 250px;
    width: 660px;
}

#footer .footer_block .footer_block_left {
	display: inline;
	float: left;
	width: 230px;
}

#footer .footer_block .footer_block_right {
	display: inline;
	float: left;
	width: 430px;
}

footer_h1 {
	font-family: 'Paytone One', sans-serif;
	font-size: 30px;
	color: #fff;
}

#footer .footer_block .footer_block_right a:link,
#footer .footer_block .footer_block_right a:visited {
    color: #888888;
    text-decoration: none;
}

#footer .footer_block .footer_block_right a:hover {
	color: #555555;
    text-decoration: underline;
}

#footer .footer_block .footer_block_left a:link,
#footer .footer_block .footer_block_left a:visited {
    color: #888888;
    text-decoration: none;
}

#footer .footer_block .footer_block_left a:hover {
	color: #555555;
    text-decoration: underline;
}


.footer .footerNav {
    float: left;
    font-size: 12px;
}


.footer .footerNav ul li {
    display: inline-block;
    +display: inline;
    margin-right: 30px;
}



.footer .footerNav ul li a {
    font-size: 12px;
}

.footer .copyright {
    text-align: right;
}
