#header {
    background-image: url();
    height: 100px;
    background-color: #00708D;
    margin: 0px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #00708D;
}

#header a {
  color: #FFFFFF;
  font-size: 28pt;
  font-weight: bold; 
  font-family: 隶书, 黑体, Courier, "Courier New", monospace;  
}

#header span {
   color: #FFFFFF;
   font-size: 11pt;
   font-weight: bold;
   font-family: 楷体, 黑体, Courier, "Courier New", monospace; 
}

body {
    background-color: #00708D;
} 

#main {
    position:absolute;
    left:220px;
}

div.block {
    width: 700px;
}

h1.block_title {
    background-image: url();
    background-color: #CCCCCC;
    height: 20px;
    width: 660px;
    margin: 5px 0px 0px 0px;
    padding: 20px 20px 3px 25px;
}

div.block_footer {
    background-image: url();
    background-color: #CCCCCC;
    height: 20px;
    width: 680px;
}

div.post {
    background-image: url();
    background-color: #CCCCCC;
    padding: 5px 20px 5px 25px;
}

div.seperator {
    background-image: url();
    height: 20px;
}

div.entrylistitem {
    background-image: url();
}

.commentform
{
    width: 400px;
    background-color: #DDDDDD;
}

#postcomment input.text, textarea {
    background-color: #DDDDDD;
    border: 1px solid #8F8F8F;
    font-size: 8pt;
}

input
{
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

td {
    background-color: #DDDDDD;
}

div.itemdesc {
    font-family: 宋体, "Courier New", Arial, Helvetica;	
    text-transform: uppercase;
    font-size: 9pt;
}

a.listitem:visited, a.listitem:active, a.listitem:link {	
  color :#CCCCCC;
  text-decoration : none;
}

a:visited, a:active, a:link{	
  color : #EEEEEE;
  text-decoration : none;
}

h1.block_title {
  height: 46px;
  width: 660px!important;
  margin: 20px 0px 0px 0px;
  padding: 25px 0px 3px 25px;
}