@charset "utf-8";
/* CSS Document */

#content h2 {
	background: transparent none;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#left, #right {
	width: 365px;
}

#right {
	padding-top: 30px;
}

#content ul, #content li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content li h3 {
	clear: both;
	float: left;
	background: transparent url(img/references/title.gif) repeat-y left center;
	padding: 3px;
	width: 172px;
	color: black;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#content ul ul {
	margin: 0;
	padding: 0;
	width: 174px;
	float: right;
	padding-bottom: 13px;
}




