#wrapper {
	background: url(/docroot/cavallfort/imgs/wrapperBg-05-leftBar.gif) repeat-y;
}
#content {
	background: url(/docroot/cavallfort/imgs/contentBg-05-leftBar.gif) no-repeat left bottom;
	padding-bottom: 24px;
}
#main a {
	background: none;
	color: #333;
}
#breadCrumb a {
	color: #ffd426;
	font-weight: bold;
}
#breadCrumb a:hover, #main strong, #main a:hover {
	background: #ffd426 !important;
	color: #333 !important;
}
#main>h2, #main>h3, #main>h4 {
	background: #ffd426;
	color: #333;
}


#main {
	margin-top: 65px; /* Space for h2 */
}
#main>p {
	font-size: .9em;
}
#main>h2 {
	background: no-repeat top left;
	position: absolute;
	top: -66px;
	left: -254px;
	height: 65px;
	width: 960px;
	text-indent: -9999px;
}
#main>h3, #main>h4 {
	position: relative;
	background: #fc0;
	margin-bottom: .5em;
}
#main>h3+* {
	margin-top: 3em !important;
}
#main>h3+*, #main>h4+* {
	clear: left;
}
#main>h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-left: 15px;
}
#main>h4 {
	float: left;
	font-size: 1.1em;
	margin-top: 3em;
}


/* Sobreescrivim p.imgLeft i p.imgCenter
p.imgLeft {
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
p.imgLeft + * { // Fixes IE bug (disappearing h2)
	clear: left;
}
p.imgLeft img {
	position: absolute;
	top: -2em;
	left: -190px;
	max-width: 180px;
}
p.imgCenter {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
 */



/* relatedInfo */
#relatedInfo ul {
	font-size: 1em;
	padding-top: .5em;
}
#relatedInfo>blockquote>ul {
	padding-top: 1.5em;
	background: url(/docroot/cavallfort/imgs/chessLine.gif) repeat-x left top;
}
#relatedInfo li {
	margin-bottom: .5em;
}

#relatedInfo a {
	color: #333!important;
	
	font-weight: bold;
}
#relatedInfo>blockquote>ul>li>a:before {
	content: "* ";
}
#relatedInfo>blockquote>ul>li ul a:before {
	content: "-";
}