
/* Layout Stylesheet */

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

 #container{
 padding: 0; 
 position: relative;
 background: #801A3E;
 height: 1140px;
 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: 480px;
 background: #FFFFcc;
 }
 
 #intro{
 position: absolute;
 top: 50px;
 left: 150px;
 width: 680px;
 height: 450px;
 background: #FFFFcc;
 }
 
 #carolinephoto{
 position: absolute;
 top: 50px;
 left: 830px;
 width: 140px;
 height: 480px;
 background: #FFFFcc;
 }
  
 #text1{
 position: absolute;
 top: 500px;
 left: 10px;
 width: 960px;
 height: 520px;
 background: #FFFFcc;
 }
 
 #bottom{
 position: absolute;
 top: 1020px;
 left: 10px;
 width: 960px;
 height: 110px;
 background: #FFFFcc;
 }
 
 p.christmas   { text-align: center; text-indent: 0; word-spacing: 0; 
               font-family: Comic Sans MS, sans-serif; color: #0000FF; font-size: 16pt; margin-left:
               0; margin-right: 0; margin-top: 0; margin-bottom: 0; font-weight: bold }
               