      body {
      margin:0;
      padding:0;
      font:12px georgia, "Book Antiqua", palatino, serif;
      color:#000;
      background:#fff;
      height:100%; /* this is the key! */
      }
      h1 {
      font-size:24px;
      font-family: helvetica, arial, sans-serif;
      font-weight: bold;
      color: #699;
      background-color: transparent;
      margin:5px 0;
      }
      a{
      text-decoration:underline;
      font-weight:bold;
      }
      a:link{
      color:#699;
      background-color: transparent;
      }
      a:visited{
      color:#699;
      background-color: transparent;
      }
      a:active{
      color:#000;
      background-color: transparent;
      }
      a:hover{
      color:#066;
      background-color: transparent;
      text-decoration:underline overline;
      }
      #header {
      height: 72px;
      background-color: #EAEAEA;
      border:1px solid #333;
      padding:0;
      }
      #left {
      position:absolute;
      left:0;
      top:92px;
      padding:0;
      width:200px;
      height:100%;
      color:#333;
      background:#eaeaea;
      border:1px solid #333;
      }
      .content {
      position: relative;
      top:20px;
      margin-left:220px;
      margin-right:220px;
      margin-bottom:20px;
      color:#333;
      background:#ffc;
      border:1px solid #333;
      padding:0 10px;
      }
      
      #CartContent {
      	border: 1px solid #666;
	    font-size: 80%;
	    margin: 0px 0px 10px 0px;
	    padding: 3px;
      }

      #CartContent a {
	    color: #000099;
      }

      .CartPrice {
	  float: right;    
      }
      
      #right {
      position:absolute;
      right:0;
      top:92px;
      padding:0;
      width:200px;
      height:100%;
      color:#333;
      background:#eaeaea;
      border:1px solid #333;
      }
      
      #header ul {
	    display: inline;
/*        position: absolute;
		bottom: 0;
		right: 0;
*/
	      }
      
      #header li {
	    display: inline;
		float: right;
		padding: 0 6px 0 0;
      }
      
      #header a {
	      text-decoration: none;
      }
      
      #header p {
      padding:10px;
      }
      #left p {
      padding:0 10px;
      }
      #right p {
      padding:0 10px;
      }
      p.top {
      margin-top:20px;
      }