/* CSS for windows page */

div.mainbody
	{
			position:static; background-color:#e4d8f0;
			top: 235px; width: 778px; height:860px; 
			padding-left: -10px; padding-right:-10px; 
			padding-top: -10px; padding-bottom: -10px;
	}
	
	div.topintrotextbox
		{
			position:relative;
			top:10px; left:10px; width:750px;	height:835px;
		}
		
		div.image1
			{
					position:absolute; background-image:url(../images/bathroom1.jpg);
					top:17px; left:5px; width:350px; height:398px;
			}
			
		div.text1
			{
					position:absolute;
					top:32px; left:375px; width:368px; height:100px;
			}
		
		div.image2
			{
					position:absolute; background-image: url(../images/bathroom3.jpg);
					top:323px; left:376px; width:367px; height:122px;
			}

		div.text2
			{
					position:absolute;
					top:430px; left:6px; width:350px; height:100px;
			}
					
		div.image3
			{
					position:absolute; background-image: url(../images/bathroom4.jpg);
					top:302px; left:375px; width:350px; height:82px;
			}
			
		
		div.text3
			{
					position:absolute; 
 					top:455px; left:377px;	width:366px; height:75px;
			}
					
						
		div.image4
			{
					position:absolute; background-image: url(../images/image100.jpg);
					top:554px; left:61px; width:632px; height:269px;
			}
					

