/*---------------------FOOTER-----------------------*/
#footer {
	height: 60px;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	width: 100%;
	left: 0px;
	top: 0px;
}
#footer table {
	margin-top: 15px;
}
.copy, .copy a:link, .copy a:active, .copy a:visited{
	font-size: 10px;
	color: #00395C;
	text-decoration: none;
}
#bookmarks {

}
#bookmarks table {
	margin-top: 20px;
}
.copy a:hover{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#content_footer {
	width: 100%;
	left: 0px;
	top: 100%;
	bottom: 0px;
}
