@charset "utf-8";
.border1 {
	border: medium ridge #999999;
	background-color: #000000;
}
.leftcolborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #50370F;
	border-right-color: #50370F;
	border-bottom-color: #50370F;
	border-left-color: #50370F;
}

background {
	background-color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
.rightfloat {
	float: right;
	padding-right: 5px;
	padding-left: 7px;
}
.testimonialtext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 26px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	padding-left: 7px;
}

