body	{
	margin: 0;
	background: #fff;
	}
	
a img	{
	border: none;
	}
	
a	{
	outline: none;
	}
	
a:link, a:visited	{
	color: #7d7d7d;
	text-decoration: underline;
	}
	
a:hover	{
	color: black;
	text-decoration: underline;
	}
	
p	{
	margin: 0;
	padding: 0;
	}
	
div#header	{
	margin: 22px auto 0;
	padding: 0;
	width: 850px;
	height: 170px;
	border: 1px solid #d7d7d7;
	}
	
#reviews div#header	{
	background: url("/images/bg-reviews.jpg") left top no-repeat;
	}
	
#menu div#header	{
	background: url("/images/bg-menu.jpg") left top no-repeat;
	}
	
#history div#header	{
	background: url("/images/bg-history.jpg") left top no-repeat;
	}
	
#cakes div#header	{
	background: url("/images/bg-cakes.jpg") left top no-repeat;
	}
	
div#logo	{
	margin-left: 455px;
	padding-top: 34px;
	background: transparent;
	}
	
div#container	{
	margin: 15px auto 0;
	padding: 30px 35px;
	width: 780px;
	border: 1px solid #d7d7d7;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", verdana, sans-serif;
	color: #7d7d7d;
	}
	
div#photos	{
	float: left;
	width: 300px;
	margin: 0;
	}
	
div#photos img	{
	display: block;
	margin-bottom: 40px;
	border: 1px solid #666;
	}
	
#menu div#photos img	{
	margin-bottom: 120px;
	}
	
div#content	{
	margin-left: 360px;
	}
	
div#bar	{
	margin: 15px auto 0;
	width: 852px;
	height: 37px;
	background: #ef3f23;
	}
	
div#photo_credits	{
	margin: 11px auto 0;
	padding-bottom: 11px;
	width: 850px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", verdana, sans-serif;
	color: #7d7d7d;
	}
	
ul#nav	{
	list-style: none;
	margin: 19px 0 0 0;
	padding: 0;
	}
	
ul#nav li	{
	float: left;
	margin: 0;
	padding-left: 7px;
	}
	
ul#nav li.home	{
	padding-left: 0;
	}
	
.credit	{
	margin: 0 0 30px 0;
	text-align: right;
	}
	
table.menu	{
	width: 415px;
	}
	
table.menu td.type	{
	padding-top: 16px;
	text-align: center;
	}
	
table.menu td.prices	{
	text-align: right;
	vertical-align: top;
	}
	
.indent	{
	padding-left: 1em;
	}
	
/* newsletter signup form */

table.contact_form	{
	width: 550px;
	margin: 30px 0 0 0;
	}
	
table.contact_form td	{
	padding-bottom: 8px;
	font-size: 11px;
	}

td.data	{
	text-align: right;
	padding-right: 5px;
	}
	
input, textarea	{
	border: 1px solid #64605a;
	font: 11px arial, sans-serif;
	color: #64605a;
	}
	
.noborder	{
	border: none;
	}


	

	
