
/* Layout Stylesheet */

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

 #container{
 padding: 0; 
 position: relative;
 background: #801A3E;
 height: 1230px;
 width: 980px;
 margin: 0 auto;
 text-align: left; 
 }
 	 
 #logo{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 980px;
 background: #801A3E;
 margin: 0px;
 height: 50px;
 }
 
 #stevephoto{
 position: absolute;
 top: 50px;
 left: 10px;
 width: 140px;
 height: 360px;
 background: #FFFFcc;
 }
 
 #intro{
 position: absolute;
 top: 50px;
 left: 150px;
 width: 680px;
 height: 360px;
 background: #FFFFcc;
 }
 
 #carolinephoto{
 position: absolute;
 top: 50px;
 left: 830px;
 width: 140px;
 height: 360px;
 background: #FFFFcc;
 }

 #photo1{
 position: absolute;
 top: 410px;
 left: 10px;
 width: 140px;
 height: 140px;
 background: #FFFFcc;
 } 
 
 #text1{
 position: absolute;
 top: 410px;
 left: 150px;
 width: 820px;
 height: 140px;
 background: #FFFFcc;
 }

 #photo2{
 position: absolute;
 top: 550px;
 left: 10px;
 width: 140px;
 height: 130px;
 background: #FFFFcc;
 }
  
 #text2{
 position: absolute;
 top: 550px;
 left: 150px;
 width: 820px;
 height: 130px;
 background: #FFFFcc;
 }
 
 #photo3{
 position: absolute;
 top: 680px;
 left: 10px;
 width: 140px;
 height: 170px;
 background: #FFFFcc;
 }

 #text3{
 position: absolute;
 top: 680px;
 left: 150px;
 width: 820px;
 height: 170px;
 background: #FFFFcc;
 }
 
 #photo4{
 position: absolute;
 top: 850px;
 left: 10px;
 width: 140px;
 height: 130px;
 background: #FFFFcc;
 }

 #text4{
 position: absolute;
 top: 850px;
 left: 150px;
 width: 820px;
 height: 130px;
 background: #FFFFcc;
 }

 #photo5{
 position: absolute;
 top: 980px;
 left: 10px;
 width: 140px;
 height: 130px;
 background: #FFFFcc;
 }

 #text5{
 position: absolute;
 top: 980px;
 left: 150px;
 width: 820px;
 height: 130px;
 background: #FFFFcc;
 }
 
 #bottom{
 position: absolute;
 top: 1110px;
 left: 10px;
 width: 960px;
 height: 110px;
 background: #FFFFcc;
 }