blank{
/* This section is to fix the problem with Javascript */
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#centercontent{
float: left;
margin-left:5px;
width: 645px;
background-color: #F5F5F5;
}

#leftcontent{
float: left;
width: 150px; /*Width of left frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #EEE8CD;
color: black;
}

#rightcontent{
float: right;
width: 150px; /*Width of left frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #EEE8CD;
color: black;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0px 0 0 150px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}
