@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	background-image: url(../images/IMG_100bg.jpg);
	background-position: center;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	margin: 0px;
	height:100%;
}


#wrapper { 
	width: 922px; 
	margin: 0 auto; /* centers content */ 
	padding: 0; 
} 

#header {
	background-image:url(../images/LNF_outline_r1_c1.png);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
	width: 922px;
	height: 97px;

}

#nav {
	background-image: url(../images/LNF_outline_r2_c1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 689px;
	height: 21px;
	clear:both;
	padding-left: 233px;
	padding-top: 8px;
}
#left {
	background-image:url(../images/BG_left.png);
	background-repeat:repeat-y;
	width: 207px;
	height:400px;
	padding: 0;
	float: left;
	padding-left: 26px;
} 

#center { 
	background-image:url(../images/BG_centre.png);
	background-repeat:repeat-y;
	width: 465px;
	height:400px; 
	float: left; 
	padding-left: 10px;
	padding-right: 10px;
}
 
#right {
	background-image:url(../images/BG_right.png);
	background-repeat:repeat-y;
	width: 168px;
	height:400px;
	float: left;
	padding-left: 10px;
	padding-right: 26px;
}

#wrapper1 { 
	width: 922px;
	
} 
#left1 {
	background-image: url(../images/LNF_outline_r3_c1.png);
	background-repeat:no-repeat;
	height: 257px;
	width: 207px;
	padding-top: 75px;
	padding-left: 26px;
	float: left;
} 
#right1 {
	height: 332px;
	width: 663px;
	padding: 0;
	float: left;
} 

.topnav {
	padding-top: 12px;
	margin-right: 42px;
	margin-left: 643px;
}

	
#footer {
	background-image:url(../images/BG_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
	width: 892px;
	height: 80px;
	padding-left: 30px;
	padding-top: 5px;
}
