﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	min-width: 600px;
}

#masthead {
	background-image: url('Images/Header.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center center;
	height: 150px;
}

#top_nav {
}

#container {
	
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	background-position: center 210px;
	margin-left: 225px;
	margin-right: 210px;
	background-image: url('Images/Hands%20Logo%2050%20lite.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: auto;
	height: 1000px;
}
#footer {
	clear: both;
	padding-right: 15px;
	margin-top: 50px;
	color: #008000;
}
#header {
	margin-left: 225px;
}
#masthead {
	min-width: 600px;
}
.contenttextCopy {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
}
.testimonials {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	margin-left: 200px;
	margin-right: 200px;
	font-weight: bold;
	font-size: medium;
}
.center {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	margin-left: 225px;
	margin-right: 225px;
	margin-top: 25px;
	height: 100%;
	background-image: url('/Images/Hands%20Logo%2050%20lite.jpg');
	background-repeat: no-repeat;
	background-position: center 210px;
	background-attachment: fixed;
	overflow: auto;
}

