/*----------------------------------------------------*/
/* Main brands */
/*----------------------------------------------------*/

#home h2 {
	float: left;
	height: 350px; width: 221px;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
}
#home h2 a {
	display: block;
	height: 350px; width: 221px;
}
#home h2 a span {
	display: none;
}
#home h2#camel-lights {
	background: url(../img/camel_lights_box.jpg) no-repeat;
}
#home h2#marlboro-red {
	margin-left: 35px;
	background: url(../img/marlboro_red_box.jpg) no-repeat;
}
#home h2#winston-lights {
	margin-left: 34px;
	background: url(../img/winston_lights_box.jpg) no-repeat;
}
#home #content p{
    text-indent: 15px;
}
