body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background-color: #FFCCFF; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFCCFF;
color: white;
}

#framecontentLeft{
width: 250px;
}

#framecontentRight{
left: auto;
right: 0; 
width: 152px; /*Width of right frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFCCFF;
color: white;
font-family: Trebuchet MS, arial, sans-serif;
}

#framecontentTop{
position: absolute;
top: 0;
left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
right: 152px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFCCFF;
}

#maincontent{
position: fixed; 
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
right: 152px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #FFCCFF;
color: #2C003F;
font-family: Trebuchet MS, arial, sans-serif;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 150px 0 250px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}


a{text-decoration:none}

#fadeinbox{
position:absolute;
width: 350px;
left: 0;
top: 400px;
border: 2px solid white;
background-color: #2C003F;
color: white;
font-weight: 600;
padding: 4px;
z-index: 100;
visibility:hidden;
font-family: Trebuchet MS, arial, sans-serif;
}

.pagetitle{
font-family: Vladimir Script;
font-size: 40px;
}