footer
{
	background: none repeat scroll 0% 0% rgb(33, 33, 33);
	overflow: hidden;
	/*position: fixed;*/
	/*bottom: 0px;*/
	/*left: 0px;*/
	width: 100%;
	margin: auto;
	margin-top: 40px;
	height: 230px;
	text-align: center;
}

footer > div
{
	max-width: 1300px;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

footer, footer *,#nofb a
{
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: 14px;
	color: rgb(242, 242, 242);
}

footer *
{
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}

footer a
{
	color: rgb(0, 126, 223);
	text-decoration: none;
	transition: color 0.5s ease;
	transition: text-shadow 0.5s ease;
}


footer a:hover
{
	color: white;
	text-shadow: #D6D6D6 0px 0px 2px;
}

footer p
{
	margin: 0px;
	padding: 0px;
}

footer .geninfo
{
	width: 60%;
	padding-left: 0px;
	padding-right: 0Px;
}

footer .geninfo > div
{
	margin-right: 40px;
}

footer .contact
{
	width: 40%;
	max-width: 250px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}

footer .contact > div
{
	margin-left: 10px;
}

footer .geninfo, footer .contact
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

footer  h1
{
	text-align: center;
	font-weight: bold;
}

#nofb
{
	padding: 8px;
	margin-top: 8px;
	max-width: 270px;
	text-align: left;

	border: #5F5F5F 1px solid;
	border-radius: 3px;

	background-color:  rgb(17, 17, 17);
	background-repeat: repeat-x;
}

#nofb:hover
{
	box-shadow: 0px 4px 15px rgb(6, 6, 6);
}

#nofb > a > img
{
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 4px;
	height: 35px;
}

