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;
}

div#rightdiv div p{
    margin-top: 0px;
    margin-left: 25px;
    margin-bottom: 50px;
    font-weight: normal;
    text-align: left;
    text-indent: 2em;
}

div#rightdiv ul {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
}
div#rightdiv ul li{
    text-align: right;
    list-style-type: none;
    font-weight: normal;
}

