html {
	width: 100%;
	height: 100%;
}
body {
	background: url('../images/layout/bg_body.gif');
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	margin: 0 auto;
}

li {
	font-size: 13px;
}

p {
	font-size: 13px;
	line-height: 16px;
}

p.home {
	font-size: 16px;
}

h1 {
	width: 475px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	border-bottom: 1px solid #160803;
	color: #160803;
	margin-left: 15px;
}

img, div { behavior: url(iepngfix.htc) }

a img {
	border: 0px;
}

table.outerWrap {
	height: 100%;
	width: 100%;
	background: url('../images/layout/band.gif') repeat-x;
	background-position: top;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 140px;
	background: url('../images/layout/bg_header.png') no-repeat;
	background-position: bottom;
	margin: 0;
}

#innerContainer {
	width: 800px;
	background: #FFFFFF url('../images/layout/bg_content.gif') no-repeat;
	background-position: bottom;
}

#nav {
	width: 800px;
	height: 35px;
	background: #fffcd6;
	margin: 0 auto;
	border-bottom: 2px dotted #8e2929;
}

		#nav ul {
			padding: 0;
			margin: 0 auto;
			padding-top: 10px;
		}
		
		#nav ul li {
			list-style-type: none;
			float: left;
			padding-left: 25px;
			padding-right: 25px;
			border-right: 1px solid #491c1c;
		}
		
		#nav ul li a:link, #nav ul li a:visited {
			color: #491c1c;
			text-decoration: none;
			font-size: 14px;
		}
		
		#nav ul li a:hover, #nav ul li a:visited:hover {
			color: #491c1c;
			text-decoration: underline;
		}

#rightCol {
	width: 278px;
	float: right;
}

#leftCol {
	width: 510px;
}

#offset {
	width: 278px;
	min-height: 200px;
	position: relative;
	top: -116px;
}

.rightColBorderTop {
	height: 7px;
	width: 233px;
	border-top: 2px dotted #8e2929;

}

.rightColBorderBot {
	height: 7px;
	width: 233px;
	border-bottom: 2px dotted #8e2929;

}

.testimonialHeader {
	display: block;
	background: #160803;
	width: 233px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #d4c7ae;
}

p.testimonial {
	width: 210px;
	font-size: 12px;
	font-style: italic;
	margin-left: 8px;
	margin-right: 8px;
}
