
body { 
	font: 12pt/16pt times-new-roman; 
	color: white; 
	background: #220055 url(http://www.geocities.com/clipart/pbi/backgrounds/Template_Pages/aboutme_classic2_bg.gif);
	margin: 0px; 
	}



p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}

h1 { 
	font: italic bold georgia; 
	font-size:36
	margin-bottom: 0px; 

}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #44AA00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339900;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: white;
	}

#toptitle { 
  position: absolute; 
  top: 12px; 
  left: 95px;

  width: 350px; 
  height: 40px; 
}

#pagebody {
  position: absolute; 
  top: 80px; 
  left: 70px;

  width: 500px; 
  hieght: auto; 
}

#menu {
  font: italic bold;
  position: absolute; 
  top: 0px; 
  left: 0px;

  width: 150px; 

  text-align=right;
}

#textcontents {
  position: absolute; 
  top: 0px; 
  left: 175px;
  width: 600; 
  border-left: solid;
  border-width: 2px;
  border-color: #777777;
  padding-left: 10px;
  padding-bottom: 100px;
}
