@charset "utf-8";
/* CSS Document */

#contentRight {
	float: right;
	display: inline;
	width: 649px;
	background: #E6E6E6 url(images/background/backgroundLogo01.jpg) no-repeat bottom right;
}

#mainContent {
	float: left;
	width: 850px;
	background-color:#CCCCCC;
	height: auto;

}
/* ------------------GALLERY -------------------------------*/

#gallery {
	float: left;
	width: 610px;
	margin: 10px 0px 0px 20px;
	display:inline;
}

#gallery .indexGalleryImage {
	float: left;
	width: 170px;
	margin: 5px;
	padding: 5px;
	background-color:#FFFFFF;
}

#gallery a img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#gallery a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}