@import url(page1.css);

h1 {color: #06c;}

h3 {margin: 0; padding: 0;
    text-align: center;
	color: #06c;
	font-variant: small-caps;
	font-size: 200%;
	padding-top: 10px;
	padding-bottom: 10px; 
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	margin-left: 20px; margin-right: 20px;}

a#males  {background: url(../pics/males_50.gif) no-repeat 50% 100%;
          text-align: center;
	      width: 70px;
		  height: 70px;
		  position: relative; top: 48px; left: -80px; }
		  
a#males:hover  {background: url(../pics/males_50_hover.gif) no-repeat 50% 100%; border: none; }

a#females {background: url(../pics/female_50.gif) no-repeat 50% 100%;
          text-align: center;
	      width: 70px;
		  height: 70px;
		  position: relative; top: 48px; left: 70px; }
		  
 #forsale {background: #c00;
           margin: 0 auto;
		   padding: 30px;
           border: solid 2px #666;
	       font-size: 25px;
		   font-weight: bold;
		   font-variant: small-caps;
		   color: #eee;
		   width: 320px;
		   letter-spacing: 0.1em;}
		   
#pupies p {margin: 0; padding: 0;
           margin-left: 25px;
		   margin-top: -10px;
		   margin-bottom: 20px;
		   text-align: left;
		   font-variant: small-caps;
		   font-weight: bold;
		   letter-spacing: 0.1em;}

img { border: solid 3px #ddd;
              margin: 20px;}
			  
#parents {background: inherit;
          padding-top: 20px;}
