html, body{ 
 margin:0; 
 padding:0; 
  background-color:#FFFFFF; 

	text-align: justify;
	border: 0px;
	padding: 0px;
color:#222; font-size:small; font-family:Arial, Helvetica, sans-serif;
} 

#header {
height:70px;
border-bottom: 2px black solid;
background-image: url(/images/h1.jpg);
background-repeat: no-repeat;
}

#header h1 {display:none}
#headerH2 {
width:358px;
height:37px;
margin-top:33px;
background-image: url(/images/h2.gif);
float: right;
}
#headerH2 h2 {display:none}

#content {
padding:10px;
}
