body, html {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  color: #626364;
  background-color: #F3DFD6;
}

a {
  text-decoration: none;
  /*border-bottom: 1px dotted #3d4650;*/
  color: #3d4650;
}

a:hover { color: #626364; }
a img { border: 0px; }
p { margin : 0 0 10px 0; }

h1 a {
  border: none;
}

h1 {
  font-size: 16px;
}

#wrap {
  width: 1000px;
  margin: 0 auto;
  background-color: #DAF0A2;
}

#header {
  width: 1000px;
  margin: 0 auto;
  height: 117px;
  background: url('../img/top.jpg') top left no-repeat;
  position: relative;
}

#logo {
  position: absolute;
  top: 12px;
  right: 18px;
}

#slogan {
  position: absolute;
  top: 45px;
  left: 12px;
}

#main {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  background: url('../img/back.jpg') left top no-repeat;
  overflow: hidden;
  min-height: 533px;
}

#left {
  float: left;
  width: 205px;
}

#leftMenu, #leftMenu ul {
  list-style-type: none;
  margin: 0 0 0 40px;
  padding: 0;
  font-size: 18px;
  margin-top: 105px;
}

#leftMenu li {
  background: url('../img/dots.gif') 0 10px no-repeat;
}

#leftMenu li.selected {
  background: url('../img/dotb.gif') 0 10px no-repeat;
}

#leftMenu li a {
  text-decoration: none;
  color: #777878;
  margin-left: 20px;
  line-height: 30px;
  border: none;
  display: block;
}

#leftMenu li.selected a, #leftMenu li a:hover {
  color: #2a2d28;
}

#center {
  float: left;
  width: 529px;
}

#content {
  clear: both;
  padding-top: 50px;
  *padding-top: 7px;
}

.topmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-top: 36px;
}

.topmenu li {
  float: left;
  margin: 0 5px 0 5px;
  color: #777878;
  letter-spacing: 2pt;
}

.topmenu li a {
  text-decoration: none;
  color: #777878;
  border: none;
}

.topmenu li a.selected, .topmenu li a:hover {
  color: #2a2d28;
}

#right {
  float: left;
  width: 240px;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 6px;
}

#right a {
  border: none;
}

#footer {
  clear: both;
  width: 904px;
  margin: 0 auto;
  height: 30px;
  background: url('../img/footer.jpg') top left no-repeat;
  padding: 4px 36px 0 60px;
  color: #929497;
  font-size: 9px;
}

.fRight {
  float: right;
}

.galLink {
  position: relative;
  display: block;
  float: left;
  width: 228px;
  height: 200px;
  text-align: center;
  border: none;
  margin-right: 30px;
}

.galLink .galTitle {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 228px;
}

.galFrame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.galImg {
  position: absolute;
  top: 18px;
  left: 18px;
}

.imgbanner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.artInfo {
  font-weight: bold;
  font-size: 14px;
}

.artAbstract {
  margin-bottom: 20px;
}
