
/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				955px;
}

col#leftcolumn
{
	width:				165px;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
}

td#contentcell
{
    width:              auto!important;
}

td#rightcontentcell
{

}

/*-------------------------------------------------------------------------------------------------------*/
/*	Left Side Navigation
/*-------------------------------------------------------------------------------------------------------*/
#sidenav
{
    display: none;
}