body {
	 background: #000
	 }

p
{

color: #ccc;
padding: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}



#top
{
  WIDTH:700px;
  HEIGHT:80px;
  background: url(images/borderaboutmeweb.jpg) no-repeat #000; 	
}


#main
{
  WIDTH:700px; 
  HEIGHT:284px;
  background: url(images/aboutmewebmain.jpg) no-repeat #000;
}
#bottom
{

  WIDTH:700px; 
  HEIGHT:171px;
  background: url(images/borderbottomaboutmeweb.jpg) no-repeat #000;
}



/*menu*/
	div#navbar2 {
	position:absolute;
	top: 33px;
	text-align:right;
	height: 32px;
	width: 700px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #1D1310;
	
	
	
	 
	}
	div#navbar2 ul {
	 margin: 0px;
	 padding: 0px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 105%;
	 color: #000;
	 line-height: 30px;
 	 white-space: nowrap;
	
	}
	div#navbar2 li {
	 list-style-type: none;
	 display: inline;
	}
	div#navbar2 li a {
	 text-decoration: none;
	 padding: 7px 10px;
	 color: #666;
	}
	div#navbar2 li a:link {
 	color: #555:
	}
	div#navbar2 li a:visited {
	 color: #666;
	}
	div#navbar2 li a:hover {
	 color: #000;
 	background-color: #F0C88C ;
	}

#container 
{ 
margin: 0 auto; 
background: #000000; 
width: 700px; 
}
