
/* Layout Stylesheet */ 

 body{
 text-align: center;
 margin: 0px;
 padding: 0;
 background: #FEF2CB;
 }
 
 #container{
 padding: 0;
 position: relative;
 background: #000080;
 height: 2930px;
 width: 980px;
 margin: 0 auto;
 text-align: left;
 }
		 
 #top1{
 position: absolute;
 top: 0px;
 left: 107px;
 width: 136px;
 background: #000080;
 margin: 0px;
 height: 130px;
 text-indent: 0;
 }
 
 #top2{
 position: absolute;
 top: 0px;
 left: 253px;
 width: 463px;
 background: #000080;
 margin: 0px;
 height: 130px;
 text-indent: 0;
 }
 
 #top3{
 position: absolute;
 top: 0px;
 left: 726px;
 width: 136px;
 background: #000080;
 margin: 0px;
 height: 130px;
 text-indent: 0;
 }

#welcome{
 position: absolute;
 top: 130px;
 left: 0px;
 width: 970px;
 background: #000080;
 margin: 0px;
 height: 100px;
 }
 
 #menu{
 position: absolute;
 top: 230px;
 left: 5px;
 width: 970px;
 background: #000080;
 margin: 0px;
 height: 35px;
 }
 
 #location{
 position: absolute;
 top: 255px;
 left: 5px;
 width: 970px;
 height: 20px;
 background: #FFFFcc;
 }

#text1{
 position: absolute;
 top: 275px;
 left: 5px;
 width: 600px;
 height: 1140px;
 background: #FFFFcc;
 }
	
#text2{
 position: absolute;
 top: 275px;
 left: 605px;
 width: 370px;
 height: 1140px;
 background: #FFFFcc;
 }
 
 #text3{
 position: absolute;
 top: 1415px;
 left: 5px;
 width: 970px;
 height: 420px;
 background: #FFFFcc;
 }
 
 #text4{
 position: absolute;
 top: 1835px;
 left: 5px;
 width: 970px;
 height: 570px;
 background: #FFFFcc;
 }
 
 #text5{
 position: absolute;
 top: 2405px;
 left: 5px;
 width: 970px;
 height: 350px;
 background: #FFFFcc;
 }

 #text6{
 position: absolute;
 top: 2755px;
 left: 5px;
 width: 970px;
 height: 170px;
 background: #FFFFcc;
 } 
