﻿div#divPage
{
	width: 980px;
}

div#divPage div#divHeader
{
	width: 980px;
	height: 80px;
	overflow: hidden;
}
	div#divPage div#divHeader div#divHeaderMain
	{
		width: 750px;
		height: 80px;
		background-image: url('../Images/Headers/CBH_Header_Interior.jpg');
		background-repeat: no-repeat;
	}
	div#divPage div#divHeader div#divHeaderSide
	{
		width: 190px;
		height: 70px;
		padding: 5px 20px 5px 20px;
	}
    
div#divPage div#divContent
{
	width: 980px;
	min-height: 650px;
	height: auto !important;
	overflow: hidden;
}
	div#divPage div#divContent div#divContentMain
	{
		width: 750px;
	}
		div#divPage div#divContent div#divContentMain div#divContentBreadcrumb
		{
			width: 705px;
			height: 20px;
			line-height: 20px;
			vertical-align: middle;
			padding: 0 10px 0 10px;
		}
		div#divPage div#divContent div#divContentMain div#divContentPage
		{
			width: 705px;
			padding: 20px 20px 20px 20px;
		}
	div#divPage div#divContent div#divContentSide
	{
		width: 190px;
		padding: 20px 20px 20px 20px;
	}
	
div#divPage div#divFooter
{
	width: 940px;
	height: 25px;
}