@CHARSET "ISO-8859-1";

/************* Table of Contents ************
File Name: header.css

Basic (-)
Classes (>)
IDs (+)

+ headerTable
	+ left
	+ center
	+ right
+ outerFooterTable
********************************************/

#headerTable {}

	#headerTable, 
	#headerTable #left, 
	#headerTable #center, 
	#headerTable #right { 
	}
	
	#headerTable,
	#headerTable #left,
	#headerTable #center,
	#headerTable #right { margin: 0; padding: 0;}
	
	#headerTable { width: 100%; height: 72px;}
	#headerTable #right { width: 0; height: 0;}

	#headerTable {} 
	#headerTable #center{
		border: 			1px solid black;
		background-color: 	#bdf;
		display: 			block;
		padding: 			2px;
		margin-top: 		-18px;
		margin-left:		5px;
		height: 			14px;
	}
	#headerTable #left {
		border: 			1px solid black;
		background-color: 	#bdf;
		display: 			block;
		height:				74px;
		padding: 			2px;
		margin-top: 		1px;
		margin-left:		-1px;
		width: 				65px;
		}

#outerFooterTable {}

	#outerFooterTable {
		background-color: #000;
		float: left;
		height: 30px;
		min-width: 800px;
	}