/* 
  -------------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 07: 2 column 760 sidebar right
  Modified for wider col 1 and narrower
  col 2 for the order pages.
  -------------------------------------
*/
body {
	min-width: 760px;
}
#tnav-center {
	width: 760px;
}
#columnwrapper {
	width: 760px;
	background-image: url(img/p7iq_2colSBR760order.jpg);
	color: #000000;
}
#columns-top {
	background-image: url(img/p7iq_2colSBR760Toporder.jpg);
}
#c1, #c2 {
	width: 180px; /*  was 220 */
	margin-right: 20px;
}
#c1 {
	width: 560px;  /*  was 520 */
}
#c2 {
	margin-right: 0px;
}
#c1a {
	width: 260px;  /*  left products col */
	margin-right: 10px;
}
#c1b {
	width: 260px;  /*  right products col */
	margin-right: 0px;
}
#columns-bottom {
	background-image: url(img/p7iq_2colSBR760Bottomorder.jpg);
}
#footer {
	width: 760px;
}

