/* Setting up Defaults */
body{
   margin: 0;
   padding: 0;
   border: 1px;
   overflow: hidden;
   height: 100%; 
   max-height: 100%;
   border-color: black;
   border-style: solid;
   background-color: #FFF8C6;
}


/* Setting up frames and colors */

#frameLeftShadow{
position: absolute; 
top: 0; 
left: 0px;        /*zero*/
width: 30px;      /*Set left to zero */
height: 100%;     /*Height of LeftShadow */
overflow: hidden; /*Disable/Enable scrollbars. (hidden/scroll) */
background-color: #FFF8C6;
color: white; 
}

#frameRightShadow{
position: absolute; 
top: 0; 
right: 0px; /*Set left value to WidthOfLeftFrameDiv*/
width: 30px;
height: 100%; /*Height of LeftShadow*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFF8C6;
color: white; 
}

#frameLogo P1{ text-align:center; font-size:14px; font-style:italic; color:#484848; }
#frameLogo P2{ text-align:center; font-size:14px; font-style:italic; color:#484848; }
#frameLogo H1{color: #C11B17; font-style:normal ;}
#frameLogo{
position: absolute; 
top: 0; 
left: 31px; /*Set left value to WidthOfLeftFrameDiv*/
width: 400px;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFF8C6;
   border-color: #C11B17;
   border-style: solid;
}

#frameLogoImage{
position: absolute; 
top: 0; 
left: 432px; /*Set left value to WidthOfLeftFrameDiv*/
right: 31px;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFF8C6;
color: white;
   border-color: #C11B17;
   border-style: solid;
}

#frameLang a{color: white;  text-decoration: none;}
#frameLang a:hover { color: #C11B17; background-color: #fff; text-decoration: none; } 
#frameLang{
position: absolute; 
top: 121px; 
left: 31px; /*Set left value to WidthOfLeftFrameDiv*/
right: 31px;
height: 20px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #C11B17;
color: white;
text-align: center;
}

#frameMenu a{color: #C11B17;  text-decoration: none;}
#frameMenu a:hover { color: #fff; background-color: #C11B17; text-decoration: none; } 
#frameMenu{
position: fixed; 
top: 143px;
left: 31px; 
right: 181px; 
bottom: 21px; 
overflow: scroll;
padding: 3px;
background-color: #FFF8C6;
border-color: #C11B17;
border-style: solid;
}


#frameMain H1{color: #C11B17;}
#frameMain H2{color: #C11B17;}
#frameMain H3{color: #C11B17;}
#frameMain H4{color: #C11B17;}
#frameMain H5{color: #C11B17;}
#frameMain a{color: #C11B17;  }
#frameMain{
position: absolute; 
top: 143px; /*Set top value to HeightOfTopFrameDiv*/
left: 193px; /*Set left value to WidthOfLeftFrameDiv*/
right: 31px;
bottom: 21px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
padding: 20px;
background-color: #FFF8C6;
   border-color: #C11B17;
   border-style: solid;
}


#frameFooter{
position: absolute; 
top: auto; 
left: 31px; /*Set left value to WidthOfLeftFrameDiv*/
right: 31px;
bottom: 0;
height: 20px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
text-align: center;
background-color: #C11B17;
color: white;
}


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






/*  3 stk IE6 hacks */
* html body{ 
padding: 110px 0 120px 200px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #frameLang{ 
height: 100%; 
width: 100%; 
}
* html #frameTop, * html #frameBottom{ 
width: 100%;
}


