/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#content .title h1 {
	margin-bottom: 5px;
	color: #ff7f00;
	font-size: 18px;
	font-weight: bold;
}

#content .title p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #ff7f00;
	border-bottom: 1px solid #e0e0e0;
}

#content h2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

#content p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

#content ul {
	list-style-type: disc;
}

#content ul li {
	margin: 5px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}