﻿*  {
	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;
   text-align: left;
}

#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: 35px;
	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 a:hover  {
  color: #33ffff;
}

#content  {
  margin-top: 30px;
  margin-left: 210px;
  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;
}

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

#footer{
  margin-top: 30px;
  width: 700px;
  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;
}
