@charset "utf-8";
/* CSS Document */

#gluetobottom {
	height:32px;
	position:fixed;
	bottom:0px;
	left:0px;
	width: 100%;
}

#footercontainer {
	clear:both;
	background-color:#000000;
	height:32px;
	width:869px;
	border:1px solid #000000;
	opacity:0.6;
	filter:alpha(opacity=60);
	/*margin-left:-434px;*/
	overflow:hidden;
	margin:auto;
	}

#footercontainer #footercopyright	{
	display:inline;
	margin:0px;
	float:left;
	width:300px;
	height:32px;
	overflow:hidden;
	}
	
#footercontainer #footercopyright p {
	margin:10px;
	color:#FFFFFF;
	}
	
#footercontainer #footercopyright a {
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footercontainer #footercopyright a:hover {
	text-decoration:underline;
	}

#footercontainer #footercontent	{
	display:inline;
	float:right;
	width:519px;
	height:32px;
	margin:0px;
	overflow:hidden;
	}
	
		
#footercontainer #footercontent ul {
	display:inline;
	float:right;
	margin:10px;
	padding:0px;
	list-style:none;
	}
	
#footercontainer #footercontent ul li {
	display:inline;
	color:#ffffff;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	opacity:1.0;
	filter:alpha(opacity=100);
	}
	

#footercontainer #footercontent ul li a {
	color:#ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration : none;
	opacity:1.0;
	filter:alpha(opacity=100);
	}
	
#footercontainer #footercontent ul li a:hover {
	text-decoration:underline;
}