body{
margin: 0;
padding: 0;
border: 0;
overflow: scroll;
height: 100%; 
max-height: 900px;
background-image: url(http://www.parts-labour.com/large.jpg);
background-repeat: repeat;
}

#framecontentLeft, #framecontentTop{
position: absolute;
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 900px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: transparent;
color: black;
font: 14pt violation;
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 523px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: transparent;
background-image: url(http://www.parts-labour.com/header.gif);
background-repeat: no-repeat;
color: black;
margin-left: -10px;
}

#maincontent{
position: absolute; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 523px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: hidden;
background-color: transparent;
background-image: url(http://www.parts-labour.com/background.gif);
font: 12pt segoe script;
margin-right: 0px;
margin-left: -5px;
width: 744px;
height: 750px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 523px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 744px; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

#wrapper {
width: 744px; 
margin: 10px; 
text-align: left; 
}

#footer {
text-align: center;
font: 8pt segoe script;
border-top:thin;
margin: 0px;
}

#menu {
position: relative; 
left 5px;
	width: 205px;
	margin: 0px;
	margin-right: 0px;
	list-style: none;
	}
	
#menu ul {
list-style: none;
}
	
#menu li a {
	height: 32px;
  	height: 25px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	}	
	


