
/* CSS Print Document layout*/

@page { 
/*won't validate with this*/
/*size: 8.5in 11in;*/
margin: 2cm }
* {
z-index:auto
}
body {
 font-size: 100%;
			position:relative;
			
}
  .left { 
    margin:0; 
  }
  .right { 
    margin:0; 
  }
.clear{
}
#header{
height:auto;
  text-align:right;
  width:auto;
  right:0px;
  top:0px;
  position:relative;
  z-index:auto;
  background:none;
  }

img.print-logo{
  display:block;
  text-align:right;
  width:240px;
  height:361px;
  position:absolute;
  top:0pt;
  right:0pt;
  z-index:1;
  }

#footer{
float:none;
color: #FFF;
height:124pt;
  z-index:10;
  width:100%;
}

/*the container for the 3 divs that create the columns*/
#container{
z-index:10;
position:relative;
}
#content, #side_column{
width:auto;
height:auto;

  position:relative;
}
#side_column, #access{
display:none;
}

#domain{
position:absolute;
right:6em;
font-size:24pt;
font-family:"Goudy Old Style", Georgia, serif;
}


.post{

padding-bottom:24pt;
}
