/* Layout Stylesheet */ 

body{
	padding:0;
	background: url(images/yellow-background.gif);
	margin: auto;
	text-align:center 
}	 

#container{
	margin-left: auto;
	margin-right: auto;
	width:	840px;
	padding: 10px;
	text-align:left 
}

#hdr{
	height:150px; 
	width:810px;
	background:url(images/banner_bkg.jpg); 
	color: #333333; 
	margin:0;
	padding: 10px;
  }

#lh-menu{
	width:350px;
	float:left;
	background:#ffffcc;
	padding-bottom:10px;
	padding-top: 20px;
	padding-left: 60px;
	margin-left: 5px;
}

#rh-search{
	width:400px;
	float:left;
	background:#ffffcc;
	margin-top: 15px;
}

#surname-container{
	width:	800px;
	background:#ffffcc;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center 
 }

#c-col{
	width:740px;
	float:left;
	background:#ffffcc;
	padding-bottom:10px;
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
 }

#inquiry-container{
	width:	800px;
	background:#ffffcc;
	border: 2 solid #003366;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align:center;
	height: auto;
 }

#lh-col{
	float:left;
	background:#ffffcc;
	padding-bottom:10px;
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	top: 10px;
}

#rh-col{
	width:550px;
	float:left;
	background:#ffffcc;
	padding-bottom:10px;
	padding-top: 20px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}

 #footnote {
	width:	810px;
	float:left;
	height:	130px;
	background:url(images/yellow-background.gif);  repeat;
	margin-top: 30px;
 }

#title{
	height:20px; 
	width:810px;
	background:url(images/yellow-background.gif); 
	color: #333333; 
	margin:0;
	padding: 10px;
	text-align:center 
  }
