﻿#contextNav
{
background:transparent url(../images/page_content_gradient.png) no-repeat 0 0;
min-height:300px;
float:left;
padding:20px 22px 20px 20px;
width:155px;
}

#content
{
float:left;
padding:20px;
width:703px;
min-height:300px;
background:transparent url(../images/page_content_gradient.png) no-repeat 100% 0;
}

* html #contextNav,
* html #content
{
height:300px;
overflow:visible;
}
