@charset "utf-8";

#content_wrapper
{
	background:top left no-repeat url("../images/title-bkgnd.gif");
	margin:0 auto;
	padding-left:55px;
	padding-top:39px;
	text-align:left;
	width:753px;
}




#content_wrapper .header
{
	height:59px;
}

#content_wrapper .header .title
{
	height:inherit;
	width:auto;
	display:inline-block;
	float:left;
}

#content_wrapper .header .title .content
{
	background-color:#ffffff;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	height:34px;
	margin-left:-14px;
	padding-top:19px;
	text-align:center;
	width:233px;
}

#content_wrapper .header .bottom_border
{
	background-color:#ebebeb;
	height:1px;
	margin-top:5px;
	width:225px;
}

#content_wrapper .header .meta_data
{
	background-color:#ffffff;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ffffff;
	display:inline-block;
	height:43px;
	float:left;
	margin-top:16px;
	width:524px;
}

#content_wrapper .header .meta_data .content
{
	border-bottom:1px solid #EBEBEB;
	color: #1B1E2D;
	font-size: 10px;
	height:15px;
	margin-top:14px;
}

#content_wrapper .header .meta_data .content .left
{
	float:left;
	margin-left: 45px;
}
#content_wrapper .header .meta_data .content .right
{
	margin-left: 90px;
}





#content_wrapper .inner_content_wrapper
{
	background-color:#ffffff;
	width:750px;
}
#content_wrapper .inner_content_wrapper .spacer
{
	display:block;
	height:25px;
}

#content_wrapper .inner_content_wrapper .content
{
	padding:0 20px 10px 20px;
	min-height:280px;
    font-size:14px;
    line-height:1.4em;
}





#body_spacer
{
	height:45px;
}












