div.photo {
	position: relative;
	margin-top: 2px;
	margin-right: 40px;
	float: right;
	clear: right;
}
div.photo img {
	width: 90;
}
div.assignment {
	width: 430;
	padding-left: .2em;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: white;
    background-image: url(bg_assignment.jpg);
    background-color: transparent;
    background-repeat: repeat-y;
    background-attachment: scroll;
}
div.ex-comm {
	clear: both;
}
div.ex-comm p {
	margin: 0.2em;
}

div.ex-comm p.fullname {
	margin-top: 1em;
	font-weight: bold;
}
