body {
  background-color: #DDDDDD;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FFFFFF;  
  padding:20px;
  margin:0px;
  text-align: center;
}



#content { 	
  position:absolute;
  height:520px; 
  width:950px;
  margin:-260px 0px 0px -475px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  
  background-image:url('img/bg001.jpg');
  border: 1px dotted #FFFFFF;
  overflow: auto;
}

#title {
 	height:45px;	
 	width:400px;
 	background:transparent;
}

.textcontent {
	margin-left: 15px;
	margin-top: -410px;
	height: 380px;
	overflow:auto; 
	width: 700px;
	z-index:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.aboutme {
	margin-left: 700px;
	margin-top: -360px;
	height: 250px;
	overflow:auto; 
	width: 220px;
	z-index:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* -------------------------------------------------
   MENU CODE
   ------------------------------------------------- */

.menu {
	margin-left: 10px;
	margin-top: 430px;
	height:15px;
	width: 600px;
}


#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: 10px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 3px;
}

#navcontainer li a
{
padding: 1px 3px;
color: #FFF;
background-color: #000;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #F00;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}
