body, html {
	padding: 0; 
	margin: 0;
}
body {
	background: #E3E3E3;
	font: 11px arial, helvetica, "Trebuchet MS", sans-serif;
	text-align: center;
}
a, a:link, a:active, a:visited {
  color: #565656;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1, h2, h3, div, form, img, table, td, tr, p, li, ul, dd, input, map {
  margin: 0;
  padding: 0;
  border: none;
}
div.header {
	height: 78px;
	margin-bottom: 15px; 
	border-bottom: 1px solid #CDCACA;
	text-align: left; 
}
div.header div.center {
	width: 950px;
	height: 75px;
	margin: 0 auto;
}
div.header div.logo {
	padding-top: 3px;
	font-size: 12px;
}
div.header div.logo a {
	margin: 0 10px 0 10px;
}
div.header div.logo img {
	margin-bottom: 0px;
}
div.header div.pub {
	float: right;
	width: 468px;
	height: 60px;
	margin: 0;
	padding: 10px 0 0 0;  
}

