body {
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B5049; /* font color */
	margin: 0;
	padding: 0; /* set margin and padding to 0 so that the top and bottom are flush with the window */
	text-align: center;
	background-image: url(images/wood.jpg);
	background-repeat: repeat;
}

#recipes {
	/*background-image: url(images/VPC_recipes.jpg);
	*/background-repeat: repeat;
	width: 1193px;
	margin: auto;
	padding: auto;
}

#container {
	background-image: url(images/paper_bkgd.png);/* background paper image */
	width: 803px;
	margin: auto;
	margin-top:0px;	
	margin-bottom:0;
	padding-bottom: 0;
	background-color: #fff; /* white div background that sits on top of the grey body background */
	text-align: left;
}
 #head {
 	background-image: url(images/paper_bkgd_top.png);
	background-repeat: no-repeat;
	height: 170px;
	margin: 0px;
}

 #logo {
 	background-image: url(images/VPC_logo.png);
	background-repeat: no-repeat;
	background-position:center;
	width:200px;
	height:170px;
	margin: 0px;
	float: left;
}

#masthead {
	width:600px;
	height:170px;
	margin: 0px;
	float: left;
}

#nav {
	width:600px;
	height:25px;
	margin: 0px;
	border-top:1px solid #B51018;
	border-bottom: 1px solid #B51018;
}

#photos {
	width:800px;
	margin: 0px;
	float: right;
	background-position:center;

}

#subnav {
	width:200px;
	margin: 0px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}

#subnav a, #subnav a:link, #subnav a:visited, #subnav a:active {
	color: white;
	font-size: 11px;
	line-height: 20px;

} 
#subnav a:hover {
	color: #B51018;
}

#content {
	width: 550px;
	float: left;
	padding: 10px;
	
}
#footer {
	border-top:1px dashed #fff;
	margin:10px;
	margin-bottom: 0;
	height: 210px;
	
}

#menus, #hours, #location, #signup {
	width: 180px;
	height: 200px;
	float: left;
	padding-left:10px;
	padding-right:5px;

}
#signup {
	padding-right: 2px;
	}

#hours, #location, #signup {
	border-left:1px dashed #fff;
}

/* #USwidget {
	width= 163px;
	border:2px #fff;
	margin-left: 17px;
}*/
	
h1 {
	text-align: left;
	font-size: 18px;
	color: #B51018;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#533723;
	
}
#content p {
	line-height: 20px; /* a leading of 20 pixels, which gives my 11px font some breathing room */
	padding-right: 5px;
	color: #5B5049;
}
ul.list
{
	line-height: 20px;
	margin-left:50px;

}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #B51018;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}

/* from campaignmonitor.com */
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
.label, .button {margin-top: 10px;}



