body {
	background: white url(../images/background.jpg) top center no-repeat;
  background-attachment: fixed;
	font: 12px 'Tahoma', Arial, Helvetica, sans-serif !important;
}
a {
	font: 11px 'Tahoma', Arial, Helvetica, sans-serif;
	text-decoration:none; 
	color: #EB3D00;
}
a:hover {
	text-decoration:underline;
	color: black;
}

h1 {
  font: 23px 'Tahoma', Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  text-align: center;
  color: #EB3D00;
  margin: 0px auto;
}

#all_page {
  width: 930px;
  height: 386px;
  margin: 0 auto;
  background: transparent url(../images/mapoma_center.jpg) center no-repeat;
}

#pages_center {
  position: relative;
  left: 0px;
  width: 930px;
  height: 386px;
}
#pages_right {
  position: relative;
  top: -80px;
  left: 650px;
  width: 270px;
  height: 250px;
}

body>div #pages_right {
  position: relative;
  top: -130px;
  left: 650px;
  width: 270px;
  height: 250px;
}

.pages_right_text {
  width: 270px;
  height: 250px;
  margin-top: -15px;
}

/* Bottom */
#bottom {
  position: relative;
	width: 930px;
	height: 20px;
	margin: 0 auto;
}

.bottom_copyright {
  width: 930px;
  font: 11px 'Tahoma', Arial, Helvetica, sans-serif;
  text-align: right;
  color: #717171;
}


/*content*/
#container {
	position: relative;
	width: 655px;
	height: 250px;
	top: 187px;
  left: 23px;
	background: transparent;
}

body>div #container {
	position: relative;
	width: 655px;
	height: 250px;
	top: 120px;
  left: 23px;
	background: transparent;
}

#kwick {
	position: relative;
	left: 0px;
	top: 0px;
  margin: 0 auto;
 
}

body>div #kwick {
	position: relative;
	left: -37px;
	top: 0px;
  margin: 0 auto;

}

#kwick .kwicks {
	display: block;
	height: 250px;
}

#kwick li {
  position: relative;
	float: left;
	left: 0px;
	top: 0px;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 201px;
	background: transparent;
	border-right: 2px solid white;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #dfdfde;
}

#kwick .opt2 {
	background: #dfdfde;
}

#kwick .opt3 {
	background: #dfdfde;
}

#kwick .opt4 {
	background: #dfdfde;
  border-right: 0px;
}