@import url(defaults.css);

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

CONTENT

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

#main .content h1 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}

#main .content h2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#main .item {
	margin-top: 15px;
	border-bottom: 1px solid #d0c193;
	padding-bottom: 15px;
}

#main .item.first {
	margin-top: 0;
}

#main .item.last {
	border-bottom: none;
	padding-bottom: 0;
}

#main .content p {
	width: 620px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 150%;
}

#main .content p strong {
	font-weight: bold;
}

#main .content p a, #main .content p a:hover {
	color: #311b09;
	text-decoration: underline;
}

#main .content ul {
	width: 620px;
	margin-top: 5px;
}

#main .content ul li {
	margin: 2px 0 0 30px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: disc;
}

