/**************
* 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_left{
	float: left;
width:364px;
}

div#content_content{
	float: right;
	width: 586px;
}