/* Layout Stylesheet */ 

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

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

#hdr{
	height:340px;
	width:764px;
	background:url(images/bg.jpg) repeat;
	margin:0;
	padding: 10px 0px 0px 23px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }

#title{
	height:22px;
	width:764px;
	vertical-align: top;
	background:	url(images/bar-bg.gif) repeat;
	margin: 0px 0px 0px 23px;
	padding: 0px;
	text-align: center;
  }

#column{
	width:810px;
	float:left;
	background:#F5DCAB;
}

#lh-col{
	width:395px;
	float:left;
	background:#F5DCAB;
	padding-bottom:10px;
}

#rh-col{
	width:395px;
	float:right;
	background:#F5DCAB;
	padding-bottom:10px;
	padding-left: 10px;
}

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

 #ftr {
	width:	810px;
	float:left;
	height:	40px;
	border: solid #003366;   
	border-width:	1px 0px;
	background:	url(images/bar-bg.gif) repeat;
	margin:	0;
 }