#container {
      width: 1000px;
      position: absolute;
      top: 10px;
      left: 50%;
      }

#header {
      width: 1000px;
      height: 120px;
      position: relative;
      top: 0px;
      left: -500px;
	text-align: right;
      text-decoration: none;
      z-index: 0;
      }

a.header:link, a.header:visited, a.header:hover {
            text-decoration: none;
border: none;
	}

#menu {
      width: 1000px;
      height: 20px;
      position: absolute;
      top: 135px;
      left: 0px;
      border-bottom: 2px solid #ccccff;
      z-index: 20;
      }

a.menuLink:link, a.menuLink:visited {
      color: #FF9933;
      font-family: arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
	vertical-align: top;
      z-index: 20;
	}

a.menuLink:hover {
      color: #330000;
      font-family: arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
	vertical-align: top;
      z-index: 20;
	}

#facebook {
      position: absolute;
      top: -5px;
      right: 310px;
      z-index: 0;
      }

#facebookfan {
      position: absolute;
      top: -3px;
      right: 190px;
      z-index: 0;
      }

#viewcart {
      position: absolute;
      top: -10px;
      right: 30px;
      z-index: 0;
      }


#footer {
      width: 1000px;
      height: 20px;
      position: absolute;
      top: 560px; left:0px;
	text-align: center;
	vertical-align: middle;
      z-index: 0;
      }

a.footerLink:link, a.footerLink:visited {
      color: #999999;
      font-family: arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
	vertical-align: top;
	}

a.footerLink:hover {
      color: #330000;
      font-family: arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
	vertical-align: top;
	}
