body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0 0 0 0;
  color : #ffffff;
}

a {
  color : #ffffff;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

#pagecontainer {
  background : #4d4a4a;
  padding : 0 0 0 0;
  margin : 0 0 0 0;
}

#header {
  background : #e0e0e0;
}

#header h1 {
  background:transparent url(/images/title-top.png) no-repeat scroll right top;
  height : 100px;
  margin: 0 auto;
  width:800px;
  color : #000000;
  font-size : 3.5em;
}

#menu ul {
  background: transparent url(/images/title-bottom.png) no-repeat scroll right top;
  margin : 0 auto;
  padding : 0;
  width : 800px;
  height : 50px;
  display : block;
  list-style : none;
}

#menu {
  padding : 0;
  background : #e0e0e0;
  border-bottom: 3px solid #87A3AC;
}

#menu ul li {
  display : inline;
  width : 100px;
  font-size : 1.2em;
  
}

#menu ul li#mail-link img {
  float : left;
  margin-left : 100px;
  margin-top : 15px;
  border: none;
}

#menu ul li#mail-link div {
  display:block;
  padding-top : 18px;
}

#menu ul li.selected span {
  background : url(/images/tab_glow.png);
}

#menu ul li span {
  display : block;
  float : left;
  background : url(/images/tab.png);
  height : 50px;
  margin : 0 2px 0 0;
}

#menu ul li span a {
  display : block;
  float : left;
  width : 100px;
  text-align : center;
  margin : 10px 0 0 0;
  color : #ffffff;
  font-weight : bold;
}

#content {
  width : 800px;
  margin : 0 auto;
}



#footer {
  background : #87A3AC;
  margin : 10px 0 0 0;
}

#footer p {
  margin:0 auto;
  padding:5px 0;
  width:800px;
}

span.blog_date_note {
  width : 50px;
  height : 50px;
  display : block;
  color : #000000;
  background : url(/images/post-it.png);
  text-align : center;
  font-size : 1.5em;
  float:left;
  margin-right : 20px;
}

ul#blog-entry-list {
  list-style : none;
  margin : 0;
  padding : 0;
}

ul#blog-entry-list li {
  min-height:50px;
}

ul#blog-entry-list li span.post-body{
  padding-left : 70px;
  display : block;
}
