body {
	background: url(../images/bg_body.png) repeat-x;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
img {
	border: none;
}

td {
	vertical-align: top;
}

#left {
	background: url(../images/img_house.jpg) no-repeat;
	height: 491px;
	width: 317px;
}
#right {
	background: url(../images/img_catalogue.jpg) no-repeat;
	height: 491px;
	width: 317px;
}
#center {
	background: url(../images/img_radiators.jpg) bottom no-repeat;
	height: 491px;
	width: 317px;
}

#left_b {
	background: url(../images/bg_house.png) no-repeat;
	height: 219px;
	width: 317px;
}
#right_b {
	background: url(../images/bg_catalogue.png) no-repeat;
	height: 219px;
	width: 317px;
}
#center_b {
	background: url(../images/bg_radiators.png) no-repeat;
	height: 219px;
	width: 317px;
}

.spacer {
	width: 22px;
}
.padding {
	padding: 30px 15px 5px 50px;
}
h1 {
	text-transform: uppercase;
	font-family: trebuchet ms, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
}
#left_b h1 {
	color: #2c9801;
}
#center_b h1 {
	color: #fe6c02;
}
#right_b h1 {
	color: #5c646c;
}
#left_b a {
	color: #ff5400;
}
#center_b a {
	color: #3a7fd4;
}
#right_b a {
	color: #7f8b93;
}

ul {
	list-style: none;
}
#center_b a.more, #left_b a.more, #right_b a.more {
	color: rgb(153, 153, 153);
	font-size: 18px;
	padding-left: 40px;
	background: url(../images/arrow_more.gif) left 1px no-repeat;
	float: right;
}
