/*
-----------------------------------------------------
Layout CSS file for [sitename.tld]
Media: screen, projection

Notes: ????

Author: Author Name [ fazal at fazalkhan dot co dot uk ]
For: LBi [ client.tld ]
-----------------------------------------------------
*/
#container{
	background:transparent url(../images/new_bg_container.png) top left repeat-y;
	margin:0 auto;
	width:770px;
}
#header{
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	margin:0 24px;
	text-align:right;
}
#content-landing{
	margin:20px 24px 2px 24px;
	display: inline-block;
}
#content{
	/*background:#E5EAF1 url(../images/bg_fauxclm.gif) bottom right repeat-y;*/
	display: block;
	margin:0 24px 1px 24px;
}

#footer ul{
	margin:0 24px;
	}

#logo{
	margin:20px 0 17px 20px;
	float:left;
	width:152px;
	height:55px;	
}
/**** secondary ****/
.level1-secondary{
	float:left;
	min-height:274px;
	width:185px!important;
	padding-left:12px;
}
#secondary
{
	float:left;
	width:216px!important;
	
}
#copyright{
	background:url(../images/bg_footer.png) top left no-repeat;
	margin:0 auto;
	width:770px;
	font-size:0.91em;
	color:#6F7A80;
	padding-bottom:0.5em;
}
#copyright p{
	padding-top:5px;
	margin-left:24px;
}
