body {
background-color: #fff;
font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;;
/*
margin-right: auto;
margin-left: auto;
width: 700px;
*/
margin: 10px 30px;
background-image: url(furniture/sp-bg6.jpg);
background-repeat: no-repeat;
background-position: top right;
}

a {
color: #900;
}

a:hover {
color: #f00;
}

.head  {
height: 120px;
background-image: url(http://bugpowder.com/logos/buglogo_02.gif);
background-repeat: no-repeat;

/*font-size: 2em;
font-family: courier;
font-weight: bold;
padding: 10px 0;
letter-spacing: .1em;
*/
}

.head a {
display: none;
color: #900;
text-decoration: none;
}

.subhead {
font-size: .8em;
color: #000;
margin-bottom: 20px;
font-family: courier;
}
.subhead a {
color: #900;
}
.subhead a:hover {
color: #f00;
}
.sidebar {
float: right;
width: 150px;
color: #999;
margin-top: 10px;
}

.sidebar a {
color: #c99;
}

.sbtitle{
font-family: courier;
color: #900;
font-size: .9em;
font-weight: normal;
letter-spacing: .05em;
}

.sbtxt {
font-size : .7em;
line-height: 1.2em;
margin: 10px 0;
}
.sb:hover .sbtxt {
color: #333;
}
.sb:hover a {
color: #900;
}
.sb:hover a:hover {
color: #f00
}

.blog{
margin-top: 10px;
margin-right: 200px;

}


.date {
margin: 10px 0 0 0;
font-weight: bold;
font-size: .8em;
color: #c99;
letter-spacing: .2em;
}

.datefooter {
padding: 5px;
}

.post {
padding-top: 5px;
border-bottom: 1px dashed #fcc;
}


.body {
margin:  10px 0;
color: #000;
font-size: .8em;
line-height: 1.4em;
}

.stamp {
font-size : .6em;
text-align: right;
color: #999;
letter-spacing: .2em;
margin-top: -1em;
}
.stamp a {
color: #c99;
text-decoration: none;
}

.stamp a:hover {
color: #f0;
text-decoration: underline;
}


