body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	background-image: url(img/bg_full.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #e3d4c1;
	text-decoration: none;
}

#nav {
	outline: none; /*remove firefox dotted lines on click */
}

		.text {
			padding: 0px 9px 9px 0px;
			margin: 0;
		}

		.textSmall {
			font-size: 11px;
			color: #002068;
		}

		.textBlue {
			padding: 0px 9px 9px 0px;
			margin: 0;
			color: #002068;
		}
		
		.textHeader {
			font-size: 15px;
			color: #009;
		}

		.link {
			text-decoration: underline;
			color: #002068;
			font-weight: bold;
		}

	#caption {
		background-color: #95bfdb;
		font-size: 11px;
		width: 350px;
		height: 71px;
		padding: 7px;
	}

	#testimonials {
		border: 1px solid #002068;
		border-collapse: collapse;
	}
	
	#testimonials td {
		border: 1px solid #002068;
	}
	
#footer {
	border-top: #a2a9b5 2px solid;
	font-style: italic;
	padding-top: 6px;
}

