
/* Layout Stylesheet */

 body{
 text-align: center;
 margin: 0px;
 padding: 0;
 background: #FEF2CB
 }

 #container{
 padding: 0; 
 position: relative;
 background: #801A3E;
 height: 1135px;
 width: 980px;
 margin: 0 auto;
 text-align: left; 
 }
 	 
 #logo{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 980px;
 background: #801A3E;
 margin: 0px;
 height: 50px;
 }
 
 #text1{
 position: absolute;
 top: 50px;
 left: 5px;
 width: 970px;
 height: 180px;
 background: #FFFFcc;
 }
 
 #text2{
 position: absolute;
 top: 230px;
 left: 5px;
 width: 325px;
 height: 330px;
 background: #FFFFcc;
 }
 
 #text3{
 position: absolute;
 top: 230px;
 left: 330px;
 width: 320px;
 height: 330px;
 background: #FFFFcc;
 }
 
 #text4{
 position: absolute;
 top: 230px;
 left: 650px;
 width: 325px;
 height: 330px;
 background: #FFFFcc;
 }
 
 #text5{
 position: absolute;
 top: 560px;
 left: 5px;
 width: 325px;
 height: 250px;
 background: #FFFFcc;
 }
 
 #text6{
 position: absolute;
 top: 560px;
 left: 330px;
 width: 320px;
 height: 250px;
 background: #FFFFcc;
 }
 
 #text7{
 position: absolute;
 top: 560px;
 left: 650px;
 width: 325px;
 height: 250px;
 background: #FFFFcc;
 }

 #text8{
 position: absolute;
 top: 810px;
 left: 5px;
 width: 325px;
 height: 320px;
 background: #FFFFcc;
 }
 
 #text9{
 position: absolute;
 top: 810px;
 left: 330px;
 width: 320px;
 height: 320px;
 background: #FFFFcc;
 }
 
 #text10{
 position: absolute;
 top: 810px;
 left: 650px;
 width: 325px;
 height: 320px;
 background: #FFFFcc;
 }
  