
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;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

A:visited {
	color:#336633;
	}
	
A:active {
	color:#6699FF;
	}
h1 {
	font-size:9pt;
	color:#CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;
	font-style: normal;
	font-variant: normal;
}

h2 {font-size:14px; color:#FFF; font-weight:bold; font-family: Arial, Helvetica, sans-serif;margin-bottom:0px}

h3 {	font-size:10pt;color:#CCCC99;font-weight:normal;
	 font-family: Arial, Helvetica, sans-serif;
	 width:100%; text-align:center; padding-top:2px; padding-bottom:2px; margin-top:-3px; margin-bottom:0px}

h4 {	font-size:16px;color:#336633;font-weight:normal;
	 font-family: Arial, Helvetica, sans-serif;
	 width:100%; text-align:center; padding:0px; margin-top:2px; margin-bottom:2px}

h5 {	font-size:16px;color:#336633;font-weight:bold;
	 font-family: Arial, Helvetica, sans-serif;
	 padding:0px; margin-top:9px; margin-bottom:3px}

div {
	vertical-align:top;
}

a:hover { color:#990000; text-decoration:underline }	

.nav  {
	width:170px;
	height:100%;
	float:left;
	background-image: url(images/bg_03.jpg);
	}

.txtContent {
	font-size:13px;color:#000;font-weight:normal;
	 font-family: Arial, Helvetica, sans-serif;}

.txtSize {
	font-size:12px;color:#666;font-weight:normal;
	 font-family: Arial, Helvetica, sans-serif;text-align: bottom}


.txtFooter {
	font-size:9pt;
	color:#9999;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.txtFooter2 {
	font-size:10pt;
	color:#CCCC99;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	width:800px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px
}

.productContent {
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 300px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 30px;
}

.txtProduct {
	font-size:14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style:italic;
	padding-right: 3px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	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-image: url(images/bg_03.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	border-right: thin solid #D9D2A9;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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;
}
.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;
}

#merchant { 
position: relative;  
left: 40px; 
}