body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: url('images/bg.gif') repeat-x top;
  margin: 0;
  text-align: center;
}
#wrap {
  width: 1000px;
  margin: auto;
  text-align: left;
}

a img {
  border: 0;
}

/* header */
#banners {
  height: 120px;
  background: url('images/logo.gif') no-repeat center;
}
#banner {
  float: left;
}
#banner2 {
  float: right;
}
#banner, #banner2 {
  width: 187px;
  height: 75px;
  margin-top: 22px;
/*  background-color: #fff; */
  border: 1px solid #0984b9;
}

/* menu */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu {
  padding-top: 14px;
  margin-bottom: 48px;
}
#menu li {
  padding-right: 17px;
  margin-right: 17px;
  border-right: 1px solid #0984b9;
  float: left;
}
#menu a {
  color: #fff;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}

.show_hide {
  visibility: hidden;
  padding-top: 10px;
  position: absolute;
  border-bottom: 1px solid #fff;
}
* html .show_hide {
  margin-left: -50px;
  margin-top: 10px;
  width: 150px;
}
.show_hide a {
  color: #fff;
  background-color: #0984b9;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 6px 8px;
  display: block;
}
.show_hide a:hover {
  background-color: #0A96D1;
  text-decoration: none;
  font-weight: bold;
}

/* construction */
#a {
  width: 200px;
  float: left;
}
#c {
  width: 200px;
  float: right;
}
#b {
  width: 580px;
  margin-left: 210px;
}

/* boxes */
.box2 {
  background: url('images/bg.jpg') center no-repeat #dff3c8;
  margin-bottom: 20px;
}
h2 {
  font-size: 11px;
  margin: 0;
  padding: 8px 14px;
  font-weight: bold;
  color: #fff;
  background: url('images/title.gif') repeat-x;
  border-bottom: 1px solid #fff;
}
.content {
  padding: 15px;
}

.box {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px 0;
  padding: 15px;
}
h3 {
  font: 18px "Lucida Sans Unicode";
  color: #447744;
  margin: 0 0 10px 0;
  padding: 0;
}

/* footer */
#footer {
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding: 20px 30px;
}

/* news */
#news_list li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  border-bottom: 1px dashed #6dbf1c;
}
#news_list a {
  color: #000;
  text-decoration: none;
}
#news_list a:hover {
  padding-left: 2px;
}

.authors {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

p {
  margin: 0 0 16px 0;
  line-height: 16px;
}

.news {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6dbf1c;
}
.news span {
  color: #999;
}

/* links */
a {
  color: #0066CC;
}
a:hover {
  text-decoration: none;
  color: #0033CC;
}

#shop_link {
  display: block;
  background-color: #eee;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #0066CC;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#shop_link:hover {
  color: #0033CC;
}