
/* ADMIN BASE
*************************************************************/
	body{
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 12px;
		line-height: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #000000;
    text-align: center;
	}
  
  

/* SHELL
*************************************************************/
	#shell{
		margin: 0 auto;
		padding: 0;
    width: 1241px;
    height: 755px;
    background: url(../img/bgd.jpg) 0 0 no-repeat;
    text-align: left;
	}
	#shell h1{
    display: none;
	}
  
  

/* SHELL
*************************************************************/
  #nav_links {
    float: left;
    width: 1241px;
    height: 755px;
		margin: 0;
		padding: 0;
  }

  #nav_links a{
    float: left;
    position: relative;
    text-align: left;
    text-indent: -3000px;
    padding: 0;
    margin: 0;
  }
  #nav_links #shop_on{
    width: 223px;
    height: 28px;
    top: 575px;
    left: 1015px;
    background: url(../img/shop_on.gif) 0 0 no-repeat;
  }
  #nav_links #check_out{
    width: 320px;
    height: 29px;
    top: 610px;
    left: 695px;
    background: url(../img/check_out.gif) 0 0 no-repeat;
  }
  #nav_links #hang_out{
    width: 543px;
    height: 30px;
    top: 647px;
    left: 152px;
    background: url(../img/hang_out.gif) 0 0 no-repeat;
  }
  #nav_links #info_email{
    width: 564px;
    height: 30px;
    top: 655px;
    left: 673px;
    background: url(../img/info_email.gif) 0 0 no-repeat;
  }