body {
 font-family: Verdana,Arial;
 font-size: 13px;
 background-color: #d5d6d7;
}
#main {
 width: 760px;
 margin: 20px auto;
 background-color: #FFFFFF;
 min-height: 600px;
 border-style: solid;
 border-width: 1px;
 border-color: #959596;
}
#menu {
 float: left;
 width: 100%;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #959596;
 padding-top: 10px;
}
.right {
 float: left;
 padding-top: 0px;
 background:url("right.png") no-repeat right top;
}
.selectedright {
 float: left;
 padding-top: 0px;
 background:url("right_selected.png") no-repeat right top;
}
.selectedleft {
 display: block;
 background:url("left_selected.png") no-repeat left top;
 padding-left: 6px;
 padding-right: 10px;
 padding-top: 6px;
}
.left {
 display: block;
 background:url("left.png") no-repeat left top;
 padding-left: 6px;
 padding-right: 10px;
 padding-top: 6px;
}
#menu .left a {
 color: #333333;
}
#menu .selectedleft a {
 color: #000000;
}
#menu a {
 text-decoration: none;
}
#menu a:hover {
 color: #3333CC;
 text-decoration: underline;
}
#mycontent {
 padding-left: 20px;
 padding-right: 10px;
 padding-top: 20px;
}
.floatimg{
 float: left;
 padding-right: 4px;
}
.box{
 float: left;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #959596;
}
.even{
 background-color: #F0F0F0;
/* efedf1 */
}
.odd{
 background-color: #E0E0E0;
/* e9e6eb */
}
.name{
}
.description{
 padding-left: 7px;
}
img{
 border-style: none;
}
a{
 color: #3333CC;
}
a:visited{
 color: #333399;
}
h2 a{
 text-decoration: none;
}
.postmetadata{
 font-size: 11px;
}
