
/*General styles */
body 
{
  position: absolute;
  height: 100%;
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  min-width:640px;    /* Minimum width of layout - remove line if not required */
}

.website_logo
{
  position: absolute;
  top: 5px;
  width: 180px;
  left: 260px;
}

#page
{
  width: 700px;
  margin: 0px auto;
  position: relative;
}

/* Header styles */
#header 
{
    clear:both;
    width:100%;
}
#columns_leftbackground
{
  clear: both;
}


#columns_middlebackground
{
  margin-left: 140px;
}            
#columns_rightbackground
{
  border: solid 1px;
  margin-left: 419px;
}            

#colmiddle 
{
  float: left;           
  margin-left: -420px;
  width: 400px;
  padding: 10px;  
  position:relative;
}

#colleft 
{
  float: left;
  margin-left: -560px;
  width: 120px;
  padding: 10px;  
  position: relative;
}

#colright 
{
  float: right;
  width: 120px;
  padding: 10px;  
  position: relative;
}

/* Footer styles */
#footer {
  clear:both;
}
  

#puffLog
{
  position: absolute;
  bottom: 10px;      
  right: 10px;
}
