body {
       background-color: #F5DEB3;
       color: #444;
       font-size: 11px%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       }

a {
    color: #444;
    }

a:visited {
            color: #444;
            text-decoration: underline;
}

a:hover {
	color: #db7e31;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 3px solid #444;
	margin-left: 15px;
	padding-left: 5px;
}

#rap { 
       width: 900px;
       margin: 0 auto;

       text-align: left;

       }
h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 3px 0 3px 5px;
     font-weight: bold;
     color: #ffffff;
     border-top: #444 1px solid;
     border-bottom: #444 1px solid;
     background: url("images/title.jpg") repeat-x;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #ffffff;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 3px;
      border: #444 1px solid;
      background: #eeeeee;
      }

img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;

                   }

ul { 
     margin: 0;
     padding: 0;
     }

#credit {
          color: #333;
          font-size: 11px;
          width: 868px;
          text-align: center;
          margin: 0 auto;
          padding: 5px 0 5px 0;
          clear: both;
         border-top: 1px dotted #f3e3c8;
         
          }



.description { 
               float: right;
	       padding: 3px 610px 0 0;
               color: #db7e31; 
               font-size: 11px;
	       text-decoration:none;
               font-family: Verdana;
               font-weight: normal;
               }



.post { 
        background: #F5DEB3;
        border: 1px solid #f8f4f0;
        }



.storycontent { 
                font-size: 100%;
                padding-left: 10px;
                padding-right: 10px;
                }


#content {
           float: left;
           width: 600px;
           margin: 80px 8px 20px 8px;
           text-align: left;
           }

#header {
          font-size: 24px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 300px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg");
          }

#header a,
#header a:hover{
                          float: left;
                          color: #ffffff;
	                  padding: 201px 0 0 100px;
                          text-decoration: none;
                          }

#footer { 
          width: 900px;
          height: 48px;
          margin: 0 auto;
	  color: #666666;

          }

#footer a {
                          color: #db7e31;
                          text-decoration: underline;
                          } 
#footer a:hover {
                          color: #db7e31;
                          text-decoration: none;
                          }

#menu-left { 
             float: left;
             margin-top:80px;
             padding: 0px 8px 20px 30px;
             width: 220px;
             font-size: 11px;
             display: inline;
             }

#menu-left a,
#menu-left a:visited { 
                             text-transform: lowercase;
                             text-decoration: none;
                             color: #db7e31;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                              color: #a2d803;
                              }

#menu-left ul ul { padding-bottom: 10px;
                   margin-left: 15px;
                   }

#menu-left ul ul li { 
                      list-style-image: url("images/icon.gif");
                   margin-left: 5px;
                      }

.boosters{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;

}

.boosters a{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.boosters a:hover{
	text-decoration: underline;
	color: #999999;
}

.boosters_content{
	font-size: 14px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}


