* { margin: 0; padding: 0; }

body {
  background-color: #fff;
  background-image: url('images/pagebg.gif');
  font-size: 14px;
  color: #231f00;
}

img { 
  border: 0px;
}

h1 {
  width: 99%;
  font-size: 30px;
  padding-top: 3px;
}

h2 {
  display: inline;
  font-size: 10px;
}

.showhide {
  background-image: url('images/eye.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
}

#content {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}

#page {
  width: 930px;
  padding: 10px;
  background-color: #dbdcc3;
  border: 1px solid #b0b197;
}

#top {
  width: 100%;
  height: 105px;
  background-image: url('images/bgtop.png');
  background-repeat: repeat-x;
  text-align: center;
}

#logo {
  margin: 0 auto;
  width: 348px;
  height: 178px;
  background-image: url('images/logo.png');
}

#menu {
  margin: 0 auto;
  width: 424px;
  height: 24px;
  background-image: url('images/menu.png');
  margin-bottom: 10px;
  padding-top: 4px;
}

#menu a {
  color: #2c2d1d;
  font-size: 16px;
  font-weight: bold;
}

a {color: #2a2e0f;text-decoration: none;}
a:hover {text-decoration: underline;}

input {
  background-color: #b5b697;
  border: 1px dotted #948f6a;
  padding: 3px;
  color: #fff;
}

select {
	width: 130px;
}

.table {
  margin: 0 auto;
  text-align: left; 
  background-color: #d1cfb7;
  border: 1px solid #b3af89;
  border-collapse:collapse;
}

.td_head {
  border: 1px solid #b3af89;
  background-color: #d1cfb7;
  text-align: center;
  font-weight: bold; 
  padding:3px;
}

.td {
  border: 1px solid #b3af89;
  background-color: #efeee6;
  padding:3px;
}

#art {
  background-image: url('images/art.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: 10px;
  width: 100%;
  height: 262px;
  text-align: center;
}

#art .txt {
  padding-top: 240px;
  padding-left: 130px;
  font-size: 10px;
  color: #212203;
}