/* 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;
  }

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

#c-col_tables{
	width:800px;
	float:left;
	background:#ffffcc;
	text-align:	center;
	padding: 10px;
}

#c-col{
	width:800px;
	float:left;
	background:#ffffcc;
	text-align:	left;
	padding: 20px;
	border-top: thin inset #999999;
	border-right: thin outset #999999;
	border-bottom: thin outset #999999;
	border-left: thin inset #999999;
}

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