* {
  padding: 0;
  margin: 0;
}
body {
  background: #dedede url('images/bg.gif') 0 0; /*fixed;*/
  margin: 20px 0;
  font-size: 0.81em;
  font-family: 'Trebuchet MS', Georgia, Tahoma;
  color: #305261;
}

#container {
  width: 916px;
  margin: 0 auto;
  padding: 0 5px 0 0px;
}
#header {
  height: 310px;
  position: relative;
  background: url('images/header.gif') left bottom no-repeat;
}
.more a {
  background: none;
  color: #305261;
}

#header_up {
  height: 40px;
  background: url('images/header_1.png') no-repeat;
}

#header_down {
  height: 40px;
  background: url('images/header_2.gif') no-repeat;
}

#content {
  background: url('images/bgt.png');
  height: 100%;
  color: #fff;
}

#main_column {
  float: right;
  width: 660px;
  padding: 5px;
}
#side_panel {
  float: left;
  width: 227px;
  padding: 5px;
  position: relative;
  text-align: center;
}
.clear {
  clear: both;
}

#footer {
  width: 778px;
  margin: 0 auto;
  height: 20px;
  background: url('images/footer.gif') 5px 0 no-repeat;
}

#header_nav {
  padding: 6px;
  color: #fff;
  font-size: 15pt;
}

a {
  color: #ffcb05;
  text-decoration: none;
}

.entry {
  padding-top: 12px;
  padding-bottom: 35px;
  width: 528px;
  overflow: hidden;
}
.entry p {
  margin: 10px 0;
  line-height: 1.69em;
}
.entry img {
  border: none;
}
.entry ol, .entry ul {
  padding-left: 30px;
  margin: 10px 0;
}
.entry pre, .entry code {
  background-color: #f7f7f7;
  border: 1px dashed #afafaf;
  margin: 10px 0;
  padding: 5px;
  overflow: auto;
  font-size: 1.15em;
  color: #666666;
  display: block;
  width: 516px;
}
.entry blockquote {
  border-left: 5px solid #afafaf;
  margin: 10px;
  padding-left: 10px;
  color: #666666;
  line-height: 1.69em;
}
.date, .entry_info {
  font-size: 0.85em;
  color: #7e7e7e;
}
.entry_info {
  display: block;
  margin-top: 10px;
}

#side_panel input, #side_panel textarea, #side_panel button {
  background: #f1efe5;
  border: 1px solid #b9aca0;
  color: #7d6a5e;
  font-family: 'Trebuchet MS', Georgia, Tahoma;
  font-size: 1em;
}

#archives_box h4 {
  font-family: Arial, 'Times New Roman','Trebuchet MS', Tahoma;
  font-size: 1.92em;
  font-weight: normal;
  color: #b71600;
  margin: 0 10px;
}
.list_box h4 {
  font-family: Georgia, 'Trebuchet MS', Tahoma;
  font-size: 1.38em;
  font-weight: normal;
  color: #917b6d;
  margin: 0 6px 0 1px;
  border-bottom: 1px solid #d6c7b9;
  padding-bottom: 2px;
  height: 100%;
}
.list_box ul {
  list-style-type: none;
  padding: 0 6px;
  font-size: 0.92em;
  font-family: Arial, Tahoma, Georgia, 'Trebuchet MS';
}

.link a{
  color: #333333;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}