
.wrapper {width: 940px;
		  margin: 0 auto;
		  position: relative; /* Ensure absolute positioned child elements are relative to this */
		  }

body { background-image:url(../images/lightgrey.jpg)}

h3 { font-family:Georgia, "Times New Roman", Times, serif;
	 font-variant:small-caps;
	 text-align:center;
	 font-weight: 800;
	 color:#000;}

.header {width:902px;
		 height: 200px;
		 border:thick;
		}

p {text-align: center;
   font-variant:small-caps;
   font-weight: 800;
   color:#FFF;
	}

#bio { background-image:url(../images/grey.jpg);
	   border-style:solid;
       border-color:#666;}

    