div#pageFrame
{
	position: relative;
	width: 750px;
	padding-bottom: 20px;
}

div#header
{
	position: relative;
	height: 260px;
}

#topLeftImage
{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 170px;
	background: url(img/AboutUsLeft.jpg) no-repeat left top;
}
#mainImage
{
	position: absolute;
	top: 0;
	left: 255px;
	width: 495px;
	height: 260px;
	background: url(img/AboutUsMain.jpg) no-repeat left top;
}

div#menuContainer
{
	position: absolute;
	top: 175px;
	left: 0;
	width: 250px;
	height: 85px;
	background: #047391;
}
div#menuContainer a,
div#menuContainer a:link,
div#menuContainer a:visited,
div#menuContainer a:hover
{
	color: #fff;
	display: block;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	padding-right: 18px;
	text-align: right;
	text-decoration: none;
	width: 220px;
}
div#menuContainer a:hover
{
	color: #ff4500;
}


div#logo
{
	float: left;
	width: 250px;
	height: 85px;
	background: #C5DFE6;
	margin-top: 5px;
	background: url(img/Logo.gif) no-repeat left top;
}

h1#pageHeading
{
	background: url(img/HeadingRule.gif) no-repeat left bottom;
	padding-bottom: 1px;
}

div#contentContainer
{
	margin-top: 20px;
	margin-left: 275px;
	width: 470px;
}

iframe#iCanvass
{
	width: 470px;
	height: 200px;
	margin: 0;
}

div#footer
{
	clear: both;
	background: #047391;
	color: #fff;
	height: 22px;
	margin-top: 20px;
	padding: 5px 10px 0 10px;
	text-align: right;
}
