/*img#ignite {
	position: relative;
}*/
#services {
	position: absolute;
	top: 375px;
	left: 0px;
}
#services ul{
	list-style: square url(img/bullet_square.gif);
	color: #83511F;
	font-size: 1.15em;
	width: 350px;
}
#services ul li{
	margin-bottom: .5em;
}
#services ul li a{
	color: #83511F;
}
#services ul li a:hover{
	color: #5E96B4;
}

ul#questions {
	border-left: 1px dashed #C2C2AF;
	list-style: none;
	margin-left: 400px;
	padding: 10px;
	color: #83511F;
	font-size: 1.4em;
}
ul#questions li {
	border-bottom: 1px dashed #C2C2AF;
	padding: 7px 0 7px 25px;
}
ul#questions li a{
	color: #83511F;
	text-decoration: none;	
}
ul#questions li a:hover {
	color: #5E96B4;
}
ul#questions li.final {
	border-bottom: 0;
}