#content {
	background: url(/i/one_col_content_bg.png) repeat-y;
	padding-bottom: 0px;
}
#content_bot {
	width: 930px;
	height: 13px;
	background: url(/i/one_col_content_bot.png) no-repeat;
	padding: 0px 0px 9px 0px;
	margin: 0;
}

#content h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #c41188;
	padding: 20px 0px 0px 20px;
	margin: 0;
}

#content ul {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background: none;
}
#content ul li {
	font-size: 10pt;
	line-height: 15pt;
	color: #666;
	background-image: url('/i/sitemap_list_arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	padding: 10px 0px 0px 30px;
}
#content ul li.last {
	background-image: url('/i/sitemap_list_arrow_last.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content ul li.empty {
	background: none;
	padding: 10px 0px 0px 0px;
}
#content ul#main {
	padding-bottom: 30px;
}
#content ul.without_wrapper {
	padding-left: 65px;
}

#content ul a,
#content ul a:link,
#content ul a:active,
#content ul a:visited {
	color: #666;
	text-decoration: none;
}
#content ul a:hover {
	text-decoration : underline;
}