@import url(typography.css);
@import url(tables.css);
body
{
    font-size:11px !important;
}
#nav, #quickSearch, #searchTabs, #searchForm, #sharePanel, #breadcrumbs, #footer
{
	display: none;
}

div.one
{
	display: none;
}

div.column
{
	float: none;
	clear: both;
	width: auto;
}

body, div.column
{
	background: #fff;
}

#header
{
	background: #666;
}

div.column
{
    clear: both;
    float: none;
    width: 600px;
    padding: 0;
}

a img
{
    border: 0;
}

table
{
    width: 600px;
    margin: 0;
    padding: 0;
}

table th
{
    background: #000;
    color: #fff;
    padding: 3px;
}
