
body {
	background-color:#ffffff;
	color:#eeeeff;
	margin:0px;
	padding:0px;
	font-family: "tahoma" "arial" "verdana" "helvetica";
	text-align:center;
}

#frame {
	width:760px;
	height:550px;
	background:transparent url("../graphics/background_frame.jpg") no-repeat center center;
	margin-top:0px;
	overflow:hidden;
}

#menu {
	height:45px;
	background-color:transparent;
	margin-top:14px;
	overflow:hidden;
}

#menuButtonAbout {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_about.gif") no-repeat center right;
	margin:0px 4px 0px 14px;
}

a#menuButtonAbout:hover {
	background-position:center left;
}

#menuButtonAboutFr {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_about_fr.gif") no-repeat center right;
	margin:0px 4px 0px 14px;
}

a#menuButtonAboutFr:hover {
	background-position:center left;
}

#menuButtonGallery {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_gallery.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonGallery:hover {
	background-position:center left;
}

#menuButtonGalleryFr {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_gallery_fr.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonGalleryFr:hover {
	background-position:center left;
}

#menuButtonRates {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_rates.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonRates:hover {
	background-position:center left;
}

#menuButtonRatesFr {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_rates_fr.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonRatesFr:hover {
	background-position:center left;
}

#menuButtonContact {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_contact.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonContact:hover {
	background-position:center left;
}

#menuButtonLinks {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_links.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonLinks:hover {
	background-position:center left;
}

#menuButtonLinksFr {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_links_fr.gif") no-repeat center right;
	margin:0px 4px 0px 4px;
}

a#menuButtonLinksFr:hover {
	background-position:center left;
}

#menuButtonEnter {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_enter.gif") no-repeat center right;
}

a#menuButtonEnter:hover {
	background-position:center left;
}

#menuButtonEnterFr {
	height:45px;
	width:140px;
	float:right;
	background:transparent url("../graphics/menu_enter_fr.gif") no-repeat center right;
}

a#menuButtonEnterFr:hover {
	background-position:center left;
}

#menuButtonEnterFL {
	height:45px;
	width:140px;
	float:left;
	background:transparent url("../graphics/menu_enter_fr.gif") no-repeat center right;
}

a#menuButtonEnterFL:hover {
	background-position:center left;
}

#main {
	height:467px;
	background:transparent url("../graphics/background_main_image.jpg") no-repeat center center;
	overflow:hidden;
	margin-top:9px;
	padding:0px 30px 0px 30px;
	text-align:left;
}

#galleryThumbs {
	width:395px;
	height:425px;
	margin:18px 0px 0px 0px;
	padding:0px;
	float:right;
	overflow:hidden;
	
	
}

#galleryThumbs img {
	margin:0px;
	padding:0px;
}

#galleryMain {
	width:290px;
	height:430px;
	margin:27px 0px 0px 10px;
}

#linksPage {
	height:430px;
	width:700px;
	margin-top:20px;
	overflow:scroll;
	text-align:center;
}

#linksPage img {
	margin:0px 0px 15px 0px;
}

a:visited {
	text-decoration:none;
	color:#bbbbff;
}

a:link {
	text-decoration:none;
	color:#bbbbff;
}

a:hover {
	text-decoration:none;
	color:#eeeeff;
}
