body
{
margin: 0 0 0 0;
text-align: center;
background-image: url(../images/background.png);
color: #330033;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#wrapper
{
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	border-left: 2px dotted #CC0066;
	border-right: 2px dotted #CC0066;
	background-color: #FFCCFF;
}
#banner
{
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 0;
	padding: 1px;
	background-image: url(../images/logo.png);
}
#main
{
margin-top: 20px;
padding-left: 20px;
padding-top: 10px;
width: 96%;
}
    #header {
	
      float: right;
      width:100%;
      background:#FFCCFF url("../images/bg.png") repeat-x bottom; 
      font-size:93%;
      line-height:normal;
	  margin-top: -30px;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:right;
      background:url("../images/norm_left_on.png") no-repeat left top;
      margin:0;
      padding:0 1px 0 9px;
      }
    #header a {
      display:block;
      background:url("../images/norm_right_on.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color: #330033;
      }
    #header a:hover {
      color:#330033;
      }
    #header #current {
      background-image:url("../images/norm_left.png");
      }
    #header #current a {
      background-image:url("../images/norm_right.png");
      color:#330033;
      padding-bottom:5px;
      }
#viewcart
{
text-align: right;
margin: -10px 0 0 0;
}

#footer
{
font-size: 10px;
border-top: 1px solid #330033;
padding-top: 6px;
padding-bottom: 2px;
}