
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding: 0;
 background: White;
 }
 
 #container{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #FFFFcc;
 height: 2480px;
 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: 2270px;
 }
 
 #location{
 position: absolute;
 top: 210px;
 left: 17%;
 width: 83%;
 height: 20px;
 background: #FFFFcc;
 }

 
#text1{
 position: absolute;
 top: 230px;
 left: 17%;
 width: 83%;
 height: 80px;
 background: #FFFFcc;
 }
	
#text2{
 position: absolute;
 top: 310px;
 left: 17%;
 width: 41.5%;
 height: 260px;
 background: #FFFFcc;
 }
 
 #text3{
 position: absolute;
 top: 310px;
 left: 58.5%;
 width: 41.5%;
 height: 260px;
 background: #FFFFcc;
 }
 
 #text4{
 position: absolute;
 top: 570px;
 left: 17%;
 width: 41.5%;
 height: 260px;
 background: #FFFFcc;
 }
 
 #text5{
 position: absolute;
 top: 570px;
 left: 58.5%;
 width: 41.5%;
 height: 260px;
 background: #FFFFcc;
 }
 
 #text6{
 position: absolute;
 top: 830px;
 left: 17%;
 width: 41.5%;
 height: 160px;
 background: #FFFFcc;
 }
 
 #text7{
 position: absolute;
 top: 830px;
 left: 58.5%;
 width: 41.5%;
 height: 160px;
 background: #FFFFcc;
 }
 
 #text8{
 position: absolute;
 top: 990px;
 left: 17%;
 width: 41.5%;
 height: 250px;
 background: #FFFFcc;
 }
 
 #text9{
 position: absolute;
 top: 990px;
 left: 58.5%;
 width: 41.5%;
 height: 250px;
 background: #FFFFcc;
 }

 #text10{
 position: absolute;
 top: 1240px;
 left: 17%;
 width: 41.5%;
 height: 400px;
 background: #FFFFcc;
 }
 
 #text11{
 position: absolute;
 top: 1240px;
 left: 58.5%;
 width: 41.5%;
 height: 400px;
 background: #FFFFcc;
 }
 #text12{
 position: absolute;
 top: 1640px;
 left: 17%;
 width: 41.5%;
 height: 210px;
 background: #FFFFcc;
 }
 
 #text13{
 position: absolute;
 top: 1640px;
 left: 58.5%;
 width: 41.5%;
 height: 210px;
 background: #FFFFcc;
 }
 #text14{
 position: absolute;
 top: 1850px;
 left: 17%;
 width: 41.5%;
 height: 380px;
 background: #FFFFcc;
 }
 
 #text15{
 position: absolute;
 top: 1850px;
 left: 58.5%;
 width: 41.5%;
 height: 380px;
 background: #FFFFcc;
 }

 #text16{
 position: absolute;
 top: 2230px;
 left: 17%;
 width: 83%;
 height: 250px;
 background: #FFFFcc;
 }
 
 
 
 