/* 
  ---------------------------------------------------------------
  2-column styling for DavidSolomon.net 
  Designed by Lisa Firke | Hit Those Keys: www.hitthosekeys.com
   ---------------------------------------------------------------
*/
body {
	min-width: 760px;
}
#tnav-center {
	width: 760px;
	border-left: 0 !important;
}
#columnwrapper {
	width: 760px;
	background-image: url(../images/Content.gif);
	color: #3F0000;
}
#columns-top {
	background-image: url(../images/Top.gif);
}
#c1, #c2 {
	width: 220px;
	margin-right: 20px;
}
#c1 {
	width: 520px;
}
#c2 {
	margin-right: 0px;
	font-size: 0.85em;
}
#c2 .content img {
	border: 1px solid #B0A0A0;
}
#c2 .content img.noborder {
border: none !important; }

#columns-bottom {
	background-image: url(../images/Bottom.gif);
}
