body{
background: black;
}

table.navitable{
background: #000;
/*border: solid thin white;*/
width: 180px;
text-align: center;
}

table.navitable td{
color: white;
width: 140px;
height: 40px;
border: solid 1px #fff;
}

table.navitable td.spacer{
color: white;
width: 140px;
height: 20px;
border: 0;
}

div#container{
width: 1000px;
height: 695px;
/*border: dotted 1px red;
position: absolute;
left: 50%;*/
margin-left: 100px;
}

div#contents{

}

h1{
font-size: 25pt;
color: white;
text-align: center;
}


div#left{
width: 100px;
float: left;

}

div#right{
float: right;
width: 820px;
height: 615px;
}

div#footer{
color: white;
text-align: center;
}



-----------------------------------------


div#right_profile{
float: left;
}

p.profile{
margin: 20px 0 20px 200px ;
color: white;
font-size: 24px;
font-family: comic sans ms, cursive;
}

div#right_text{
float: right;
}
-----------------------------------------



div#right_hobbies{
margin: 30px;}


p.hobbies{
text-align: justify;
margin-left: 20px;
color: white;
}
---------------------------------------

