@charset "utf-8";

body {
	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-color: #FF9;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 95%;
}
	/* Shrink images to fit within viewport; some phones
   can't scroll horizontally. */
img	{
	max-width: 100%;
	}
* {
	float: none;
	}
.oneColFixCtrHdr #container {
	padding: 2%;
	width: auto;
	max-width: 597px;
	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 {
	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. */
}
.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 #mainContent {
	background: #FFFFFF;
	padding: 2%;
	width: auto;
	max-width: 597px;
}
#container #mainContent a {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
#container #mainContent a:hover {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
}
#container #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
}
#container #footer a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
	font-style: italic;
}
.oneColFixCtrHdr #container #footer h4 {
	font-weight: normal;
	font-size: 100%;
}
.oneColFixCtrHdr #container #footer h6 {
	font-weight: normal;
	color: #333;
}
h2 {
	font-size: 95%;
	font-weight: normal;
}
.smaller {
	font-size: smaller;
}
.green {
	color: #693;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
.aqua {
	color: #693;
}
.red {
	color: #F03;
	font-size: 75%;
}
.testimonial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #063;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F63;
	border-left-color: #F63;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CF9;
	line-height: 16px;
}
.titlePAGES {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #369;
	background-color: #FFF;
	padding-bottom: 5px;
	font-variant: normal;
	letter-spacing: .7mm;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.sale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #F03;
	background-color: #FC3;
}
.highlight {
	background-color: #FF9;
}
.web   {

}
.web a     {
	color: #666;
}


