        body {
        	color: black;
        	background: url(img/tea-bottom.jpg) bottom right no-repeat #fff;
        	background-attachment: fixed;
        	font-family: sans-serif;
        	margin:0;
        	padding:0;
        }
        
        img {
            border: 0px;
        }

		#container {
			width: 740px;/* IE hack
			\width: 740px;
			w\idth: 720px;*/
			border: 0px;
			margin-left: 0;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			padding: 12px 50px 12px 6px;
			border: 0px;
			margin-left: 0;
			margin-right: auto;
			text-align: right;
			font-family: verdana,sans-serif;
			font-weight: bold;
			background: url(img/tea-middle.jpg) top left no-repeat #ffc;
		}

		#content {
			padding: 1px 0 20px 12px;
            background:url(img/rightTransparent.png) right no-repeat #610;
            color:#ff4
		}
		
        #directions {
            color: #443;
        }
        #directions h2{
            color: #ff3;
        }

        p.uno{
            background:url(img/rightTransparent.png) right no-repeat #eb3;
            color:#610
        }
        p.dos{
            background:url(img/rightTransparent.png) right no-repeat #fc3;
            color:#610
        }
        p.tres{
            background:url(img/rightTransparent.png) right no-repeat #fea;
            color:#612;
            padding: 1px 12px;
        }
            p.tres a{
              color:#832;
            }

        li a {
            color: #610;
        }
        li.block{
            background:url(img/rightTransparent.png) right no-repeat #eb3;
            padding: 2px 18px;
            list-style: none;
        }
        li.block2{
            background:url(img/rightTransparent.png) right no-repeat #fc3;
            padding: 2px 18px;
            list-style: none;
        }

		#footer {
			clear: both;
			padding: 10px 180px;
			margin-top: 20px;
            border-top: 1px dashed #832;
            font-size:x-small;
			background-color: transparent;
		}
