/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 15: 4 column 960 PMM
  -----------------------------------
*/
body {
	min-width: 960px;
}
#tnav-center {
	width: 960px;
	border-left: 0 !important;
}
#columnwrapper {
	width: 960px;
	background-image: url(img/full_4col.png);
}
#twitter {
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* for IE 6,7 */
    filter:alpha(opacity=70);
	/* CSS3 standard */
    opacity:0.7;
}
#c1, #c2, #c3, #c4 {
	width: 225px;
	margin-right: 20px;
}
#c4 {
	margin-right: 0px;
}
#columns-bottom {
	background-image: url(img/p7iq_4colBottom.png);
	/* for IE */
    filter:alpha(opacity=00);
	/* CSS3 standard */
    opacity:0.0;
	}
#footer {
	width: 960px;
}

