@charset "UTF-8";
/* CSS Document */

#footer {
	background-color: #19275F;
	clear: both;
	color:#FFF;
	padding-left:100px;
	padding-top:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	text-align: center;
	height: 250px;
	padding-bottom: 8px;
	padding-right: 8px;
	margin: 0px;
}
#footerbottom {
	list-style:none;
	float:left;
	background-color: #19275F;
	vertical-align: bottom;
	width: 600px;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: xx-small;
}
