#body {	
	margin: 35px 40px 0px 40px; 
	overflow: hidden;
}
#left {
	float: left;
	width: 380px;
}
#right {
	float: right;
	width: 410px;
}



div.smart-block { 
	position: relative;
	height: 100px;
}

div.smart-block div.pic { 
	position: absolute; top: 0px; left: 0px;
}
div.smart-block div.text {
	position: absolute; top: 0px; left: 126px;
}
div.smart-block div.header a {
	color: #fa8605;
	font-size: 11px;
	font-weight: bold;
}
div.smart-block p.bodytext {
	margin-top: 0px;
	width: 110%;
	color: #5f5f5f;
	font-size: 11px;
}



div.specials-odd { float: left; }
div.specials-even { float: right; }
