/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#container {
	width: 469px;
	margin-right:auto;
	margin-left:auto;
}
.container {
	margin-top:0px;
	margin-bottom:0px;
}

/* H Tags ---------------------------------------------------- */

H1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight:100;
	text-align:center;
	line-height: 115%;
	display:block;
	color:#666;
	margin:0px;
	padding:10px 0px 0px 10px;
}


/* Body text --------------------------------------------------- */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	padding:0px;
	display:block;
	color:#666666;
	line-height:15px;
	margin:5px 0px 10px 0px;
}	
a:link {
	color:#666666;
	text-decoration:none;
}	
a:visited {
	color:#6666663;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a:active {
	color:#666666;
	text-decoration:none;
}
.leading {
	line-height:12px;
}
.contact {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight:100;
	line-height: 110%;
	display:block;
	color:#666;
	text-align:center;
}
#Image {
	background-image:url(images/cushions.jpg);
	background-repeat:no-repeat;
	top:10px;
	position:relative;
	height:313px;	
}
#name {
	width:469px;
	margin-top:20px;
}
#title {
	width:469px;
	float:left;
	margin-top:10px;
}
#contact {
	width:469px;
	float:left;
}
.centre {
	text-align:center;
}


/*#label {
	left:60px;
	top:0px;
	position:relative;
	width:100px;
	height:100px;
	z-index:10;
	
}*/
