#left {
float:left;
width:40%;
height:450px;
margin:0px 0px 10px 0px;
overflow: hidden;
}

#right {
float:left;
width:59%;
height:450px;
margin:0px 0px 10px 0px;
overflow: hidden;
}

p.photo {
text-align: left;
margin: 0px;
}