@import "style.css";

#container {
 background-color: #fff;
}

#content div {
	float: left;
	width: 67%;
	text-align: left;
	font-size: 14px;
}

#content div img {
 display: block;
 margin: 15px auto 5px;
}

#content div + div > img{
 margin-top: 15px;
}

#content div + div > img + img{
 margin-top: 75px;
}

#footer_nav {
 width: 900px;
 border-top: 1px solid #000;
 margin: 0 auto;
 padding-top: 10px;
}
.bullets {
	list-style-image: url(../images/arrow-a-4small2.png);
}
#container #content table tr td .bullets {
	list-style-image: url(../images/arrow-a-2small2.png);
}
#content {
	list-style-position: inside;
	list-style-image: url(../images/arrow-a-2small2.png);
	list-style-type: circle;
}
#heater1 {
	font-size: 14px;
}
#container #content .heater2 {
	width: 40%;
}
#container #content .heater3 {
	width: 30%;
}
#container #content .heater4 {
	width: 60%;
}
#container #content .heater5 {
	width: 50%;
}
