/* CSS for porches page */


div.mainbody
	{
			position:static; background-color:#e4d8f0;
			top: 235px; width: 778px; height:680px; 
			padding-left: -10px; padding-right:-10px; 
			padding-top: -10px; padding-bottom: -10px;
	}
	
	div.topbox
		{
			position:relative;	
			top:10px; left:10px; width:750px; height:660px;
		}
	
		div.image01
			{
				position:absolute; background-image:url(../images/porch01.jpg);
				top:6px; left:45px; width:200px; height:241px;
			}
		div.image02
			{
				position:absolute; background-image:url(../images/porch03.jpg);
				top:169px; left:394px; width:300px; height:240px;
			}		
		
		div.image03
			{
				position:absolute; background-image:url(../images/porch04.jpg); 
				top:345px; left:45px; width:206px; height:302px;
			}		
		
		div.text1
			{
				position:absolute;
				top:13px; left:284px; width:447px; height:41px;
			}

		div.text2
			{
				position:absolute;
				top:92px; 	left:284px; width:447px; height:39px;
			}

		div.text3
			{
				position:absolute;
				top:264px; 	left:18px; width:327px; height:60px;
			}
			
		div.text4
			{
				position:absolute;
				top:448px; 	left:307px; width:427px; height:60px;
			}	

		div.text5
			{
				position:absolute;
				top:538px; 	left:307px; width:427px; height:60px;
			}	
