<!--
body {
	background: url(/images/bgImage.jpg) repeat-x #5E5E5E;
	font: 13px 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 */
}
td {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #42137B;
	text-decoration:none;
}
.oneColFixCtrHdr #container {
	width: 831px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg); 
	padding:0;  /* 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. */
	height: 120px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #wrapper {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EDEDED;
}
.oneColFixCtrHdr #leftNav {
	width: 166px;
	float: left;
	margin:0 0 0 20px;
	padding: 212px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/handsomeCouple.jpg) no-repeat #CCCCCC;
}
.oneColFixCtrHdr #nav {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #phoneNumber {
	padding:15px 0 15px 0;
	text-align:center; 
	background-color:#EDEDED;
	font-weight: bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #nav li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	color: #42137B;
	font-style:italic;
	text-decoration:none;
	list-style-type:none;
	line-height: 25px;
}
.oneColFixCtrHdr #nav ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #navBottom {	
	height:15px;
	background: url(images/navBottom.gif) no-repeat #CCCCCC;
}
.oneColFixCtrHdr #mainContent {
	width: 600px;
	float: right;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 20px 0 0;
}
.oneColFixCtrHdr #footer {
	background: #2D2D2D;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footerLeft {
	float: left;
	width: 500px;
	margin: 15px 0 0 20px;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footerLeft a {
	color: #E1C2FF;
	text-decoration:underline;
}
.oneColFixCtrHdr #footerRight {
	float: right;
	width: 220px;
	margin: 0 20px 0 0;
}
.oneColFixCtrHdr #footerBottom {
	background: url(images/footerBottom.gif) no-repeat;
	height: 20px;
}
.oneColFixCtrHdr #keywords {
	color:#FFFFFF;
	font-size:12px;
	background: #5E5E5E;
}
.clear {
	clear:both;
}
-->