body{
	font: 62.5%/1.5em  Arial, Verdana, Helvetica;
	color:#000;
	text-align: center;
	background:#fff;
	padding:0;
	margin:0 auto;
	background: #fff url('../images/bg-page-shadow.gif')  48.4% top repeat-y;
	width: 1000px;
	padding-left:24px;
}

a{
	color:#023378;
}


p, td{
	font-size:1.2em;
	line-height:1.4em;
}

h2{
	font-size:1.7em;
	color:#7A2222;
}

h3{
	font-size:1.3em;
}

img{
	border:0;
}

/*main layout*/
#provided2{
	position:absolute;
	right:15px;
	top:13px;
}


#page_holder{
	margin: 0 auto 2em auto;
	text-align: left;
	
	margin-top:0;
}

#header{
	height: 80px;
	margin-bottom: 7px;
	position: relative;
}

#header h1{
	text-indent: -500em;
	background: url('../images/yorkshire-bank-logo.gif');
	height: 63px;
	width: 271px;
	margin: 0;
	position: absolute;
	left: 12px;
	top: 25px;
}

#header h1 a{
	display: block;
	height: 31px;
	width: 224px;
}

#content{
	width: 748px;
	padding: 0 14px 2em 14px;
	float: left;
	margin-right: 11px;
	background: #fff;
	color: #000;
	min-height: 45.7em;
	position:relative;
}

#content li{
	font-size:1.2em;
	line-height:1.4em;
}

#content h2{
	margin-top: 2em;
}

#menu_holder{
padding-top:35px;
	width: 180px;
	float: left;
}

#menu_holder h3{
	margin: 0;
}

#menu_holder ul{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background: #E5E5E5;	
}

#menu_holder li{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#menu_holder li a{
	text-decoration: none;
}

#menu_holder li a:hover, #menu_holder li.selected a{
	text-decoration: underline;
}	

#phone_number{
	margin: 2px 0;
}

#info_menu p{
	background: #E5E5E5;
	margin: 0;
	padding: 1em 0 1em 10px;
	color: #000;
}

#footer{
border-top: 1px solid #E3E3E3;
width:800px;
padding-top:10px;
padding-left:20px;
	margin-top: 20px;
	clear: both;
	height: 2em;
}

#footer_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer_menu li{
	float: left;
	margin-right: 15px;
	font-size: 1.1em;
}

#footer_menu a{
	color: #000;
	text-decoration: none;
}

iframe{
	border: 1px solid #E4E4E4;
}

/*gubbins*/

/**clearfix*******************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */