#content_area {
	width: 100%;
	height: 95px;
}

#col_left {
	background-image: url(../../main/images/content/background_col_left.gif);
	background-repeat: repeat-x;
	background-color: #B3002F;
	width: 194px;
	height: 95px;
	padding: 5px 5px 0px 5px;
}

#col_normal {
	background-image: url(../../main/images/content/background_col_normal.gif);
	background-repeat: repeat-x;
	background-color: #2286BF;
	width: 202px;
	height: 95px;
	padding: 5px 5px 0px 10px;
}

#col_right {
	background-image: url(../../main/images/content/background_col_right.gif);
	background-repeat: repeat-x;
	background-color: #F8A000;
	width: 203px;
	height: 95px;
	padding: 5px 5px 0px 10px;
}