body {
   margin: 0px;
   padding: 0px;
   background: #FFF;
   color: #444;
   font-family: Verdana, Tahoma, Eurostile, Arial, Helvetica, Geneva, sans-serif;
}

.bg {
   position: absolute;
   top: 0px;
   left: 0px;
}

.blur {
   position: absolute;
   left: 200px;
   top: 50px;
}

.contents {
   position: absolute;
   left: 200px;
   top: 50px;
   padding-right: 20px;
   z-index: 100;
   line-height: 19px;
}

.menu {
   position: absolute;
   color: #669;
//   top: 475px;
   top: 460px;
   left: 20px;
   width: 180px;
   font-size: 11px;
   text-align: right;
}

h1 {
   position: absolute;
   left: 40px;
   top: 10px;
   z-index: 200;
   color: #33a;
   font-family: "Arial", Charcoal, Impact, Chicago, "Gill Sans", "Arial MT Condensed Bold", Geneva, Arial, sans-serif;
   font-size: 20px;
   font-weight: bold;
   margin: 0px;
}

.contents h2 {
   background-image: url("h2bar.gif");
   background-repeat: none;
   color: #339;
   font-family: "Arial", Charcoal, Impact, Chicago, "Gill Sans", "Arial MT Condensed Bold", Geneva, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   padding-left: 20px;
   padding-top: 20px;
   margin-left:20px;
}

.menu h2 {
   background-color: #eee;
   color: #339;
   font-family: "Arial Black", Charcoal, Impact, Chicago, "Gill Sans", "Arial MT Condensed Bold", Geneva, Arial, sans-serif;
   font-size: 13px;
   padding-top:3px;
   padding-bottom:4px;
   padding-right:20px;
   font-weight: normal;
   border-bottom: 2px dotted #ccc;
}

.menuitem {
	line-height:15px;
	margin-bottom:20px;
}

.bgmenu {
   background-color: #eee;
	line-height:15px;
	margin-bottom:20px;
}

h3.item {
   font-size: 12px;
   padding-left: 20px;
}

.itembody {
   font-size: 12px;
   padding-left: 20px;
}

.iteminfo {
   color: #36d;
   font-size: 11px;
   line-height: 19px;
   padding-left: 20px;
}

h3.comment {
   font-size: 13px;
}

.commentbody {
   font-size: 12px;
   padding-left: 20px;
}

.commentinfo {
   color: #d63;
   font-size: 11px;
   line-height: 19px;
   padding-left: 20px;
}

.comment {
   font-size: 12px;
   padding-left: 20px;
}

.comments {
   font-size: 12px;
   padding-left: 20px;
}

.commentform {
   font-size: 12px;
   padding-left: 20px;
}

.mailform {
   font-size: 12px;
   padding-left: 20px;
}

.searchform {
   padding-left: 20px;
}

.leftbox, .rightbox {
   margin: 3px;
   padding: 3px;
   font-size: larger;
   width: 20%;
}

.leftbox {
   float: left;
   border-right: 2px solid #335;
}

.rightbox {
   float: right;
   border-left: 2px solid #335;
}

img {
   border: none;
}

.skip {
   display: none;
}

ul.nobullets {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}

.highlight {
   border: 1px dotted #222;
}

a {
   color: #44e;
   text-decoration: underline;
}

a:hover {
color: #23e;
}
