/* CSS Document */


body.withbg {

background-image: url("./bg2.gif");
background-repeat: no-repeat;
background-color: #F4F4F3;
background-position: 0px 80px;
background-attachement: scroll;
}


/* top image */
#top1_img {
  position: absolute;
  align: center;  
  top: 1px;
  left: 100px;
}

#top2_img {
  position: absolute;  
  top: 55px;
  left: 0px;
}

#access {
  position: absolute;
  align: center;  
  top: 70px;
  left: 600px;
}

#qr {
  position: absolute;
  align: center;
  top: 500px;
  left: 30px;
}

.a {
font-size: 18pt;
color: #ff0000;

}

.contact_detail {
font-size: 13pt;
font-style: italic;
color: #000000;

}

.large {
font-size: 18pt
}

.main_title {
	font-size: 20pt;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN";
	font-style: normal;
	font-weight: bolder;


}

.semi_large {
font-size: 12pt
}

.middle {
font-size: 11pt
}

.small {
font-size: 10pt
}

font.small_white {
font-size: 10pt;
font-color: #FFFFFF;
}

#desc1 {
  position: absolute;  
  font-size: 12pt;
  
}


#logo_img {
  position: absolute;  
  top: 90px;
  left: 10px;
  
}

#back {
  position: absolute;  
  top: 530px;
  left: 40px;
  z-index: 3;

}


div.box {
  width: 360px;
  height: 100px;
  left: 10px;
  text-align: left;
  color: #ffffee;
  background-color: #444474;
  padding: 5px;
  border-style: dashed;
  border-width: 4px;
  border-color: #CC6623;
}

#special {
  position: absolute;  
  top: 130px;
  left: 10px;

}

#body_text1 {
  position: absolute;
  width: 560px;  
  top: 200px;
  left: 30px;
  font-size: 14px;
}


#bottom_text {
  border: 1;
  position: absolute;
  width: 520px;  
  top: 550px;
  left: 100px;
  font-size: 12px;
}



#top_title {
  position: absolute;  
  top: 20px;
  left: 40px;
}


.sub_heading {
  color: #DDDDDD;
  font-weight: bold;
  font-size: 18px;
}


#sub_title {
  position: absolute;  
  color: #333333;
  font-size: 15pt;
  font-weight: bold;
  top: 55px;
  left: 40px;
}

#navi {
  float: left;  
  width: 30%;

}

#main {
  float: left;  
  width: 70%;

}





.rl {
  position: relative; 
  top: 30px;
  left: 100px;
}
.st {
  position: static;  

}
