

/* "main" container*/
#WrapperC{
background:transparent;
width:auto;
height:auto;
text-align:left;
padding:25px 0 3px 0;
}


#WrapperL{
background:transparent;
width:auto;
height:auto;
text-align:left;
padding:35px 0 3px 0;
}


#TitleC {
	background-image:url(t_deco_r.gif); height:26px;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:35px;
	padding-top:6px;
}


/*use gif only here to make the transparent image. will be replaced by png in the future.*/
#TitleL_Wrapper {
	background-color:transparent;
	background-image: url(t_deco_L.gif); height:23px;
	background-repeat:no-repeat;
	background-position:center left;	
	padding-left:29px;
	margin-bottom:-10px;
}

.TitleL_Text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
}


#hrC {
background-image:url(hr.png); height:2px;
background-repeat:repeat-x;
margin:5px 0 10px -15px;
}


.ContentWrapper_C{
	background:transparent;
	  /* have to put it AFTER the border to override the previous rule!*/
	padding:0;
	text-align:left;
}
.ContentWrapper_L{
	background:transparent;
	  /* have to put it AFTER the border to override the previous rule!*/
	padding:20px 0 0 0;
	line-height:1em;
}





