﻿/*** Page content type 1 - INNER CONTENT STYLES ***/

#corp_content
{
	height: 181px;
	padding-top: 11px;
	background: #ffffff;
	margin-top: 11px;
	border-top: 1px solid #cccccc;
}
#content_left
{
	background: Transparent;
	border-right: 1px solid #cccccc;
	float: left;
	padding: 0pt 25pt 25pt;
	width: 399px;
	height: 150px;
	overflow: hidden;
}

#content_right
{
	background: Transparent;
	float: left;
	padding: 0pt 0pt 25pt 25pt;
	width: 431px;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}




