body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	background: #000000;
}



.oneColFixCtrHdr #container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
	background-color: #f8ecc4;
	padding-top: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #f8ecc4;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #f8ecc4;
	
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #f8ecc4;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imageline {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}

#nav {
	padding: 0;
	list-style-type: none;
	width: 600px;
	float: left; /* Contain floated list items */
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	
}
a {
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: 100;
	color: #039;
}
a:link {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	color: #039;
}
a:visited {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	color: #930;
}
a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	color: #03F;
	text-decoration: underline;
}

#nav a {
	float: left;
	width: 127px;
	text-align:center;
	color: #930;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}



#nav a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	color: #00C;
	text-decoration: underline;
  }


#body_hom #nav_hom a,
    #body_about #nav_about a,#body_why #nav_why a,#body_services #nav_services a, #body_contact #nav_contact a {
	color: #03C;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	background-color: #f7e5a5;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 34px;
	font-weight: 100;
	color: #333;
}
</style>
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 22px;
	font-weight: 100;
	color: #333;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 34px;
	font-weight: 100;
	color: #333;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	color: #666;
	list-style-type: none;
}
link {
	text-decoration: none;
}

