#leftcol {
float: left;
width: 400px;
}
#rightcol {
float: right;
width: 205px;
background-color: #FDF5D2;
margin-top: 10px;

}
#rightcol p{
padding-left: 10px;
}

th {
background: #333333;
color: #FFFFFF;
font-size: 11px;
text-align: left;
font-weight:bold;
text-transform:uppercase;
}

#content #relatedinfo {
position: relative;
float: right;
margin: 0;
padding-left: 15px;
padding-right: 0px;
padding-bottom: 10px;
}
#toprow {
width: 610px;
}
#toprowleft {
float: left;
width: 400px;
}
#toprowright {
float: right;
width: 205px;
}
#bottomrow {
clear: both;
width: 610px;
}
#bottomrowleft {
float: left;
width: 400px;
}
#bottomrowright {
float: right;
width: 205px;
}
.divClear {
    clear:both;
	padding-bottom:5px;
}
.smallertext {font-size:90%}