#designmatters {
	width: 589px;
	margin: auto;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
#designmatters a {
	color: #093a6b;
	text-decoration: none;
}
#designmatters a.alt {
	color: #eb1b10;
}
#designmatters a:hover {
	text-decoration: underline;
}
#designmatters h3, #designmatters h4 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
#designmatters h3 { font-size: 15px; }
#designmatters h4 { font-size: 13px; color: #000; }
#designmatters #maincontent #left {
	float: left;
	width: 364px;
	background: #fff url(img/bg.gif) no-repeat;
	height: 100%
}
#designmatters #maincontent #left .padded {
	padding: 0 20px 0 0;
}
#designmatters #maincontent #right {
	float: left;
	width: 223px;
	min-height: 660px; 
	border-left: 2px solid #ccc;
	margin-bottom: 20px;
}
#designmatters #maincontent #right .padded {
	padding: 0 0 0 20px
}
#designmatters .clr {
	clear: both;
}
#designmatters p {
	margin: 0;
	padding: 0 0 14px 0;
}
#designmatters #footer {
	padding: 10px;
	background: #EB1B10;
	text-align: center;
	color: #fff
}
#designmatters #footer a {
	color: #000000;
	margin: 0 10px 0 10px;
}
