/* CSS Document */	
	/*
	table.main
	{
		width: 43%;
		margin: 0 0 1 26%;
	}
	*/
	
	table.nested
	{
		width: 280px;
		height: 130px;
		border: 1px solid black;
		text-align: top;
		padding: 0px
	}
	
	table.banner
	{
		height: 60px;
		width: 800px;
		margin: 0 0 1 15%;
	}
	
	table.welcome
	{
		height: 80px;
		width: 800px;
		margin: 0 0 1 15%;
	}
	
	td.image
	{
		background: url(../images/dropshadow.jpg) top center;
	}
	
	td.banner_color
	{
		background-color: #336699;
	}
	
	td.alignment
	{
		text-align: center
	}
	
	div.lp_box
	{
		background-color: #eeeeee;
		border-color: #dddddd;
		color: black;
		height: 130px;
	}
	
	div.lp_box div.box_header
	{
		color: white;
		font-weight: bold;
		background-color: #2e70bd;
	}

