
	/*	Style for samryan.co.uk, created by Samuel Ryan. */
	/*	Do not replicate without permission, you can contact me at sam [at] samryan [dot] co [dot] uk */
	/*	I hope you like the styling, it's very simple but I think it's effective. */
	
	*{
		padding:0;
		border:0;
		margin:0;
	}
	
	body{
		width:auto;
		height:auto;
		margin:auto;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#333333;
		background-color:#FFFFFF;
	}
	
	h1{
		font-size:32px;
		font-weight:lighter;
	}
	
	#wrapper{
		width:600px;
		height:auto;
		margin:80px auto auto auto;
		text-align:left;
	}
	
	#wrapper p{
		line-height:1.5em;
		font-size:14px;
	}
	
	#wrapper a{
		text-decoration:none;
	}