
<!--
body {
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
font: times new roman, serif;
	background: #847878;
	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-image: url(images/taupeperspectiveflowers.png);/*	background-image: url(images/taupelgflowers6.png); 
	background-repeat: no-repeat;
	background-position: 65px 0; */
	
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000; 
		background-image: url(images/topdresscode.png);
	background-repeat: no-repeat;
	height: 200px;
	
/*	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. */
}
.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-top: 25px;
	padding-left: 75px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: arial, sans serif; font-size: 48px;
}
.oneColFixCtrHdr #header h2 {
	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: 0px 165px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #edc0c0; font-family: arial, sans serif; font-size: 48px;
}
.oneColFixCtrHdr #header h3 {
	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 165px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000; font-family: arial, sans serif; font-size: 12px;
}
.oneColFixCtrHdr #navigation {
background:  #edc0c3;
width: 100%;
height: 28px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		background-image: url(images/flowers7.jpg);
}
.oneColFixCtrHdr #mainContent  p{
margin-left: 35px;
	padding-right: 15px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
	
}
.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: 35px 35px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(images/footerbk1.png);
	
	background-repeat: no-repeat;
	font-size: 9px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #84787c;  /* #edc0c3; */
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

-->
