html, body
{
	background-color: #2680BA;
}

div#pageFrame
{
	background-image: url(img/ContentCanvass.jpg);
	background-position: 0 0;
	background-repeat:repeat-y;
	background-color: #e5f0f6;
	border: 1px solid #3f3f3f;
	border-top: 6px solid #3f3f3f;
	margin: 5px auto 0 auto;
	width: 750px;
}


div#headerCanvass
{
	background-image: url(img/HeaderCanvass.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 324px;
	position: relative;
}
img#logo
{
	position: absolute;
	display: block;
	left: 19px;
	top: 19px;
}
img#freePhone
{
	position: absolute;
	display: block;
	left: 521px;
	top: 6px;
}
div#introPanel
{
	position: absolute;
	top: 63px;
	left: 565px;
	height: 202px;
	width: 138px;
	background-image: url(img/IntroPanelBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px 20px 15px 10px;
}
div#introPanel h1, div#introPanel h2,div#introPanel h3 {	color: #fff; margin: 0; }

img#stream
{
	position: absolute;
	display: block;
	left: 0;
	top: 64px;
}
div#marquee
{
	position: absolute;
	left: 0;
	top: 288px;
	background-image: url(img/MarqueeBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	height: 36px;
	padding: 7px 10px 0 10px;
	width: 559px;
}
div#marquee strong
{
	display: block;
	position: absolute;
	right: 50px;
	top: 8px;
	font-weight: bold;
	color: #ff4500;
}




div#contentOuter
{
	background-image: url(img/ContentBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
	height: 250px;		/* Set available content height here */
}



div#menu
{
	float: left;
	background-image: url(img/MenuBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	width: 179px;
}
div#menu a,
div#menu a:link,
div#menu a:visited,
div#menu a:hover,
div#menu a:active
{
	color: #015353;
	display: block;
	padding: 3px 15px 0 0;
	text-align: right;
	text-decoration: none;
	height: 20px;
}
div#menu a.active
{
	background-image: url(img/MenuActiveBkGrnd.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	color: #00A33D;
}

div#content
{
	padding: 0 200px;
}
div#content div.contentBlock
{
	position: relative;
	display: none;
}


img.panel
{
	display: block;
	position: absolute;
	left: 365px;
	top: 0;
}

div#pageFooter
{
	background-color: #3f3f3f;
	clear: both;
	color: #fff;
	padding: 5px 20px 4px 20px;
	text-align: right;
}




