body { 
	 background: #000000;
	 text-align: center;
	 min-width: 972px;
	 background-position: top;
	 margin: 0px;
	 background-image: url(images/pharm_bg.jpg);
	 background-repeat: no-repeat;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height: 145%;
	 font-size: 12px;
	 color: #000000;
	 }
	 
#text {
	  margin: 0 auto;
	  width: 775px;
	  margin-top: 175px;
	  }
	  
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7a6338;
	}
	
.image {
	   float: left;
	   padding-right: 10px;
	   }
	   
.imageborder {
	   		 float: left;
	   		 margin-right: 10px;
			 border: 1px solid #7a6338;
	   		 }
			 
a:link {
	   color: #910028;
	   text-decoration: none;
	   }
	   
a:visited {
	   	  color: #910028;
	   	  text-decoration: none;
	   	  }
	   
a:hover {
	    color: #910028;
	    text-decoration: underline;
	    }