/* navigation */

div#nav-upper {
	background-color: #ddccdd;
	color: white;
}

div#nav-left {
	background-color: #ddccdd;
	color: #443355;
	height: 950px;
}

ul.leftnav li a {
	color: #443355;
}

/* testimonials page */

div.testimonialsbox {
	width: 500px;
	height: 300px;
	border: 1px black solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.tb-title {
	background-color: #333366;
	color: white;
	font-weight: bold;
	border-bottom: 1px black solid;
	text-align: center;
	padding: 2px;
}

div.tb-content {
	padding: 5px;
}

div.tb-image {
	float: left;
	padding: 10px;
	height: 250px;
	border-right: 1px black solid;
	margin-right: 5px;
}

div.tb-image img {
	border: 1px black solid;
}

div.tb-text {
	padding: 5px;
}

