@charset "utf-8";
/*
CSS Document
Created by Paul Barratt
*/

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E0E0E0 url(light/background.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#rimg{
	background:url(light/poloroid.png) center no-repeat;
	margin: 0px 5px 0px 15px;
	float: right;
	height: 275px;
	width: 245px;
}

#imag{
	height: 210px;
	margin: 38px 30px 30px 29px;
	text-align: center;
}

#button{
	float: right;
	height: 90px;
	width: 90px;
}
#button:hover{
	background-image:url(light/hover.png) ;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(light/header.png) no-repeat center;
	height: 180px;
	padding: 0px 100px 0px 20px;
}

#content {
	background:url(light/page.png) repeat-y center;
	padding: 0px 100px;
	font-size: 12px;
}
#h1 {
	font-size: 18px;
	font-style: normal;
	color: #265C69;
}


#footer {
	background: url(light/footer.png) center no-repeat;
	height: 72px;
	padding: 0 20px;
	text-align:center;
	font-size:12px;
}

#colourchanger{
	width: 11px;
	height: 11px;
	margin-right: 4px;
	float: left;
}

#changersgroup{
	position: relative;
	top: 140px;
	left: 681px;
	width: 75px;
}
