
/* ########## CONTENT ############## */

#content {
	/*width:					950px;*/
	margin:					0px auto;
	border-collapse:		collapse;
}
#content-title{
	color:					white;
	font-weight:			bold;
	font-size:				16px;
	line-height:			24px;
	text-align:				center;
	margin-top:				7px;
}
#content .t_lt{
	width:					16px;
	height:					37px;
	background-image:		url(/templates/i/cb/t_lt.png);
}

#content .t_mid{
	height:					37px;
	background-image:		url(/templates/i/cb/t_mid.png);
	background-repeat:		repeat-x;
}

#content .t_rt{
	width:					16px;
	height:					37px;
	background-image:		url(/templates/i/cb/t_rt.png);
}

#content .m_lt{
	width:					16px;
	background-image:		url(/templates/i/cb/m_lt.png);
}

#content .m_content{
	background-color:		#F6FAEE;
}

#content .m_rt{
	width:					16px;
	background-image:		url(/templates/i/cb/m_rt.png);
}

#content .b_lt{
	width:					16px;
	height:					24px;
	background-image:		url(/templates/i/cb/b_lt.png);
}

#content .b_mid{
	height:					24px;
	background-image:		url(/templates/i/cb/b_mid.png);
}

#content .b_rt{
	width:					16px;
	height:					24px;
	background-image:		url(/templates/i/cb/b_rt.png);
}
#content a{
	color:					#336699;
}
