
#center {
  position: absolute;
  width: 996px;
  left: 50%;
  margin-left: -498px;
}

#menu {
  display: block;
  position:absolute;
  left:830px;
  top:280px;
  width:115px;
  height:178px;
}

#opening {
  display: block;
  position:absolute;
  left:20px;
  top:355px;
  width:185px;
  height:70px;
}

#banner_l {
  display: block;
  position:absolute;
  left:45px;
  top:600px;
  width:140px;
  height:200px;
}

#banner_r {
  display: block;
  position:absolute;
  left:815px;
  top:600px;
  width:140px;
  height:200px;
}

#light-l {
  position:absolute;
  left:64px;
  top:0px;
  width:115px;
  height:178px;
}

#logo {
  position:absolute;
  left:179px;
  top:0px;
  width:624px;
  height:112px;
}

#light-r {
  position:absolute;
  left:803px;
  top:0px;
  width:115px;
  height:178px;
}

#top-l {
  position:absolute;
  left:179px;
  top:112px;
  width:101px;
  height:66px;
}

#portal-head {
  position:absolute;
  left:280px;
  top:112px;
  width:446px;
  height:103px;
}

#top-r {
  position:absolute;
  left:726px;
  top:112px;
  width:77px;
  height:66px;
}

#door-l {
  position:absolute;
  left:0px;
  top:178px;
  width:228px;
  height:640px;
}

#portal-l {
  position:absolute;
  left:228px;
  top:178px;
  width:52px;
  height:665px;
}

#portal-r {
  position:absolute;
  left:726px;
  top:178px;
  width:40px;
  height:665px;
}

#door-r {
  position:absolute;
  left:766px;
  top:178px;
  width:230px;
  height:640px;
}

#portal-mid {
  position:absolute;
  left:280px;
  top:215px;
  width:446px;
  height:628px;
  background-image: url(../images/portal_mid_door.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#portal-mid-bg {
  position:absolute;
  left:280px;
  top:215px;
  width:446px;
  height:628px;
  background-image: url(../images/portal_mid_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#foot-l {
  position:absolute;
  left:149px;
  top:818px;
  width:30px;
  height:66px;
}

#bottom-l {
  position:absolute;
  left:179px;
  top:818px;
  width:49px;
  height:25px;
}

#bottom-r {
  position:absolute;
  left:766px;
  top:818px;
  width:37px;
  height:25px;
}

#foot-r {
  position:absolute;
  left:803px;
  top:818px;
  width:30px;
  height:66px;
}

#portal-foot {
  position:absolute;
  left:179px;
  top:843px;
  width:624px;
  height:41px;
}

.content {
  display: block;
  overflow:auto;
  width: 450px;
  height: 628px;
  margin: 10px;
  text-align:left;
  color: black;
  font-size: 14px;
  z-index: 2;
}

.opening_hours {
  color: #FFFFFF;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  width: 180px;
}

.side_banner {
  padding:2px;
  text-align:left;
  font-family: Impact, Arial, Helvetica, sans-serif;
  color: #FFFFCC;
  font-size: 15px;
}

.side_banner a {
  display: block;
  color: #FFFFCC;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
}

.side_banner a:hover {
  color: #FFCC66;
  text-decoration: underline;
}

.override a {
  display: inline;
}

.index {
  display: block;
  height: 600px;
  color: #FFFFCC;
}

.index_header {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.buttonscontainer {
  text-indent: 1px;
  padding-top: 0px;
}

.main_buttons a {
  color: #FFFFCC;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align:left;
  font-weight: normal;
  font-size: 13px;
  text-decoration:none;
}

.main_buttons a:hover {
  text-decoration: underline;
  color: #FFCC66;
}

.main_buttons li {
  color: #FFFFCC;
}

.button_act {
  color: #FFCC66;
/*   text-decoration: underline; */
}

.panel {
  position: absolute;
  width: 250px;
  top: 40%;
  left: 40%;
  color:#CC3333;
  font-size:12px;
  font-weight:bold;
  background-color: silver;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin-bottom:5px;
  margin-left:5px;
  margin-right:5px;
  padding: 2px;
  z-index: 5;
}

.photolist {
  display: block;
  padding-top: 5px;
}

.photo {
  background-color: white;
  margin: 3px;
  padding: 5px;
  border:1px solid #999999;
  text-align:center;
  float: left;
}

.photo a {
  color: #666666;
  text-decoration: none;
}

.photo a:hover {
  color: black;
  text-decoration: underline;
}

.photodesc {
  width: 120px;
  margin: 2px;
/*   height: 20px; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  text-align:center;
}

.photo_panel {
  position: absolute;
  top: 15px;
  left: 15px;
  color:#CC3333;
  font-size:12px;
  font-weight:bold;
  background-color: silver;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 5px;
  z-index: 5;
  font-family: Arial, Helvetica, sans-serif;
}

.photo_detail {
  display: block;
  margin: 10px;
/*  border:1px solid #CCCCCC; */
  z-index: 5;
}

.title {
  width: 100%;
  color: #066445;
  margin-top: 2px;
  margin-bottom: 5px;
  text-align: center;
  font-size:13px;
  font-weight: bold;
}

.note {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}

.rec_head {
  clear: left;
  width: 95%;
/*   height: 15px; */
/*  overflow: auto;*/
/*   background-image: url(../images/header.jpg); */
  border-bottom: 1px solid #066445;
  color: #066445;
  font-weight: bold;
  font-size:13px;
/*  margin-left:-5px;
  margin-right:5px; */
  text-indent: 3px;
  vertical-align: middle;
}

.rec_line {
  text-align:left;
/*   font-size:12px; */
  font-weight:normal;
  color:black;
  margin-left: 5px;
}

.rec_body {
  clear: left;
  width: 95%;
  padding-top:2px;
  margin-left:5px;
  margin-right:5px;
}

.rec_navig {
  width: 100%;
  text-align: center;
}

.form_body {
/*   clear: left; */
  background-color: #CCCCCC;
  width: 95%;
  padding: 2px;
  border: 1px solid #666666;
  font-size: 11px;
  margin-bottom: 5px;
}

.form_body a {
  display: block;
  font-size: 10px;
  color: #003366;
  background-color: #DDDDDD;
  border-top: 1px solid #FCFCFC;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #FCFCFC;
  border-right: 1px solid #666666;
  text-align: center;
  text-decoration: none;
  padding: 1px;
  margin: 2px;
}

.form_body a:hover {
  color: #003366;
  background-color: #CCAA99;
  text-decoration: none;
}

input, select, textarea {
  color: black;
  background-color: #EEEEEE;
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
}

.rec_head select {
  color: black;
  background-color: transparent;
  font-size: 10px;
  background-color: #FFFFCC;
  border: 1px solid #CCAA99;
  font-family: Tahoma, Arial, sans-serif;
}

.head {
  color: #2A2E2F;
  font-weight: bold;
  font-size:13px;
  text-decoration:none;
  margin-top:10px;
  margin-bottom:5px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0px;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  color: #006633;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 7px;
  margin-top: 5px;
}

li {
  margin: 0;
  padding: 0;
  margin-left: 7px;
}

