/* BASIC ELEMENTS */

#right_strip {
	margin: 0;
	position: absolute;
	width: 120px;
	height: 476px;
	top: 0px;
	left: 860px;
	
	z-index: 4
}

#content_area {
	vertical-align: top;
	position: relative;
	top: 0px;
	z-index: 1;
	text-align: center;
	width: 980px;
	height: 590px;
}

#menu_area {
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 660px;
	z-index: 2;
	width: 200px;
	height: 476px;
	margin: 0;
}

#lower_strip {
	vertical-align: top;
	position: absolute;
	top: 476px;
	left: 0px;

	z-index: 3
}

#main_image {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	vertical-align: top;
	width: 660px; 
	height: 476px;
}


/* MENU */

#main_menu {
	position: absolute;
	width: 200px;
	top: 177px;
	left: 660px;
	z-index: 50;
	height: 22px;
}
	
#menu1 a {
	background-image: url(../images/home/menu/menu_abou.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99; }
	
#menu1 a:hover {
	background-image:  url(../images/home/menu/menu_abou_r.jpg);
	background-repeat: no-repeat; }
	
#menu2 a {
	background-image: url(../images/home/menu/menu_news.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 22px;
	z-index: 99; }
	
#menu2 a:hover {
	background-image:  url(../images/home/menu/menu_news_r.jpg);
	background-repeat: no-repeat; }

#menu3 a {
	background-image: url(../images/home/menu/menu_raft.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 44px;
	z-index: 99; }
	
#menu3 a:hover {
	background-image:  url(../images/home/menu/menu_raft_r.jpg);
	background-repeat: no-repeat; }
	
#menu4 a {
	background-image: url(../images/home/menu/menu_kaya.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 66px;
	z-index: 99; }
	
#menu4 a:hover {
	background-image:  url(../images/home/menu/menu_kaya_r.jpg);
	background-repeat: no-repeat; }
	
#menu5 a {
	background-image: url(../images/home/menu/menu_gift.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 88px;
	z-index: 99; }
	
#menu5 a:hover {
	background-image:  url(../images/home/menu/menu_gift_r.jpg);
	background-repeat: no-repeat; }

#menu6 a {
	background-image: url(../images/home/menu/menu_cafe.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 110px;
	z-index: 99; }
	
#menu6 a:hover {
	background-image:  url(../images/home/menu/menu_cafe_r.jpg);
	background-repeat: no-repeat; }

#menu7 a {
	background-image: url(../images/home/menu/menu_corp.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 132px;
	z-index: 99; }
	
#menu7 a:hover {
	background-image:  url(../images/home/menu/menu_corp_r.jpg);
	background-repeat: no-repeat; }

#menu8 a {
	background-image: url(../images/home/menu/menu_gall.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 154px;
	z-index: 99; }
	
#menu8 a:hover {
	background-image:  url(../images/home/menu/menu_gall_r.jpg);
	background-repeat: no-repeat; }

#menu9 a {
	background-image: url(../images/home/menu/menu_cont.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 176px;
	z-index: 99; }
	
#menu9 a:hover {
	background-image:  url(../images/home/menu/menu_cont_r.jpg);
	background-repeat: no-repeat; }

a {
	text-decoration: none;
	color: #FFFFFF;
 }

a:visited {
	text-decoration: none;
	color: #FFFFFF;
 }

a:hover {
	text-decoration: none;
	color: #FFFFFF;
 }

