/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */

#rightColumn
{
	float:right;
	width:255px;
}
#content
{
	float:left;
	width:630px;
}
#footer
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}
