#middleCol {
	background-image:url(../img/vdot.png);
	background-repeat:repeat-y;
    background-position:top right;
    min-height:650px; /* ugly hack to make the middle column close with the bottom
    line of the left column - neccesary for our vdots */
    padding-right:5px;
}

#rightCol {
    width:175px;
    padding-left:5px;
    padding-top:0.5em;
}

#rightCol div.box {
	margin-top:0em;
}

