* {
	margin: 0;
	/* overflow: hidden; */
}
html 
{
	height: 100%;
	/* overflow: hidden; */
}

body
{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
background-image:url('../images/bggradient.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
background-position:bottom right; 
background-color:#eeeeee;
	/* overflow: hidden; */

}



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	background-color: #ffffff;
	/* overflow: hidden; */
}
.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
	/* overflow: hidden; */
}




#framecontentLeft{
position: absolute; 
top: 210px; 
left: 0px; 
width: 210px; /*Width of left frame div*/
height: 100%;
/* overflow: hidden; */ /*Disable scrollbars. Set to "scroll" to enable*/
border-right: 5px;
background-color: white;
/*background-color: navy;*/
/*color: white;*/
background-position:top left; 
border-right-style:solid;
border-right-width:1px;
border-right-color:#e6e6e6;
}

#framecontentRight{
position: absolute; 
top: 210px; 
left: 122px;  
height: 100%;
left: auto;
right: 0; 
width: 350px; /*Width of right frame div*/
/* overflow: hidden; */ /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
border-left-style:solid;
border-left-width:1px;
border-left-color:#e6e6e6;
/*color: white;*/
}

#maincontent{
position: relative; 
top: -10px;
left: 230px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
/* overflow: hidden; */ 
/*background: #yellow;*/
width: 435px;
background-color: #ffffff;
}









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

/* overflow: hidden; */
}

* html body{ /*IE6 hack*/
padding: 0 150px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
overflow: hidden;

}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
/* overflow: hidden; */
}

