
/* Layout Stylesheet */ 
 
 #container1{
 position: relative;
 top: 0px;
 left: 0px; 
 width: 980px;
 height: 2420px;
 margin: 0 auto;
 background: #FFFFFF;
 z-index: 3; 
 }
 
 #heading1{
 position: absolute;
 top: 0px;
 left: 5px;
 width: 185px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #heading2{
 position: absolute;
 top: 0px;
 left: 190px;
 width: 600px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #heading3{
 position: absolute;
 top: 0px;
 left: 790px;
 width: 185px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #text1{
 position: absolute;
 top: 50px;
 left: 5px;
 width: 970px;
 height: 2110px;
 background: #FFFFFF;
 }

 #footer{
 position: absolute;
 top: 2160px;
 left: 5px;
 width: 970px;
 height: 260px;
 background: #FFFFFF;
 }
