html {
	background-color: #fff;
	background: #fff url(images/pin-spacer.jpg);
}

body{
background: #fff url(images/pin-spacer.jpg);
margin: 0px;
padding: 0px;
border: 0px none;
overflow: auto;
height: 100%; 
max-height: 100% 
}

#outer-wrapper{
position:relative;
*position:absolute;
top: 0px;
margin-top:0px;
margin-left:auto;
*margin-left: expression((document.body.clientWidth > 1034) ? ((document.body.clientWidth - 1035)/ 2) : 0);
margin-right:auto;
width:1035px;
}



#framecontent{
position: relative; 
top: 0; 
left: 0; 
width: 1025px; 
height: 135px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#submenucontent{
position: relative; 
top: 0px; 
left: 0; 
width: 100%; 
height: 30px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#submaincontent{
position: relative; 
top: 0px; /*Set top value to HeightOfFrameDiv*/
left:0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
width: 1025px;
}


#maincontent{
position: relative; 
top: 0px; /*Set top value to HeightOfFrameDiv*/
left:0;
right: 0;
bottom: 0;
overflow: none; 
background: #fff;
width: 1025px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


* html body{ /*IE6 hack*/
padding: 135px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: expression(document.body.clientWidth > 1025? "1025px": "auto" );
}

* html #submaincontent{ /*IE6 hack*/
padding: 30px 0 0 0;
height: 100%; 
width: expression(document.body.clientWidth > 1025? "1025px": "auto" );
}