html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Trebuchet MS;
	color: #252525;
	font-size: 12px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background: transparent url(../img/main-bg.gif) repeat-x scroll left top;
}

div#header {
background:transparent url(../img/tv-bg.gif) no-repeat scroll 98% top;
height: 80px;
border-bottom: solid 1px #cccccc;
}

	div.Logo {
	float: left;
	padding: 6px 0px 0px 15px;
	}
	
	div.Logo p {
	margin: 0px;
	color: #868686;
	font-size: 15px;
	font-weight: bold;
	padding-left: 1px;
	}
	
	div.HeaderTitle {
	float: left;
	padding: 7px 0px 0px 100px;
	font-size: 25px;
	font-weight: bold;
	color: #444444;
	}


div#content {
border-top: solid 2px #f0f0f0;
}

	div#leftSide {
	position: absolute;
	z-index: 100;
	width: 250px;
	float: left;
	padding: 15px;
	padding-right: 0px;
	overflow: auto;
	background-color: #f0f0f0;
	margin-top: -2px;
	border-right: solid 1px #cccccc;
	border-top: solid 2px #e2e2e2;
	border-right: solid 2px #e2e2e2;
	}

	div#rightSide {
	position: absolute;
	padding: 15px;
	padding-left: 300px;
	}
	
		#mainFrame {
		position: absolute;
		left: 267px;
		border: none;
		}


.clear {
clear:both;
}