/* 
CSS File by Theresa Song Loong 
For questions (feel free to ask):kozarudj@msn.com
*/

html {
   height:100%; 
   max-height:100%; 
   padding:0;
   margin:0; 
   border:0; 
   font-size:10pt; /*default font size */
   font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
   overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
   height:100%; 
   max-height:100%; 
   overflow:hidden; 
   padding:0; 
   margin:0; 
   border:0; 
}

#contents { 
   display:block; /* set up as a block */
   height:100%; /* set height to full page */
   max-height:100%;
   overflow:auto; 
   position:relative; /* set up relative positioning so that z-index will work */
   z-index:3; /* allocate a suitable z-index */
   background:#ffffff;
   color:#000;
}

*html #contents {
   height:100%;
}

#head {
   position:absolute;
   margin:0;
   top:0; 
   display:block; 
   width:100%; 
   height:130px; 
   background:#000; 
   z-index:5; 
   color:#ffb; 
   right:18px;
}

#left {
   position:absolute;
   top:140px;
   width:180px;
   display:block; 
   z-index:3; 
   color:#000;
   background:#0F6;
   border-left:1px solid #26354A;
   border-top:1px solid #26354A;
   border-right:1px solid #26354A;
   border-bottom:1px solid #26354A;
   /*height:100%;*/
   font-size:8pt;
   padding:3px;
}

#tail {
   position:absolute; 
   margin:0; 
   bottom:0; 
   right:18px;
   display:block; 
   width:100%; 
   height:30px; 
   background:#000; 
   color:#FFF; 
   text-align:right; 
   z-index:4; 
   border-top:3px solid #26354A;
   font-weight:900;
   font-size:120%;
}

#tail a{
   color:#DCFDFD;
   background: #000;
}

#tail a:hover{
   text-decoration:none;
}

/* Needed to let contents ommit head */
.pad1 {
   display:block; 
   height:140px; 
   background: #0c1a56 !important;
}

/*Needed to ommit scrollbar */
.pad3 {
   display:block; 
   width:28px; 
   height:130px; 
   float:left;
}

/* Needed to let contents ommit tail*/
.pad2 {
   display:block;
   height:40px;
}