
#main {
   margin-top: 60px;
   margin-left: 230px;
   width: 450px;
}

.nav {
   margin-bottom: 10px
}

.nav a {
   font-family: tahoma, arial;
   font-size: 10px;
   color: red;
   font-weight: bold;
   background: #ffffff;
   border: #e3e3e3 1px solid;
   margin-right: 1px;
   padding: 3px;
   text-decoration: none;
}

.nav a:hover {
   background: #fafafa;
   color: #333333;
}

#content {
   font-size: 11px;
   font-family: tahoma, arial;
   color: #000000;
   line-height: 170%;
   width: 450px;
   height: 360px;
   overflow: auto;
   padding-right: 5px;
}

#content a {
   color: red;
}

#content h1 {
   font-size: 14px;
   font-family: georgia, times, arial;
   font-weight: bold;
}

.article {
   border: 1px solid #e3e3e3;
   padding: 5px;
   margin: 10px;
   background: #ffffff;
   font-family: georgia, times, arial;
   font-size: 12px;
}

#content .siteCredit {
   font-family: "Lucida Grande", verdana, arial;
   font-size: 10px;
   font-weight: bold;
   color: #999999;
   border: 1px solid #cccccc;
   background: #fafafa;
   display: inline;
   padding: 4px;
   padding-top: 1px;
   padding-bottom: 1px;
   float: right;
}

#content .siteCredit a {
   color: #666666;
   text-decoration: none;
}

#content .siteCredit a:hover {
   color: red;
}