/* Left Column */
#noResultsWrapper { 
	border:10px solid #666666;
	margin:0; padding:0;
	width:980px;
	height:344px;
}

#leftSide {
	margin: 25px 25px 0 25px;
	width:355px;
	font-weight:100;
	float:left;
}

#leftSideLinks{
	margin-top:15px;
}

#leftSideLinks div{
	margin: 3px 0 3px 0;
	text-transform:uppercase;
	line-height:1.5;
	font-size:12px;
	font-weight:bold;
}

#leftSideLinks a{
	text-decoration:none;
}

/*Right Column*/
#rightSide{
	margin: 0;
	width:575px;
	float:left;
}
