* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #e3dccd url(Images/body_background.gif);
}

p {
	margin-bottom: 1.5em;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	background-color: #d6ceba;
	height: 200px;
	background-image: url(Images/header_separator.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.logo  {
	float: right;
	margin-top: 7px;
	margin-right: 50px;
}

#nav {
	float: left;
	margin-right: 30px;
}

#content {
	padding: 20px;
	background-color: #c3b9a1;
	font-size: 1.5em;
	line-height: 1.5em;
	/* background-image: url(Images/content_background.gif);
	background-repeat: no-repeat;
	background-position-x: 540px;
	background-position-y: 0px; */
}

.mainphoto {
	border: #d9c4ab solid 2px;
	float:left;
	margin-right: 20px;
	margin-bottom: 50px;
}

.floral  {
	position: relative;
	left: 525px;
	top: 15px;
	z-index: 1;
}

#footer {
	text-align: center;
	line-height: 1.3em;
	font-size: .5em;
	border-top: solid 1px #000;
	clear: left;
	padding-top: 10px;
}

table {
	border-collapse:collapse;
	border: 2px solid #D8D4C0;
	margin: auto;
}

table .noBorder {
	border: 0px;
}

tbody td {
	border-collapse:collapse;
	border: 2px solid #D8D4C0;
	background-color: #e3dccd;
}

th, td {
  font-size: 1em;
  padding: 1px 4px;
}

td {
	
}

th {
  background-color: #D8D4C0; 
  text-align: center;
  }
  
tfoot {
  background-color: #D8D4C0;
  color: #555555;
  }
  
tfoot td {
  font-size: 1.0em;
  text-align: center;
  }
  
.button a:hover {
	text-decoration: underline;
}

.orderFormPage {
	text-align: center;
	padding: 20px;
}

#contact {
	margin-left: 200px;
}
