body {
  background: #fff url("../images/background.gif/$file/background.gif") top left repeat-x  !important;
  font: normal .75em/1.5em Verdana,  Arial, Helvetica, sans-serif;
}
	
.blog {
  align: center;
}
#frame {
 border-left: solid 5px white;
 border-right: solid 5px white;
  margin: 0 auto;
  text-align: left;
  min-width: 650px;
  height: 100%;
  width: 75%;
}
#header { 	
  background: #FFF url("../images/header.gif/$file/header.gif") bottom left repeat-x;
  color: #5b3feb;	
  height: 120px;	
  padding: 0;	
}
#header #headerInnerLeft{
  postiion: relative;
  z-index: 2;
  float: left;
  width: 70%;
  height: 120px;	
  background: transparent url("../images/corner-bottom-left.png/$file/corner-bottom-left.png") bottom left no-repeat;
}
#header #headerInnerRight{
  postiion: relative;
  z-index: 2;
  float: right;
  width: 20%;
  height: 120px;	
  background: transparent url("../images/corner-bottom-right.png/$file/corner-bottom-right.png") bottom right no-repeat;
}
#main{
  -moz-border-radius:0px;
  border: none;
}
.small {
  text-size: 0.5em;
}
.grey {
  color: #AAA;
}
ul {
  margin-bottom: 0px;
  margin-top: 0px;
}
.entryBody {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 160%;
}
#titleBar h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.vcard {
  margin-bottom: 15px;
}
.date {
  font-size: 80%;
}
hr {
  color: transparent;
  height: 0px;
  border-top: solid 1px #AAA;
  margin: 10px 0px 15px -14px;
  padding: 0px;
}
#copyright {
  background-color: #FFF;
  text-align: center;
  font-size: 75%;
  color: #AAA;
}
#titleBarTopLeft {
  position: absolute;
  width: 10px;
  height: 10px;
  float: left;
  z-index: 3;
  background: transparent url("../images/corner-top-left.png/$file/corner-top-left.png") top left no-repeat;
}
#titleBarTopRight {
  position: absolute;
  width: 10px;
  height: 10px;
  float: right;
  right: 0px;
  z-index: 3;
  background: transparent url("../images/corner-top-right.png/$file/corner-top-right.png") top right no-repeat;
}
tt {
  font-size: 11pt;
}
code {
  font-size: 10pt;
  line-height: 100%;
  width: 100%;
  overflow: auto;
}
