a { color: #FFF; text-decoration: underline;}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;	
	background-color: #C50C46;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#halfstripe {
	background-color: #C50C46;
	height: 56px;
	width: 50%;
	position: absolute;
	top: 314px;
	left: 0;
	z-index: 0;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 783px;
	z-index: 10;
}

h1#title {
	margin: 0;
	padding: 0;
}

#nav {
	padding: 14px 0 0 288px;
	color: white;
	font-size: 14px;
}
#nav span.sep {
	margin: 0 .7em;	
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#contentvdotwrap {
	position: relative;
	margin: 15px 100px 2em 288px;
	background-image: url(images/VDots.gif);
	background-repeat: repeat-y;
	border: 1px solid #C50C46; /* triggers good margin behavior */
}

#contentvdotwrap1 {
	width:460px;
	margin: 15px 20px 2em 19px;
	background-image: url(images/VDots.gif);
	background-repeat: repeat-y;
	float:left;
	border: 1px solid #C50C46; /* triggers good margin behavior */
}

#contentvdotwrap2 {
	width:248px;
	margin: 15px 0px 2em 20px;
	float:left;
}

#contentvdotwrap h2, #contentvdotwrap1 h2 {
	color: #7a1600;
	font-size: 15px;
	padding: 2px 12px 4px 12px;
	margin: 0;
	background-image: url(images/HDots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	position: relative;
}

#contentpadwrap {
	position: relative;
	clear: both;
	padding: 12px 0 0 12px;
	*padding-top: 8px;
	color: white;
	font-size: 12px;
}

#contentpadwrap.list h3 {
	border-bottom: 1px dotted #EEC3CD;
	float: left;
}

#contentpadwrap.list div.item {
	clear: both;	
	display: block;
	margin-bottom: 1em;
}

#contentpadwrap.list h4 {
	display: inline;
}

#contentpadwrap.list div.ingredients {
	display: inline;
}

#contentpadwrap form {
	margin: 1em 0 0 0;
}

#contentpadwrap form label.fix {
	width: 44px;
	display: block;
	padding-top: 3px;
	float: left;
}

div.photo {
	margin: 1em 0;
}

#copyright {
	clear: both;
	margin-top: 1em;
	font-size: 11px;
	color: #7a1600;
}
