
/* TOP - - - - - - - - - - - - */

#c_t {
	height: 90px;	
}

#c_t_l {
	float:left;
	width: 380px;
	height: 100%;
	background: url(img/container_tl.png) no-repeat;
}

#c_t_m {
	float:left;
	width: 350px;
	height: 100%;
	background: url(img/container_tm.png) repeat-x;
}

#c_t_r {
	float:left;
	width: 38px;
	height: 100%;
	background: url(img/container_tr.png) no-repeat;
}

/* MIDDLE - - - - - - - - - - - - */

#c_m {
	height: 304px;
}

#c_m_l {
	float:left;
	width: 38px;
	height: 100%;
	background: url(img/container_ml.png) repeat-y;
}

#c_m_m {
	float:left;
	width: 692px;
	height: 100%;
	background: #eaefb6;
}

#c_m_r {
	float:left;
	width: 38px;
	height: 100%;
	background: url(img/container_mr.png) repeat-y;
}

/* BOTTOM - - - - - - - - - - - - */

#c_b {
	height: 41px;
}

#c_b_l {
	float:left;
	width: 38px;
	height: 100%;
	background: url(img/container_bl.png) no-repeat;
}

#c_b_m {
	float:left;
	width: 692px;
	height: 100%;
	background: url(img/container_bm.png) repeat-x;
}

#c_b_r {
	float:left;
	width: 38px;
	height: 100%;
	background: url(img/container_br.png) no-repeat;
}