.content h1,h2,h3{
color:#211604 !important;
font-weight:bold !important;
font-size:14px !important;
margin: 10px 2% -12px auto !important;
text-align:left;
padding-bottom:10px;
}
.content p {
font-weight: normal;
color: #000000;
font-size:11px;
text-align:left;
}
/* STYLES FOR CROSSFADER */

div.wrapper {
position: relative;


}

/* IE7 Only */
*:first-child+html div.wrapper  {
	margin : 2px;
	margin-left:-500px;
}

div.element{
	width: 500px;
}
div.element div.content{
padding:5px;
}
*html div.wrapper {
	margin-top:-20px;
	margin-left:-500px;
	width:500px;
}
