/******************************************************************************
* Layout modified from http://brainjar.com/                                   *
******************************************************************************/


/*---------------------------------------------------------------------------*/
/* Page Layout Styles                                                        */
/*---------------------------------------------------------------------------*/


.bg_contentI {
	background-image: url(/_images/layout/bg_contentInternal2.gif);
	background-repeat: repeat;
	background-position: left top;
	z-index: 5;
}

#contentLeftI {
	float: left;
	margin: 19px 0px 0px;
	width: 165px;
	position: relative;
	color: #666666;
	padding: 35px 5px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E6E9;
}

#contentRightI {
	float: right;
	margin: 19px 0px 0px;
	width: 585px;
	position: relative;
	color: #666666;
	padding: 35px 15px 0px 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E6E9;
	
}

#footerI {
	color: #666666;
	font-size: 10px;
	padding: 10px 0px 10px 180px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 20px 0px 0px;
}
