/* CSS Document */

/*Footer Styles*/
footer {
	text-align: center;
	color: #C1C1C1;
}

#copyright {
	background-color: black;
	padding: 15px;
	clear:both;
}

#copyright a {
	color: white;
	text-decoration: none;
}
#copyright a:hover {
	color: #FCC329;
}

#footerContentContainer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#505050;
	overflow: hidden;
}
#leftFooterContent {
	width: 30%;
	float:left;
	margin-left: 15%;
}
#rightFooterContent {
	width: 30%;
	float:right;
	margin-right: 15%;
}

footer h2 {
	color: white;
	font-size: 24px;
	line-height: 1.5em;
	text-decoration: underline;
}

footer h3 {
	color: #D1D1D1;
	font-size: 16px;
	line-height: 1.5em;
}