﻿/* CSS layout */
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	width: 800px;
}
#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.PageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
#page_content {
	padding: 10px;
	margin-left: 267px;
	background-image: url('images/rightSide01.jpg');
	height: 400px;
	background-repeat: no-repeat;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #800000;
}

