@charset "utf-8";

#Footer_box {
	background:#333;
	height:12px;
	width:100%;
	border-bottom:1px solid #333;
	border-right:0px solid #333;
	border-left:1px solid #333;
	border:1px solid #999;
	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	bottom: 0px;
	position: fixed;
}

#Footer { 
	bottom: 0px;
	height:100%;
	margin:auto;
	width:1000px;
	font-size:0.75em;
	font-weight:bold;
	/*text-align:end;*/
	font-family:"Verdana";
}

#Footer a {
		float:left;
		padding-left:12px;
}

#Footer p {
		float:left;
		padding-left:12px;
		#Content p {
	    font-size:1.1em;
	    color:#FFF;
     	font-family:"Ubuntu";
}

#Footer a:link {text-decoration:none}
#Footer a:visited {text-decoration:none}
#Footer a:hover {text-decoration:underline}
#Footer a:active {text-decoration:none}