﻿*  {
  padding: 0;
  margin: 0;
  border: 0;
}

body{
   background-color: #000000;
   font-family: georgia, arial, sans-serif;
   font-size: .8em;
   text-align: center;
   color: white;
}

#box{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
}

#header{
  background-image: url('../content/st22.gif');
  background-repeat: no-repeat;
  width: 700px;
  height: 75px;
  margin-left: 25px;
  margin-bottom: 10px;
}

#navbar ul  {
  margin-top: 20px;
  float: left;
  width: 120px;
  height: 370px;
  list-style-type: none;
}

#navbar ul{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	list-style-type: none;
	width: 120px;
	height: 370px;
	color: white;
	font-weight: bold;
	font-family: monotype Corsiva;
	font-size: 1.2em;
}

#navbar ul li a  {
	display: block;
	margin-left: 10px;
	text-decoration: none;
	background-image: url('../buttons/sbutt1.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-family: font-family: garamond, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: white;
	width: 100px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1em solid black;
}

#navbar li  {
  display: inline;
}

#content  {
  margin-top: 30px;
  margin-left: 220px;
  width: 570px;
  height: 500px;
}

h1  {
	margin-top: 20px;
	font-family: Monotype Corsiva, Helvetica, sans-serif;	
	text-align: center;
	font-size: 2.0em;
}

h2	{
	margin-top: 25px;
	font-family: Monotype Corsiva, Helvetica, sans-serif;	
	text-align: center;
	font-size: 2.0em;
}

h3	{
	margin-top: 30px;
	font-family: Monotype Corsiva, Helvetica, sans-serif;	
	text-align: center;
	font-size: 2.0em;
}

#mp62 {
	background-image: url('../images/dresses/large/hdress.jpg');
  	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
  	height: 450px;
  	width: 300px;
  	float: left;	
  	border: 1px solid red;
}

#footer{
  margin-top: 25px;
  width: 770px;
  clear: both;
  height: 20px;
  color: #fff;
  text-align: right;
}

#footer .jm {
		float: left;
		text-align: left;
}
	
#footer .st {
		float: right;
		text-align: right;
}

#nav2 {
	margin-top: 10px;
}
