body {
	padding:0;
	background: #fff;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;}

div.header p {
	line-height:125%;
	margin:0 5px 5px 0;
	font-variant:small-caps;
	text-align:justify;
	}
h1 {
	text-align: center;
}
div.wrapper {
	width:750px;
	margin:10px auto;
	padding:10px 20px;
	background:#fff;
	color:#000
}

div.divider {
	width:100%;
	margin:auto;
	border-bottom: solid 1px #000;
	height:10px
}
div.menu {
	width:100%;
	margin:1em auto;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
div.menu p {
	margin:1px 0;
	text-align:center
}

div.menu a {
	text-decoration:none;
	color: #000}
	
div.menu a:hover {
	text-decoration:underline;
	color: #000}
	
div.content p {
	margin:0;
	line-height:125%;
	text-indent:4em
}

div.content ul {
	margin:0 0 0 4.5em;
	padding-left:.5em;
	line-height:200%;
}

div.handbags {
	line-height:200%;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}
div.handbags p {
	text-indent: 3em;
}

div.order a {
	color:#000
}

div.handbags a {
	color:#000;
}

div.handbags h2 {
	font-size: 20px;
	margin: 30px 0 0 0;
	font-weight:normal;
	text-align: center;
}

div.handbags h3 {
	font-size: 17px;
	margin: 30px 0 0 0;
	font-weight:normal;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
img.bordered,img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff;
     border: 1px solid #ddd;   padding: 3px;  }
img.alignleft, img.left {margin: 1em 1.5em 1em 0;}
img.alignright, img.right {margin: 1em 0 1em 1.5em;}
/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
     display: block;
     font-size: 0;
     line-height: 0;   
}