* {
	border:0;
	margin:0;
	padding:0;
}

#wrapper {
	position: relative;
	text-align: center;
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	height:600px;
	z-index:1;
}

#title {

position:absolute;
left: 0;
top: 0;
width: 894px;
height: 135px;
margin-left: auto ;
margin-right: auto ;

}

#gallery {
		
 	position: absolute;
 	top: 140px;
	border:0px;
	width:100%;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index: 2;


}

#navbar {
	
	width: 446px;
	height: 40px;
	margin-left: auto ;
	margin-right: auto ;
	
}

#navleft {
	position: absolute;
	left: 0px;
	top: 560px;
}

#navright {
	position: absolute;
	right: 0px;
	top: 560px;
}

#contact {
	position:  absolute;
	right: 0px;
	top: 120px;
	margin-left: auto ;
	margin-right: auto ;
}


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 475px;
  width: 100%;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 475px;
  /* Max width here, for users without Javascript */
  width: 9900px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}

