div.left
{
width: 250px;
height: 279px;
margin-top:20px;
float:left;
background-color:white;

}

div.profilepic
{

width: 200px;
height: 229px;
background-image: url(images/profile.jpg);
background-repeat: no-repeat;
margin:25px;
}

div.right
{
width: 600px;
height: 279px;
margin-top:20px;
padding-left:5px;
padding-right:25px;
float: left;
text-align:left;
background-color:white;

}


div.footer
{
width: 800px;
height: 80px;
margin-top:10px;
border-collapse: collapse;

float: left;

color:white;

font-family: verdana;
font-size: 10;
}


p
{
font-family:"Georgia";
}