html {

	height:				100%;

	}



body {

	margin:				0px;

	padding:			0px;

	background:			url('background.jpg') repeat-x #000000;

	height:				100%;

	}



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

	}

	



#wrapper {

	position:			relative;

	width:				980px;

	min-height:			100%;

	margin:				0px auto;

	}



#header {

	position:			relative;

	margin-top:			10px;

	height:				120px;

	}



	#header #background {

		position:			absolute;

		height:				120px;

		width:				100%;

		background:			url('top_bgr.gif') no-repeat;

		}



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

		}



#content {
	position:			relative;
	background:			url('contentbackground.jpg') #000000;
	min-height:			400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:2px;

	}





#col_left {

	position:			relative;

	width:				165px;

	float: left;

	}



#col_mid {
	position:			relative;
	width:				570px;
	float:				left;
	margin-left:		40px;
	margin-right: 0px;
	
	text-align: left;

	}



#col_right {

	position:			relative;

	width:				175px;

	float:				right;

	}





.clear {

	clear:				both;

	}

