@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
}

a:link, a:active, a:visited {
	color:#060;
	text-decoration:none
}

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

.main {
	width: 950px;
	float:left;
	background-image:url(images/mainoutbg.jpg);
	background-repeat:repeat-y
}
.main img {float:left;}

.content {
	width:911px;
	min-height:421px;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-y;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000
}


.callus {
	float:left;
	width:376px;
}

.testimonials {
	float:left;
	width: 574px;
	height:331px;
	background-image:url(images/6-1.jpg);

}

.testi{
	padding-left:30px;
	padding-top:70px;
	color:#bec86c;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}
.testimonials i {
	color:#d5d5d5;}
	
hr {
	color: #333;
background-color: #333;
height: 2px;
border:0px;
}

ul {
margin-left:20px;
margin-right:0px;
list-style:square;
padding-left: 2.5em;
} 

.quote {background-color: #363;
padding:10px;
width:600px;
}


.quote img {
	align:right;
}

span.bottom {
	color:#000000;
}
span.bottom a {
	color:#000;
}
