@import url('gallerystyle.css');

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background: #fff url(../images/bg.jpg) repeat-x; 
  color:#000000;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
a {
  text-decoration:none;
}
#top {
  width: 901px;
  height: 71px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/top.jpg);
}
#menu {
  float:left;
  position:relative; 
  left: 255px;
  top: 19px;
}
#lang {
  float:left;
  position:relative; 
  width: 20px;
  left: 280px;
  top: 30px;
}
#lang a{
  color: #fff;
  font-weight: bold;
}
#headerbg {
  width: 901px;
  height: 206px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/headerbg.jpg);
}
#headeren {
  width: 901px;
  height: 206px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/headeren.jpg);
}
#headerbg marquee {
  width: 788px;
  height: 20px;
  float:right;
  position:relative;
  top: 170px;
  color: #fff;
  background: #b3c207;
  padding-right: 30px;
}
#title {
  width: 851px;
  height: 55px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/title.jpg);
  color: #fff;
  font-weight: bold;
  padding: 13px 0px 0px 50px;
}
#container {
  width:901px;
  height:auto; 
  margin-left:auto;
  margin-right:auto;   
}
#left {
  width:599px;
  min-height:565px;
  float:left;
  position:relative;
  background: #fff;
  padding: 0px 20px 20px 30px;
  text-align: justify;
  overflow:hidden;
}
#right {
  width:252px;
  min-height:585px;
  float:left;
  position:relative;  
  background: #fff url(../images/right_bg.jpg) repeat-x;
}
#right div {
  width: 230px; 
  margin-left: auto; 
  margin-right:auto;
}
#right a img {
  float:right; 
  position:relative;
}
#content {
  width:638px;
  height:auto;
  text-align:justify; 
}
#footer {
  width: 901px;
  height: 136px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/footer.jpg);
}
#footer a {
  font-size: 10px;
  color:#fff;
  font-weight:normal;
}
#copy {
  float:left;
  position:relative;
  left:20px;
  top:36px;
  font-size: 9px;
  color:#fff;
}
#design {
  float:right;
  position:relative;
  right:40px;
  top:36px;
  font-size: 9px;
  color:#fff;
}
#design a{
  font-size: 9px;
  color:#fff;
  text-decoration:none;
}
#feedback {
  width:195px;
  height: 350px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
}
#form {
  float:right;
  position:relative;
  width: 300px;
}
input {
  border:1px solid #eaeaea;
  width: 195px;
  height: 20px;
  padding: 4px 0px 0px 0px;
  margin-bottom:10px;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
textarea {
  border:1px solid #eaeaea;
  width: 195px;
  height:106px;
  margin-bottom:10px;
  overflow:auto;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
.send {
  width: 80px;
  height: 20px;
  background: #a5b703;
  border: 0px;
  color: #fff;
  font-weight:bold;
  float:right;
  position:relative;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
  cursor:pointer;
  padding: 0px;
}
img {
  border:0px;
}
.blind img {
  padding: 2px;
  border: 1px solid #c8c8c8;
}
.blind a:link img{
  padding: 2px;
  border: 1px solid #c8c8c8;
}
.blind a:hover img{
  padding: 2px;
  border: 1px solid #006e9f;
}
a.green {
  color: #a5b703;
  font-weight:bold;
}
.handcursor{
	cursor: pointer;
}
.finance {
  width: 600px;
  margin-right: 50px;
}
.finance td {
  background:#f8f8f8;
}
.finance a {
  font-weight:bold;
  color:#000;
}
.tbl {
  width: 450px; 
  border: 0px;
}
.tbl td{
  background: #f7f7f7;
}
.tbl td.tit {
  background: #dbdbdb;
  font-weight: bold;
  text-align:center;  
}