* {
	margin:0;
	padding:0;
}

body {
	font-family: "MS Trebuchet", Arial, sans-serif;
}

#header {
	background:#345D7D;
	padding:10px 0;
	margin-bottom:30px;
}

#header h1{
	background:url(img_logo.png) no-repeat left top;
	height:61px;
	width:252px;
	margin:0px auto;
}

h1 span{display:none;}

p {margin:10px; line-height:130%;}

address {text-align:center; font-style: normal;}