@CHARSET "UTF-8";
a.about-link{
	color:#54a8ba;
}

a.about-link:HOVER{
	color:#ccc;
}

#footbar	{
	clear:both;
	background-color: #FCFCFC;
	background-image: url("../images/footbar/bg_footer.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 350px;
	font-family: Tahoma,Georgia,Century gothic,Arial,sans-serif;
	}
#footbar-content	{
	position: relative;
	top:30px;
	width: 100%;
	}

#footbar-content table	{
	width: 98%;
	}
#footbar-content table tr .middle{
	width:30%;

	}
#footbar-content table tr td, #footbar-content table tr th{
	width: 35%;
	}
#footbar-content table tr td.middle{
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	border-collapse: collapse;
	}
#footbar-content table tr th.pages{
	background-image: url("../images/footbar/about.png");
	background-repeat: no-repeat;
	height:48px;
	background-position: 0% 0%;
	}
#footbar-content table tr th.cloud{
	background-image: url("../images/footbar/cloud.png");
	background-repeat: no-repeat;
	height:48px;
	background-position: center center;
	}
#footbar-content table tr th.comments{
	background-image: url("../images/footbar/foto-gallery.png");
	background-repeat: no-repeat;
	height:48px;
	background-position: 0% 0%;
	}
#footbar-content table tr td.flickr a{

	padding: 2px;
	}
#footbar-content table tr td.flickr a img{
	border: 2px solid grey;
	}
#footbar-content table tr td.flickr a:HOVER img{
	border: 2px solid #FFFFFF;
	}
#footbar-content table tr td.middle a{
	color: #ffffff;
}
#footbar-content table tr td.middle a:HOVER{
	color: #ccc;
}