* html {/* fix jitters when using expression*/
background-image: url(Pictures/frametest.JPG);
}
* {margin:0;padding:0}

#left{
	position:fixed;
	background: url(Pictures/dragona.gif);
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 220px;

}

* html #left {
position: absolute; /* position fixed for IE6 */
top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
} 

#left {left:0px}

#content{
	margin:0 220px;
        top: 25px;
        bottom: 0px;
	background: url(Pictures/frametest.JPG);
}

* html #content{height:100%}
p{padding:3px;margin: 0 0 1em 0;}

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#left{display:none;} 
#content{width:100%; float:none;
