/*   MyTurtles style sheet   */

 body {
   background-image: url(pics/LightTexture.gif);
/*   background-image: url(../../pics/browsergrid.gif); */
   text-align: center;
   min-width: 760px;
  }

 em {
   font-weight: bold; 
  }

 hr {
	text-align: justify;
  }

#pagewrapper {
   width: 760px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

textarea {
   font-family: arial, sans-serif;
   font-size: 12px;
}

 p.right {
   text-align: right;
  }

 .header {
   width: 760px;
   height: 85px;
   text-align: right;
   font-family: arial, sans-serif;
   font-size: 12px;
   border-bottom: 4px black solid;
  }

 .leftcol {
   float: left;
   width: 130px;
   text-align: center;
   padding-top: 10px;
   background-color: lightblue;
   border-right: 4px black solid;
  }

 .middlecol {
   float: left;
   margin: 10px;
   width: 606px;
   font-family: arial, helvetica, non-serif;
   font-size: 14px;
  }

