		body {
	background-color: #EFDFC0;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
		}
		#master {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	top: 0px;
		}
		#header {
			background-image: url(images/banner.png);
			background-repeat: no-repeat;
			height: 250px;
			width: 800px;
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
		#container {
			position: absolute;
			width: 798px;
			left: 0px;
			top: 250px;
			background-color: #FFFDDE;
			background-repeat: repeat-x;
		}
		
		#menu {
			background-color: #CFA26E;
			position: absolute;
			height: 100%;
			width: 170px;
			left: 0px;
			top: 0px;
			background-image: url(images/menu-bg.png);
			background-repeat: no-repeat;
		}
		#services {
		height: 200px;
		width: 500px;
		position: absolute;
		left: 235px;
		}
#form {
	width: 500px;
	position: absolute;
	left: 235px;
}

	
		#services-left {
		height: 100%;
		width: 50%;
		position: absolute;
		float: left;
		}
		#services-right {
		height: 100%;
		width: 50%;
		position: relative;
		float: right;
		}
		
		.home-text {
	margin-left: 200px;
	margin-right: 20px;
	text-align: center;
		}
	.home-list {
	list-style-type: disc;
	line-height: 130%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	}
		a:link {
			color: #000000;
			text-decoration: none;
		}
		a:hover {
			font-weight: bold;
			color: #333333;
			text-decoration: none;
		}
		a:visited {
			color: #333333;
			text-decoration: none;
		}
	#footer {
		height: 20px;
		width: 800px;
		padding-bottom: 5px;
		position: absolute;
		left: 0px;
		background-color: #CFA26E;
		border-top-style: solid;
		border-top-width: thin;
		border-top-color: #FFFDDE;
	}
	
	#bottom {
		height: 30px;
		width: 800px;
		padding-bottom: 20px;
		position: absolute;
		left: 0px;
		}
.main-text {
	font-family: Georgia, Times New Roman, Times, serif;
	margin-left: 200px;
	margin-right: 20px;
	color: #333333;
	text-align: justify;
}
.sub-headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FBBF01;
}
.pic-left {
	margin-left: 20px;
}
.pic-right {
	margin-right: 20px;
}
h1.home-text {
	font-size: large;
	color: #FBBF01;
}
img.right {
	float: right;
	margin-left: 10px;
}
