body {
 margin:0px;
 padding:0px;
 background:#EEF;
}
body,td{
 font-family:sans-serif;
 font-size:13px;
 line-height:20px;
 color:#333333;
}
h1 {
 display:inline;
 margin:20px 0px 0px 0px;
 font-size:20px;
}
h2 {
 display:inline;
 font-size:14px;
 line-height:24px;
}
h3 {
 display:inline;
 font-size:13px;
 line-height:22px;
}
a {
 color:#00F;
 decoration:under-line;
}
a:hover {
 color:#F80;
}
img {
 border:none;
}
ul {
 margin:0px;
 padding:0px;
 list-style-type:circle;
 list-style-image:url(images/pin_blue.png);
}
li {
 margin:0px 0px 0px 20px;
}
#topBand {
 width:800px;
 height:50px;
 margin:0px auto;
 background:#FFF;
 border-left:1px solid #99F;
 border-right:1px solid #99F;
 border-bottom:1px solid #99F;
}
#topBand .left {
 width:200px;
 height:50px;
 background:url(images/back001.png) repeat-x;
 float:left;
 text-align:center;
}
#topBand .right {
 width:570px;
 padding:0px;
 text-align:left;
 float:right;
}
#topBand .description {
 margin-top:30px;
 float:left;
}
#topBand .site {
 margin:5px 5px 0px 0px;
 width:100px;
 text-align:right;
 float:right;
}
#bodyBand {
 width:800px;
 margin:0px auto;
 background:#CCF;
 border-top:1px solid #CCC;
 border-left:1px solid #99F;
 border-right:1px solid #99F;
 border-bottom:1px solid #99F;
}
#bodyBand #leftBlock {
 width:199px;
 margin:0px;
 padding:0px;
 float:left;
 background:#CCF;
}
#bodyBand #mainBlock {
 width:600px;
 border-left:1px solid #99F;
 margin:0px;
 padding:0px;
 float:right;
 background:#FFF;
}
#footBand {
 clear:both;
 width:100%;
 margin:10px 0px 20px 0px;
 padding:0px;
 text-align:center;
 font-size:9px;
}
#footBand ul {
 list-style-type:none;
}
#footBand li {
 display:inline;
 margin:0px 5px;
}
#category_list {
 margin:5px;
 padding:0px;
}
#category_list a {
 display:block;
 margin-bottom:2px;
 padding:6px 0px;
 text-decoration:none;
 border:1px solid #99F;
 background:#FFF; 
 text-align:center;
}
#category_list a:hover {
 background-color:#FFC;
 border:1px solid #F99;
 color:#F00;
}
#entry_list {
}
#entry_list h2 {
 color:#336;
}
#entry_list .entry {
 margin:0px 10px 20px 10px;
 padding:0px;
}
#entry_list .subject {
 margin:5px 0px 0px 0px;
 padding:2px 8px;
 border-left:5px solid #38F;
 border-bottom:1px solid #38F;
}
#entry_list .note {
 margin:10px 20px 0px 20px;
}
