/*//////////////////////////////////////////////////////////////
PERI - HOME PAGE STYLESHEET
CREATED: LARS FORSBERG, JUN 12, 2006
UPDATED: LARS FORSBERG, JULY 7, 2006 
//////////////////////////////////////////////////////////////*/
body {
  margin: 10px 0 0 5px; 
  text-align: left; 
  font-family: Trebuchet MS; 
  font-size: 70%; 
  text-align: left; 
  background-color:#ffffff;
  }
.header {
  postion: absolute;
  display: block;
  top: 10px;
  }
.rss-icon {
  position: absolute;
  top: 113px;
  left: 520px;
  }
.leftcol {
  display: block;
  margin: 3px 0 0 1px;
  }
.centercol {
  width:375px; 
  margin: 15px 15px 0 15px;
  }
.rightcol {
  background: url(../imgs/vertical_line.gif) no-repeat;
  height: 600px;
  }

