/* CSS Document */
body 
	{
	color: #D3D8C4;
	font-size: 10px;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background:  #7F6B4F url(images/servicesBG.gif);
	text-align: center;
	margin: 16px
	}
#page     
	 {
	 color: #cccccc;
	background: #7D4E2F;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 700px;
	height: auto;
	visibility: visible;
	display: block;
}
#inner    
	 { 
	 color: #cccccc; 
	 background: #ffffff;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative; 
	 width: 680px; 
	 height: auto; 
	 visibility: visible; 
	 padding-bottom: 10px;
}
.horzspace    
	{
	background: #7D4E2F;
	color: #cccccc;
	width: 680px;
	height: 10px;
	visibility: visible;
	}

