

/* Layout Stylesheet */ 
body{
text-align: center:
 }



#container {
  margin: 0 auto;
  width:  900px;
  } 

#hdr-container {
width:100%; 

}

#hdr{
 float: top;
height:150px;
background: url();
  }

#left-header{
float: left;
 width:170px;
}

#right-header{
float: right;
 width:170px;
}



#c-block{
float: left;
top: 150px;
width: 560px;
min-height:450px;
height: expression( this.scrollHeight < 450 ? "450px" : "auto" );
 }


#c-col{
float:center;
width: 560px;
height:50px;
background: url(banner.jpg);
text-align: center;
line-height: 40pt;
 }

#ftr{
float:center;
background: url(textbackground3.jpg) repeat-y;
padding: 0.5cm;

 }


#lh-col{
float: left;
width:170px;
height:450px;
 }

#rh-col{
float: right;
 width:170px;
height:450px;
background: url(righttop.jpg)
 }

#lh1-col{
float: left;
 width:170px;
background: url(leftslice.jpg)
 }

#rh1-col{
float: right;
 width:170px;
background: url(rightslice.jpg)
 }


#footer{
float:right;
height:150px;
width:900px;
  }

#ads{
position:absolute;
top:0px;
right:0%;
width:140px;
padding:15px;
height:100%;

}


 