html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #a0a0a0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 77px; /* .push must be the same height as .footer */
}
.footer {
	height: 77px; 
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	
}
a:link {	
	color:#660099;
	}
#BananAlbum {
	width:98%;
	height:76%;
	position:absolute;
	z-index:100;
	left:0px;
	top:100px;
	text-align: center;
	margin-left: 18px;
	margin-right: 5px;
}
#navmenu a,visited,active {
	font-family: Verdana;
	font-size: 15px;
	color: #AAAAAA;
	text-decoration: none;
	padding-right: 25px;
	float: right;
}
.titles {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.titles a,visited,active,hover {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: 18px;
}
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.bodytext a,visited,active {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.bodytext a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#blocktitle {
	font-family: Verdana;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navmenu a:hover {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;

}
#navmenu .active {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;

}
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
}
#pads {
	padding-left: 20px;
	padding-right: 20px;
}
img a:link, a:visited {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
