@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	color: #F0F0F0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	line-height: 16px;
}

#container {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	float: left;
	height: auto;
	width: 800px;
}

#right {
	float: right;
	padding-top: 20px;
}

#title {
	margin-bottom: 0px;
	margin-top: 10px;
	float: right;
	clear: both;	
}

#photos {
	margin-bottom: 10px;
	float: right;
	clear: both;	
}

#text {
	float: left;
	clear: both;
	padding-left:220px;
	text-align: left;
	background-image: url(swirl2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 590px;
}

#text h3 {
	margin:0px;
	padding:0px;
	margin-top: 15px;
	margin-left: -10px;
	background: #000000;
}

#text p {
	background: #000000;
}

#text h3.centre {
	text-align: centre;
}

#text h4 {
	margin: 0px;
	padding:0px;
	margin-left: 10px;
	margin-top: 10px;
/*	border-bottom:thin solid #ffffff; */
	width: 65%;
	background: #000000;
}

#text ul {
	margin-left: 20px;
}

#text hr {
	margin-right: -20px;
	color: #ff91bb;
	height: 2px;
	margin-top: 40px;
	margin-bottom: 30px;
}

#text #testimonial {
	float: right;
	border: solid 2px #ff91bb;
	padding: 5px;
	background: #0f0f0f;
	width: 230px;
	height: auto;
	margin: 5px;
	margin-right: -100px;
}

#text #testimonial2 {
	float: right;
	width: auto;
	height: auto;
	margin: 5px;
	margin-right: -50px;
	margin-top: -45px;	
}

#text #testimonial h4, #text #testimonial p {
	background: #0f0f0f;
}

#bottom {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	background:#0f0f0f;
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 10px;
}

a, a:visited, a:link, a:active {
	color:#FFFFFF;
}

a:hover {
	color: #ff91bb;
}