/* Layout Stylesheet */ 

body 
{
text-align: center;
}
/*body background*/

#home #bodycontainer
{
background-image:url(_images/home_web_design_sussex_.png);
}

#web #bodycontainer
{
background-image:url(_images/services_web_design_sussex_.png);
}

#port #bodycontainer
{
background-image:url(_images/portfolio_web_design_sussex_.png);	
}

#con #bodycontainer
{
background-image:url(_images/contact_web_design_sussex_.png);	
}	


#navigation 
{
width:28em;
height:1.8125em;
margin-left:auto;
margin-right:auto;
}

#bodycontainer 
{
	width:50em;
	height:37.5em;
	background: #FFF;
	margin: 0em auto;
	border: 0em; /*solid #000000; */
	text-align: left;
}

#content
{
position:relative;
left:-3.875em;
width: 15.625em; 
background: transparent; 
margin: 0em auto; 
border: 0em;/*solid #000000; */
text-align: left; 
}

#email_form
{
margin:0.8125em;
}

#footer
{
width:50em;
text-align:center;
margin-left:auto;
margin-right:auto;
}
