/* CSS Document */
/*
-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	November 2006
Project:		Lilley Landscape and Building, Surrey.

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.CYPHOTO.CO.UK
----------------------------------------------- */



html, body {
	background: #ece7b4;
	color:#000;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
  }
#wrapper {
  width: 1000px;
  margin: 0 auto;
  }
#header {
	background-image: url(images/top_img.jpg);
	height: 200px;
	width: 1000px;
  }
#content {
	width: 1000px;
	font-size: 85%;
	background-image: url(images/mid_img.jpg);
	background-repeat: repeat-y;
  }
#content p {
	padding-right: 150px;
	line-height:1.4;
	padding-left: 140px;
  }
#content h1, #content h2 {
  margin: 0 0 5px 0px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #648595;
  }
#content h1 {
	font-size: 165%;
	padding-left: 100px;
  }
#content h2 {
	font-size: 135%;
	padding-left: 100px;
  }
