/******************************************************************************/
/* Content
/******************************************************************************/

#indicatorTab
{
	width: 107px;
	height: 20px;
	text-align: center;
	background: url(../images/contenttab_blue.gif) no-repeat;
	padding: 7px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #FFF;
}

#contentContainer
{
	height: auto;
	width: 900px;
	background: #FFFFFF;
}

#cont_top_left
{
	width: 15px;
	height: 15px;
	background: url(../images/cont_top_left_b.gif) no-repeat;
	float: left;
}

#cont_top
{
	width: 870px;
	height: 15px;
	background: url(../images/cont_top_b.gif) repeat-x;
	float: left;
}

#cont_top_right
{
	width: 15px;
	height: 15px;
	background: url(../images/cont_top_right_b.gif) no-repeat;
	float: left;
}

#content
{
	width: 870px;
	height: 400px;
	background: url(../images/content_bg.gif) repeat-y #FFFFFF;
	padding: 0 15px 0 15px;
}

#cont_bottom_left
{
	width: 15px;
	height: 15px;
	background: url(../images/cont_bottom_left_b.gif) no-repeat;
	float: left;
}

#cont_bottom
{
	width: 870px;
	height: 15px;
	background: url(../images/cont_bottom_b.gif) repeat-x;
	float: left;
}

#cont_bottom_right
{
	width: 15px;
	height: 15px;
	background: url(../images/cont_bottom_right_b.gif) no-repeat;
	float: left;
}
