
#headerTable
{
	table-layout: fixed;
	width: 1000px;
	height: 150px;
	margin: 0px;
	background-image: url('top-bg.gif');
	background-repeat: no-repeat;			
	border-collapse: separate;  
	border-spacing: 0;  
	*border-collapse: collapse; /* hack is needed for IE7 also */
}

#headerTableTd1
{
	height: 150px;
	width: 810px;
}

#headerTableTd2
{
	width: 190px;
	height: 150px;
}

#leftTd
{
	background-color: white;
	
	background-image: url('leftround.gif');
	background-repeat: no-repeat;	
	
	width: 160px;
	
	border-right: 1px solid #a0a0a2;	
}

#bottomcontent{
	clear: left;
  
	width: 1000px;
	height: 30px;
	
	margin-left: 10px;
	margin-right: 10px;

	background-color: #9a6600;
}

