@charset "utf-8";
.here {
	background-color: #FFFFFF;
}

/* CSS Document */

#content #text pre {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 25px;
}
#content #text p {
	color: #333;
	line-height: 25px;
	margin-top: 30px;
}
#content #text ul {
	margin-left: -42px;
	list-style-type: none;
}
#content #text ul li {
	color: #FFF;
	line-height: 25px;
	display: block;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	background-color: #431403;
	background-image: url(../images/trianglelist.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

#content #text ul li p {
	color: #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px center;
}
#content #text p img {
	margin-top: 20px;
}
