
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding: 0;
 background: White;
 }
 
 #container{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #FFFFcc;
 height: 1260px;
 width: 100%
 }
		 
#top{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 background: #801A3E;
 margin: 0px;
 height: 100px;
 }
 
#welcome{
 position: absolute;
 top: 100px;
 left: 0px;
 width: 100%;
 background: #801A3E;
 margin: 0px;
 height: 80px;
 }

#lh-col{
 position: absolute;
 top: 180px;
 left: 0px;
 width: 17%;
 background: #801A3E;
 margin: 0px;
 height: 1080px;
 }
 
 #location{
 position: absolute;
 top: 180px;
 left: 17%;
 width: 83%;
 height: 20px;
 background: #FFFFcc;
 }

 
#text1{
 position: absolute;
 top: 200px;
 left: 17%;
 width: 41.5%;
 height: 250px;
 background: #FFFFcc;
 }
	
#text2{
 position: absolute;
 top: 200px;
 left: 58.5%;
 width: 41.5%;
 height: 250px;
 background: #FFFFcc;
 }
 
 #text3{
 position: absolute;
 top: 450px;
 left: 17%;
 width: 41.5%;
 height: 330px;
 background: #FFFFcc;
 }
 
 #text4{
 position: absolute;
 top: 450px;
 left: 58.5%;
 width: 41.5%;
 height: 330px;
 background: #FFFFcc;
 }
 
 #text5{
 position: absolute;
 top: 780px;
 left: 17%;
 width: 41.5%;
 height: 230px;
 background: #FFFFcc;
 }
 
 #text6{
 position: absolute;
 top: 780px;
 left: 58.5%;
 width: 41.5%;
 height: 230px;
 background: #FFFFcc;
 }
 

 #text7{
 position: absolute;
 top: 1010px;
 left: 17%;
 width: 83%;
 height: 250px;
 background: #FFFFcc;
 margin: 0px;
 }