@charset "UTF-8";

body  {

	margin: 20; /* 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: #f16b90;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image:url(fuchsia.gif);
	background-repeat:repeat;
	background-opacity: 50%;

}
.* {
   padding:0;
   margin:0;
   
}
.html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}

.oneColFixCtrHdr #container {
	width: 612px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #f16b90;
	text-align: center;
-moz-border-radius: 12px 12px;
-webkit-border-radius: 36px 24px;
-webkit-box-shadow: 2px 6px 6px rgba(0,0,0,0.6);
}
.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;
	background-image:url(images/Duri_Wax_artheader.png);
	background-position:bottom;
	background-repeat:no-repeat;
	/* 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: 0px; /* 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 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:32px;
	color: #5b0e2e;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h2 {
	margin: 0px; /* 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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h3 {
	margin: 0px; /* 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 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	color: #5b0e2e;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
/* using padding instead of margin will allow you to keep the element away from the edges of the div */

.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #f16b90;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f16b90;
}

.oneColFixCtrHdr #mainContent h1{
	padding: 0 6px 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f16b90;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	letter-spacing: 1px;
	font-size:14px;
	line-height: 28px;
	color:#FFF;
	
}
.oneColFixCtrHdr #mainContent h2{
	padding: 0 12px 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f16b90;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	letter-spacing: 1px;
	font-size:14px;
	line-height: 28px;
	color:#5b0e2e;
	
}
.oneColFixCtrHdr #mainContent h3{
	padding: 0 12px 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f16b90;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 28px;
	color:#FFF;
	
}

.oneColFixCtrHdr #mainContent h41{
	padding: 0 12px 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f16b90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 28px;
	color:#5b0e2e;
	
}


.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f16b90;
	background-image:url(images/Duri_Wax_footerart.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.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 */

}
.oneColFixCtrHdr #footer h1{
	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;
}
.oneColFixCtrHdr #counter { 
	padding: 0 0px 0 0px;
	background-color: #FFF;
	border:thin;
	
}

.oneColFixCtrHdr #counter h1{ 
	padding: 0 0px 0 0px;
	background-color: #FFF;
	border:thin;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 100;
	
}
.oneColFixCtrHdr #counter h1 a:link{ 
	color:#f16b90;
	
}
.oneColFixCtrHdr #counter h1 a:visited{ 
	color:#F9C;
}
.oneColFixCtrHdr #counter h1 a:hover{ 
	color:#F03;
}

	
	
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	


.border { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	color: #666;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltcntr { /* this class can be used to float an element left in your page */
	float: center;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.offer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #5b0e2e;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #5b0e2e;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.contact a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #5b0e2e;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.contact a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

