#header {
	width: 850px;
	height: 140px;
	background: url(../images/header_background.png) repeat-x center;
	clear: both;
	border-bottom: thin dotted #CCC;
}
#logo {
	width: 212px;
	position: relative;
	left: 15px;
	top: 25px;
	
}

#footer {
	width: 850px;
	height: 30px;
	background: url(../images/bkg_footer.png) repeat-x;
	clear: both;
}
.txt_footer {
	color: #F1F1F1;
	font-size: 0.7em;
	text-align: right;
	padding-top: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
