/* CSS Document */

div#footer {
	padding:3px 10px 3px 10px;
	clear:both;
	width:940px;
	height:100%;
	background:#666666;
	min-height:1px
}

#footer p.link {
	width:500px;
	float:left;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:200%;
	color:#FFFFFF;
}

#footer p.copyright {
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:200%;
}
	
a.copy:link {color:#FFFFFF; text-decoration:none; background-color:transparent;}
a.copy:visited {color:#FFFFFF; text-decoration:none; background-color:transparent;}
a.copy:active {color:#FFFFFF; text-decoration:underline; background-color:transparent;}
a.copy:hover {color:#FFFFFF; text-decoration:underline; background-color:transparent;}

#footer:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#footer { display:inline-table; }

/* MacIEhack \*/
* html #footer { height:1px; }
#footer { display:block; }
/* */


