/*

html, body {
 height: 100%;
 margin: 0;
 padding: 0;
 background-image: url(images/bkgd_orangeSand.jpg);
 background-position: -200px 0;
 font: 12px Arial, Helvetica;
 color: #000;
}
#wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 margin: 0 auto;
}
* html #wrapper {
 height: 100%;
}
.clear {clear: both;}

div#localPaymentsBox {width: 383px;}
*/
    
/*Typography*/
/*
p, h1, h2, h3, h4, a {padding: 0 10px; margin: 10px 0; display: block; clear: both;}
p {width: 100%; margin: 0 0 10px 0;}
h1 {width: 100%; font-size: 1.5em; font-weight: bold; font-family: Arial, Helvetica; background-color: #f5821f; color: #fff; text-transform: uppercase; line-height: 2em;}
h2 {width: 100%; font-size: 1.3em; font-family: Arial, Helvetica; background-color: #f5821f; color: #fff; line-height: 2em;}
h3 {width: 100%; clear: both; font-size: 1.2em; font-family: Arial, Helvetica; border-top: 2px solid #f5821f; margin-top: 10px; padding-top: 15px; padding-bottom: 5px;}
h4  {width: 100%; font-size: 1.2em; font-family: Arial, Helvetica; background-color: #f5821f; line-height: 2em;}
a {width: 100%; font-size: 1.2em; color: #f5821f; text-decoration: underline; font-weight: bold;}
a:hover {text-decoration: none;}
*/

/*Layout*/
/*
div#localPaymentsBox h1 {margin-top: 0;}

ul.payments1 {display: block; height: 130px;}
ul.payments2 {display: block; height: 150px;}
li.left {width: 260px; clear: both; display: block;}
li.right {width: 70px; display: inline;}
li {float: left; padding-bottom: 5px;}

div.left {width: 290px; clear: both; display: block; float: left; padding-bottom: 5px;}
div.right {width: 70px; display: inline; padding-bottom: 5px;}
*/