#background_cover {
	 background-image: url('cover_880h.png');
	 background-repeat: no-repeat;
   }

#header {
   height: 280px;
	 background-image: url('header.jpg');
   }

#content {
   float: none;
	 margin: 0 auto;
   }
	 
#content h1 {
   font-family: "Times New Roman";
	 font-weight: 900;
   } 
	 
#content h2 {
   font-family: "Times New Roman";
	 font-weight: 700;
   font-size: 22px;
	 text-align: center;
   }
	 
#content h3.center {
   margin: 0;
	 padding: 0;
	 text-align: center;
	 margin-top: 10px;
	 margin-bottom: 10px;
   }
	 
#content hr {
   margin: 0;
	 padding: 0;
   margin-top: 20px;
	 margin-bottom: 20px;
	 width: 100%;
   }
	 
#content p {
   margin: 0;
	 padding: 0;
	 font-size: 16px;
	 margin-top: 10px;
	 margin-bottom: 10px;
   }
