

body {
	min-width: 770px;
}
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrap {
	width:770px;
	margin:12px auto 0 auto;
	background:#fff;
	border: 1px solid #aaa;
	position:relative;
}
#header, #topnav, #footer {
	clear: both;
	margin:0;
	padding:0;
}
#topnav {
	height:24px;
	width:770px;
	margin:0 auto;
	border-bottom:1px solid #fff;
}
#tnav {
	position:absolute;
	top:76px;
	left:0;
	width:770px;
	padding: 0;
	margin:0 auto;
	background:#ed173c;
	font: normal 100% Arial, Helvetica, sans-serif;
	z-index:101;
}
#header h1 {
	height:76px;
	width: 770px;
	margin:0 auto;
	background:url(../corporate-cookery-images/logo-venturi.png) no-repeat 20px 10px;
	z-index:100;
	text-indent:-5000px;
	position:relative;
}
#strap {
	position:absolute;
	float:right;
	width:237px;
	height:16px;
	top:30px;
	right:15px;
}
#container {
	padding-left: 1px;   /* LC fullwidth */
	padding-right: 288px;  /* RC fullwidth + CC padding */
	height:150px;
	height:auto!important;
	min-height:150px;
}
#container .column {
	position: relative;
	float: left;
	z-index:0;
}
#content {
	padding: 16px 10px 0 10px;    /* CC padding */
	width: 100%;
}
#left {
	width: 1px;          /* LC width */
	padding: 0;       /* LC padding */
	right: 21px;          /* LC fullwidth + CC padding */
	margin-left: -600px;
	display:none;
}
#right {
	width: 268px;          /* RC width */
	padding: 0;       /* RC padding */
	margin-right: -288px;  /* RC fullwidth + CC padding */
	text-align:center;
	margin-top:-190px;
	background:#ed173c;
}
#footer {
	clear: both;
	min-height:26px;
	height:auto !important;
	height:26px;
	line-height:26px;
	text-align:left;
	vertical-align:middle;
	width:760px;
	margin:0 auto;
	padding: 0 5px;
	position:relative;
	background:#aaa;
	color:#fff;
	font-size:90%;
}
#subfooter {
	text-align:center;
	color:#aaa;
	font-size:0.9em;
	padding: 5px 0;
	width: 770px;
	margin:0 auto;
}
#quotes {
	margin:0;
	padding:0;
	background:#ed173c;
	color:#fff;
	width:270px;
	min-height:190px;
	height:auto !important;
	height:190px;
}
#fquotes {
	margin-left:0;
}
#home-flash {
	margin:0 0 0 -10px;
	padding:0;
	min-height:190px;
	height:auto !important;
	height:190px;
	width:500px;
	position:relative;
}
#testimonials {
	background:#ed173c url(../corporate-cookery-images/bg-testimonials.gif) repeat-y;
	width:268px;
	margin:0;padding:0;
}
#testimonials img,#t-imgs {
	height:170px;
	height:auto!important;
	min-height:170px;
	margin: 0 auto;
	padding:0;
}
#testimonials p.topper,#testimonials p.readMore {
	color:#fff;
	min-height:26px;
	height:auto !important;
	height:26px;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding:0;
}
#testimonials p.topper {
	background:#aaa;
	border-top:1px solid #fff;
}
#testimonials p.readMore {
	background:#ed173c;
	border-bottom:1px solid #fff;
}
#testimonials p.readMore a{
	color:#fff;
}
#testimonials p.readMore a:hover{
	color:#aaa;
}
