html {

	height:				100%;

	}



body {

	margin:				0px;

	padding:			0px;

	background:			url() repeat-x #000000;

	height:				100%;

	}



div, td {
	font-family:		Sans-serif;
	font-size:			10px;
	color:				#CCC;

	}

	



#wrapper {

	position:			relative;

	width:				1200px;

	min-height:			100%;

	margin:				0px auto;

	}



#header {
	position:			relative;
	margin-top:			10px;
	height:				160px;

	}



	#header #background {
	position:			absolute;
	height:				150px;
	width:				100%;
	background:			url('headerlogo_trech copy.png') no-repeat;
	left: 5px;
	top: -1px;

		}



	#header #logo {
	position:			absolute;
	height:				118px;
	width:				345px;
	top:				-19px;
	left:				684px;
	font-family:		Arial, Sans-serif;
	font-size:			18px;
	color:				#FF0;
	font-weight:		bold;

		}



#content {
	position:			relative;
	background:			url() #000000;
	min-height:			400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;

	}





#col_left {

	position:			relative;

	width:				33%;

	float: left;

	}



#col_mid {
	position:			relative;
	width:				100%;
	float:				left;
	margin-left:		10px;
	margin-right: 5px;
	text-align: left;

	}



#col_right {

	position:			relative;

	width:				33%;

	float:				right;

	}





.clear {

	clear:				both;

	}

