﻿/* ------------------------ masthead framework ------------------------ */
label.float {
	float:left;
	}

#masthead {
	position:relative;
	background:url("images/img-master-head.jpg") no-repeat;
	height:87px;
	}
	/* index page link within #masthead */		
/* update */
	#masthead a.home {	
		position:absolute;
		left:0px;
		width:172px;
		top:12px;
		height:47px; 
		}
/* update */
	#masthead a span {
		display:none;
		}
#masthead-home {
	position:relative;
	background:url("images/img-master-head.jpg") no-repeat;
	height:87px;
	margin-left:19px;
	}
	/* index page link within #masthead */		
	#masthead-home a.home {	
		position:absolute;
		left:0px;
		width:172px;
		top:20px;
		height:47px; 
		}
	#masthead-home a span {
		display:none;
		}

/* ------------------------ USE ------------------------ */

.title-use {
	background:url("images/title-use.jpg");
	height:40px;
	}
	
	.wrap-use{
		background:url("images/wrap-use.jpg") repeat-y;
		float:right;
		margin-right:10px;
		width:177px;
		}
	.cap-use {
		position:relative;
		background:url("images/cap-use.jpg");
		height:59px;
		}
	.cap-use-learn {
		position:relative;
		background:url("images/cap-use-learn.jpg");
		height:59px;
		}
		.cap-use-learn a {
			position:absolute;
			margin:9px 0 0 48px;
			height:18px;
			width:81px;
			}
		.cap-use-learn a span {
			display:none;
			}
			
body#finance #header-graphic { background:url("images/header-finance.jpg"); }