﻿#headerWrapper{
    display:none;
}
#columnLeft{
    display:none;
}
#columnRight{
    display:none;
}
#footer{
    display:none;
}
/* Tables */
table {
	width:440px;
	border:solid 1px #333;
}
table tr{
	border-bottom:solid 1px #444;
}
table tr.tableHeading {
	font-weight:bold;
	background-color:#333;
}
table td {
	padding:5px;
}