/*----------------------------- base - MEMBER TOOLS */
#base /* height set inline on index due to IE6 display issues */
{
	margin-top	: 8px;
	background	: #f9fbfb url(images/base_bg.gif) top left repeat-y;
	position	: relative;
}
#base #head
{
	height			: 34px;
	text-align		: center; /* Centers "Member Tools" text horizontally */
	line-height		: 36px; /* ... and vertically */
	font-weight		: bold;
	color			: #4f5359;
	text-transform	: uppercase;
	background		: #e2e2e2 url(images/base_head.jpg) top left no-repeat;
}
#base .content
{
	/* content area padding for index set as .toolbox in _home.css */
	margin			: 10px 25px 10px 25px;
	position		: relative;
	line-height		: 16px;
    min-height: 10em;
}
#base .content p
{
	margin			: 15px 0;
	margin-right	: 15px;
}
#base .content .main 
{
	width			: 470px;
	border-right	: #c3c3c3 1px solid;
}
#base .content .sidebar
{
	width			: 100px;
	/*border-left		: #FFF 1px solid;*/
	position		: absolute; 
	/* positioned absolutely due to inconsistent handling of floats with IE6 */
	left			: 480px;
	top				: 10px;
}
.sidebar .button
{
	margin		: 0 0 5px 14px;
}
.sidebar table
{
	margin-left	: 8px;
}
#base .content ul /* Member resources links etc */
{
	list-style		: none;
	margin-bottom	: 10px;
	line-height		: 18px;
}
#base .content ul li a 
{
	padding-left	: 25px;
	background		: url(images/exterior_link_bg.gif) 5px 2px no-repeat;
	color			: #487da8;
}
#base #foot
{
	width		: 100%;
	height		: 29px;
	background	: #e2e2e2 url(images/base_foot.jpg) top left no-repeat;
	clear		: both; /* clears the float on .sidebar */
}