
body  {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #300 url('imgs/background.jpg') no-repeat top center;
	border: none;
	}
	
#container {
	position: relative;
	color: #505050;
	margin: 0 auto;
	padding: 0 0 34em 0;
	width: 680px;
	min-height: 100%;
	background: url('imgs/contentbg.jpg') repeat-y center;
	border: none;
	}

img.topbord {
	margin: .1em auto;
	padding: 0;
	width: 680px;
	border: none;
	}	
	
#masthead {
	position: relative;
	background: url('imgs/logo.gif') no-repeat top center;
	width: 680px;
	height: 17em;
	margin: 0;
	padding: 0;
	border: none;
	}	
	
#content {
	position: static;
	float: left;
	height: 29em;
	width: 29em;
	margin: 0 auto;
	padding: 0;
	border: none;
	overflow: auto;
	}
	
#content p {
	font-size: 1.1em;
	color: black;
	width: 22em;
	margin: 0 auto;
	padding: 1em 1.5em 1em 1.5em;
	text-align: justify;
	border: none;
	}
	
#content ul {
	width: 27.5em;
	margin: 0 auto;
	padding: .5em 0 0 0;
	border: none;
	}
	
#content ul li {
	font-size: 1em;
	color: black;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	}
	
#sidebar {
	float: right;
	width: 13em;
	margin: 0 auto;
	padding: 0;
	line-height: 1.7em;
	border: none;
	}
	
#sidebar img {
	margin: 0 auto;
	padding: 0;
	border: none;
	}

#bridalpack p{
	font-size: 1em;
	color: black;
	width: 650px;
	margin: 0;
	padding: 0 2% 0 2%;
	text-align: left;
	border: none;
	}
	

h1 {
	font: 2em garamond,'times new romans',serif;
	width: 13.8em;
	padding: 0 0 .5em 0;
	text-align: center;
	color: #600;
	margin: 1em 0 0 1px;
	border: none;
	background: url('imgs/headerlace.gif') no-repeat bottom center;
	}

h2 {
	font: 1.2em 'times new romans',times,serif;
	color: #a80;
	width: 22.5em;
	margin: 0 0 0 1px;
	padding: .5em 0 0 .5em;
	text-align: center;
	border: none;
	}
	
h3 {
	font: 600 1.2em 'times new romans',times,serif;
	color: #740;
	width: 23em;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
	border: none;
	}
	
h4 {
	font: 600 0.9em 'times new romans',times,serif;
	color: black;
	margin: 0 200px 0 0;
	padding: 2% 0 0 2%;
	text-align: left;
	border: none;
	}

p {
	font-size: 1em;
	color: black;
	margin: 0 1px 0 1px;
	padding: 1px;
	text-align: left;
	border: none;
	}
	
p.links {
	width: 600px;
	margin:  0 auto;
	padding: 10em 0 .5em 0;
	border: none;
	line-height: 3em;
	}

p.links a:link{
	display: inline;
	margin: .5em;
	padding: 0;
	text-decoration: none;
	font-size: 1.1em;
	color: #600;
	border: none;
	}
	
p.links a:visited {
	margin: .5em;
	padding: 0;
	font-size: 1.1em;
	text-decoration: none;
	color: #600;
	border: none;
	}

p.links a:hover{
	margin: .5em;
	padding: 0;
	text-decoration: none;
	font-size: 1.1em;
	color: black;
	border-bottom: 2px solid black;
	}
	
p.links a:active {
	margin: .5em;
	padding: 0;
	text-decoration: none;
	font-size: 1.1em;
	color: black;
	border: none;
	}
	
table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border-collapse: collapse;
  }

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;
  font: 400 1.2em garamond,times,serif;
  text-align: left;
  }

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
  }

thead th {
  color: #740;
  border-top: 2px solid #600;
  border-bottom: 1px solid #600;
  }


tbody td {
  border-bottom: 1px solid #D6B8A0;
  }

tbody tr:hover {
  background-color: #EDD4AE;
  }

#footer {
	position: absolute;
	width: 670px;
	height: 2em;
	margin: 29.5em auto;
	padding: 1.5em 0 0 0;
	background: url('imgs/fancyborder2.gif') no-repeat top center;
	border: none;
	}
#footer p {
	color: black;
	text-align: center;
	font-size: 0.9em;
	padding: .5em 0 0 0;
	}



