#header {
    width: 880px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/prachp_logo.gif');
    background-repeat: no-repeat;
}
#menubar{
    width: 880px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #005599;
    text-align: right;
    font-weight: bold;
    font-size: 90%;
    color: #ffffff;
    font-family: Tahoma,Arial,Helvetica,Sans,sans-serif;
}
#menubar a,a:link{
    color: #ffffff;
    text-decoration: none;

}
#menubar a:visited{
    color: #ffffff;
    text-decoration: none;

}

#main-wrapper{
    width: 880px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    width: 650px;
    height: 1000px;
    padding-right: 0px;
    background: white;
    font-family: Tahoma,Arial,Helvetica,Sans,sans-serif;
}

#rightSidebar {
    float: right;
    width: 230px;
    height: 1000px;
    padding-left: 20px;
    background: white;
    font-family: Tahoma,Arial,Helvetica,Sans,sans-serif;
}

.recentPostsItem {
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
}

#recentPostsList {
    margin: 0px;
    padding: 0;
}

#main a, a:link {
 color: #005588;
 text-decoration: none;
}
#main a:visited {
    color: #000066;
}

#rightSidebar a, a:link {
 color: #005588;
 text-decoration: none;
}
#rightSidebar a:visited {
    color: #000066;
}
#about{
    font-size: 90%;
}
  .fs0 { font-size: 1.0em; }
  .fs1 { font-size: 1.2em; }
  .fs2 { font-size: 1.4em; }
  .fs3 { font-size: 1.6em; }
  .fs4 { font-size: 1.8em; }
  .fs5 { font-size: 2.0em; }

