/**************
* 2 COL
**************/
div#tr_2col{
}

/**************
* DEBUG
**************/

/* debug start
div#main_content_normal,
div#main_content_right{
background-color:red;
}
debug end */


/**************
* MAIN_CONTENT 
**************/

div#content{
background: repeat-y url(../../../images/elements/bg_IBR_3col.png) 0px 10px;
min-height:350px;
}

div#content_header{
background: #fff;
border: 0;
margin-bottom:20px;
}

div#ibr_container {
border-top: 3px solid #d22229;
padding: 2px 0;

}

div#ibr_container h3 {
				margin:0;
				padding:0;
				padding-top:1px;
				border-top: 1px solid #d22229;
				border-bottom: 1px solid #000000;
				text-transform:uppercase;
				font-family:garamond;
				line-height: 120%;
				font-size:14pt;
				letter-spacing: 1pt;
}
#ibr_foot {
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
padding: 2px 0;
margin-left:12px;
margin-right:12px;
}

div#ibr_content_left{
width:250px;
height:100%;
display:block;
float:left;
padding-left:10px;
padding-right:10px;
margin:12px 0px 0px 12px;
}

div#ibr_content_normal{
float: left;
width:260px;
margin:0;
padding-left:12px;
padding-right:12px;
}

div#content_border{
padding-left:12px;
padding-right:12px;
	float: right;
	width: 260px;
}
