@charset "utf-8";
/* CSS Document */

body { color: #004200; background-image:url(images/xmas_pud-background-v.png); }
.oneColFixCtr #container1 { background: #ffffea; }
.oneColFixCtr #container2 { background-image: url(images/xmas_pud-watermark.png); background-position: 660px 125px; }
.oneColFixCtr #onion1 { background-image:url(images/xmas_pud-background-h.png); }
.oneColFixCtr #onion2 { background-image:url(images/xmas_pud-corner.png); }

h1, h2 { color: #006200; }
i { color: #900; }
div.box { margin:           auto;
		  color:            #376268;
		  background-color: #FFDFE0;
		  border:           1px #576268 solid;
          width:            640px;
		  text-align:       center;
		  clear:            both;
		  margin:           0 auto;
}
div.box div { text-align: left; margin-right: 20px; }

div.box h2 {color:         #093;
            margin-bottom: 5px;
	        text-align:    center;
}
div.box ul li { text-align: left; font-family: "Courier New", Courier, monospace; line-height: 1.2em; }
div.box ol li { line-height: 1.4em; }

div.box.note { background-color: #E2FFC6; }

