/* 
CSS File by Theresa Song Loong 
For questions (feel free to ask):kozarudj@msn.com
*/
  
html {
   padding:0; 
   margin:0; 
   border:0; 
   font-size:10pt; /*default font size */
   font-family: Georgia,serif; /* default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
   overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

#contents { 
   background:#fff;
   color:#000;
   display:block;
   _height:100%; /* IE "underscore hack" */
}

#head {
   position:absolute;
   margin:0;
   top:0; 
   display:block; 
   width:100%; 
   height:70px; 
   background:#FFF; 
   z-index:5; 
   color:#000; 
   right:18px;
}

/* Needed to let contents ommit head */
.pad1 {
   display:block; 
   height:70px; 
}

/* hide from printer */
#left, #tail, .pad2, .menu, #menu2 {
   display:none;
}

/*Needed to ommit scrollbar */
.pad3 {
   display:block; 
   width:28px; 
   height:130px; 
   float:left;
}

h1 {
   font-family:"Times New Roman", Times, serif;
   font-size:26pt;
  }
h1 span {
   font-size:50%;
}

h2,h3,h4,h5,h6{
   color:#000;
   font-variant:small-caps;
}

#contents p:first-letter { 
	font-size: 150%; 
}
