/* Layout Stylesheet */ 



#hdr {
 height:81px;
 background:#333333;
 width:798px;
  margin:auto;
 }

#bar {
	height:22px;
	color: #333333;
	background:#f57f34;
	width:798px;
	padding-top: 6px;
	 margin:0;
 	}

 
 #ftr {
	height:35px;
	width:800px;
	padding-top: 7px;
	margin:auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
 	}

