﻿/* 2010-09-14 BT: We are putting all CSS into one CSS file. I commented these out so there would be no conflict in names */
/* body{
 margin: 0; 
 padding:0;
}


/* This container is for the top of the page if we have a header, but we don't. * /
#LayoutHeaderContainer 
{
	margin:0 auto; /* Remove this line if you do not want the content to be centered * /
	width:1000px;
	background-color:white;
}

#ColumnContainer 
{
	margin:0 auto;
	width:1000px;
	background-color:white;
}

#LeftColumnContainer 
{
	float:left;
	padding: 0px;
	margin: 0px;
	width:180px;
	color: #333333;
}

#RightColumnContainer 
{
	display:none;
	margin:0px;
	padding:0px;
/*	For connect, we will hide the right hand bar for now * /
/*	float:left;
	padding:0px;
	margin:0px;
	width:180px;
	background:#cfcfcf;
* /
}

#MainContentContainer 
{
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:800px;		/* For 980, should be 680, but deduct for padding * /
}*/
