@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #36F;
	background-image: url(http://thehandhservices.com/images/interiorbackground8.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: auto;
}
#topspacer {
	float: left;
	height: 40px;
	width: 960px;
	position: relative;
}
#navcontainer {
	float: left;
	height: 75px;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 195px;
	background-image: url(http://thehandhservices.com/images/interiorgrass8.png);
}
#navbar {
	float: left;
	height: 75px;
	width: 900px;
	position: relative;
}


#header {
	float: left;
	height: 90px;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
#contentcontainer {
	float: left;
	width: 900px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
	height: auto;
	background-attachment: scroll;
	background-image: url(http://thehandhservices.com/images/footerborder8.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#leftcolumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: left;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
	height: auto;
}
#rightcolumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	position: relative;
	height: auto;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: left;
	width: 900px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
	height: auto;
}


h1 {
	font-size: 36px;
	color: #FFF;
}

h2 {
	font-size: 36px;
	color: #0C0;
}
h3 {
	font-size: 24px;
	color: #FFF;
}
h4 {
	font-size: 24px;
	color: #0C0;
}
h5 {
	font-size: 18px;
	color: #FFF;
}
h6 {
	font-size: 18px;
	color: #0C0;
}

.subtitles {
	font-size: 20px;
	color: #6F0;
	font-weight: bold;
}
