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

body {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; 
	margin: 0 auto; 
	height: 100%;
	background: gray;
}

#container {
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	width: 800px;
	min-height: 100%;
}

#header {
	height: 387px;
	width: 800px;
	background-image: url(Images/Header/header.jpg);
}

.topRightNavigation {
	float: right;
	margin: 38px 0px 0px 0px;
}
	.topRightNavigation a {
		text-decoration: none;
		color: black;
		font-weight: bold;
		padding: 0px 25px 0px 0px;
	}
	.topRightNavigation a:hover {
		color: #709fff;
	}
	
.testimonial {
	width: 325px;
	height: 195px;
	margin: 0px 0px 0px 240px;
	font-size: 12px;
	padding: 15px 0px 20px 0px;
}
	.testimonial .quote {
		padding: 0px 50px 0px 40px;
	}
	.testimonial .name {
		font-weight: bold;
		text-align: right;
		margin: 10px 30px 0px 0px;
	}
	
.navigation {
	width: 410px;
	height: 17px;
	margin: 39px 0px 0px 198px;
}
	.navigation a {
		color: white;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 18px;
	}
		.navigation a:hover {
			color: #709fff;
		}

.eventsButton {
	float: right;
	width: 189px;
	height: 96px;
	margin: 2px 0px 0px 0px;
}
	.eventsButton a {
		text-decoration: none;
	}
	.eventsButton img {
		border: none;
	}

#wrapper {
	background-color: white;
}

#floatRight {
	float: right;
	width: 200px;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
}
	#floatRight .text {
		padding: 15px 15px 0px 20px;
		font-size: 12px;
		text-align: left;
	}
	#floatRight .link {
		text-align: right;
		padding: 10px 15px 0px 0px;
	}
		#floatRight .link a {
			color: #670101;
			font-size: 12px;
		}

	#floatRight .client {
		margin: 15px 0px 0px 0px;
		font-weight: bold;
	}

#mainContent {
	width: 550px;
	padding: 0px 20px;
	text-align: left;
	font-size: 12px;
}
	#mainContent .text {
		font-size: 12px;
		margin: 10px 0px 0px 0px;
		width: 550px;
	}
	#mainContent .text a {
		color: #670101;
	}
	
.businessName {
	font-size: 12px;
	color: blue;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

#footer {
	background-image: url(Images/Footer/footer.jpg);
	margin: 20px 0px 0px 0px;
	height: 53px;
	width: 800px;
	font-size: 12px;
}
	#footer .text {
		float: left; 
		text-align: center;
		margin: 0px 48px;
		font-weight: bold;
		padding: 15px 0px 0px 0px;
	}
		#footer .text a {
			color: #1648ab;
		}
		
.headline {
	font-weight: bold;
	color: blue;
	font-size: 14px;
	margin: 10px 0px;
}

.links {

}
	.links a:link {
		color: blue;
		text-decoration: none;
	}
	.links a:visited {
		color: blue;
		text-decoration: none;
	}