body {
  margin: 0;
  padding: 0; 
  font-size: 12px;
  line-height: 18px;  
  background-color: #EAEAEA;
  color: #333333;
  text-align: center;
}

td {
  font-size: 12px;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

a {
  color: #FF330;
  text-decoration: none;
}

a:hover {
  color: #FF330;
  text-decoration: underline;
}

a img {
  border: none;
}

#left {
  text-align: center;
  position: absolute;
  display: inline; 
  top:0;
  left:0;
  width: 109px;
  margin-top:30px;
  margin-left:51px;
  background-color: white;
}

#container {
  text-align: left;
  position: relative;
  background-color: #FFF;
  width: 940px;
  margin-right:auto;
  margin-left:auto;
  background: url("/skin/images/top_bg_main.gif") repeat-y center;
}

#content {
  width: 550px;
  margin-left:160px;
  padding: 30px 20px 30px 20px;
  border-left-width: 1px;
  border-left-color: #DDD;
}

#splash {
  margin-top: 20px;
}

#footer {
  text-align: center;
  margin: 0 auto;
  width: 940px;
  clear: both;
  background: url("/skin/images/top_bg_bottom.gif") no-repeat bottom;
  height: 80px;
  background-color: #eeeeee;
}

#adcontent {
  top:0;
  left:0;
  padding-left:10px;  
  position: absolute;  
  margin-left:750px;  
  margin-top:30px;  
  width: 120px;
}

#midashi {
  text-align: center;
  width: 120px;
  background-color: #006600;
  color:#FFFFFF;
}

.entry_title{ 
    border-left:solid 5px #333333;border-bottom:solid 1px #333333;
    padding-left:15px;
    margin-left:0px;
    width:100%;
}

.entry_body blockquote {
  border:1px solid #585858;
  padding:5px;
  background-color:#FFFFCC;
}