
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding: 0;
 background: White;
 }
 
 #container{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #FFFFcc;
 height: 1090px;
 width: 100%
 }

		 
#top{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 background: #801A3E;
 margin: 0px;
 height: 130px;
 }
 
#welcome{
 position: absolute;
 top: 130px;
 left: 0px;
 width: 100%;
 background: #801A3E;
 margin: 0px;
 height: 80px;
 }

#lh-col{
 position: absolute;
 top: 210px;
 left: 0px;
 width: 17%;
 background: #801A3E;
 margin: 0px;
 height: 880px;
 }
 
 #location{
 position: absolute;
 top: 210px;
 left: 17%;
 width: 83%;
 height: 20px;
 background: #FFFFcc;
 }

 
#text1{
 position: absolute;
 top: 230px;
 left: 17%;
 width: 83%;
 height: 610px;
 background: #FFFFcc;
 }
	
#text2{
 position: absolute;
 top: 840px;
 left: 17%;
 width: 83%;
 height: 250px;
 background: #FFFFcc;
 }
 