/* CSS Document */

/*	PW Computing Style Sheet.
   
	------------------------------------------------------
   
	arttia.co.uk style sheet - v1.0
	Publication:  May 2009
	Last Update:  December 2009
	Author:  Belinda White ( belinda@arttia.co.uk )
   
	----------------------------------------------------*/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*	Generic
	----------------------------------------------------*/
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin: auto;
  }

/*Header Section
	----------------------------------------------------*/	
	
#Header{
	width: 800px;
	height: 600px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(PWCholding.png);
	background-repeat: no-repeat;
  }	

#text{
	width: 960px;
	height: 705px;
	float: left;
	padding-top: 300px;
	padding-right: 200px;
	padding-bottom: 200px;
	padding-left: 200px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 40px;
	color: #999;

  }	



	

/*	 End PW Computing style sheet

     Author - www.arttia.co.uk
								
	----------------------------------------------------*/
