/* ============================
   |      Rules for html      |
   ============================ */
html
     {
	  height:    100%;
	 }
	 
	 
/* ==========================================
   |      Rules for body "main_layout"      |
   ========================================== */
body#body_main_layout
    {
     /*background-color:  rgb(0,0,0);*/
	 background:		#000 url(../Images/Backgrounds/Canvas-1.jpg) repeat center center;
     
	 font-family:       "Arial", sans-serif;
     font-size:         medium;
	 
	 padding:           0px;
     margin:            0px;
	 
	 height: 			100%;
    }
 

 

/* ==============================================
   |      Rules for "container_main_black"      |
   ============================================== */
div#container_main_black
	{
	 margin-left:       auto;
     margin-right:      auto;	 
	 height: 			100%;
	 
	 background-image:  url("../Images/Backgrounds/Background-Black.gif");
	 background-repeat: repeat-y; 
	 width: 			1200px;
	 height:			115%;
	 
	}




/* ===============================================
   |      Rules for "container_main_layout"      |
   =============================================== */ 
div#container_main_layout
    {
     padding:           0px;
     margin:            0px;
		 
  	 margin-left:       auto;
     margin-right:      auto;
     
     width:             1200px;
	 height:            855px;
     
     /*background-color:  rgb(0, 0, 0);*/
     /*background-image:  url("../Images/Backgrounds/Background-Film_Reel.gif");*/
     /*background-repeat: no-repeat;*/
    }    
    
     


span#reel_image
	{
	 padding:          0px;
     margin:           0px;
     
     position:         relative;
     top:              -1px;
     left:             100px;
	 
	 z-index:		   1;
	}
	
	
	
	
div.small
	{
	 font-size:  	small;
	 line-height: 	15%;
	}
	
	
	
	
/* =============================
   |      Rules for spans      |
   ============================= */ 		
span.XLarge
	{
	 font-size: x-large;
	}
    
    
span.Large
	{
	 font-size:   large;
	}    
    
    
span.normal
	{
	 font-size: medium;
	}
    
	
span.small
    {
     font-size: small;
    }
	
	
span.xsmall
	{
	 font-size:		xx-small;
	 line-height:	1px;
	 color: red;
	}
    

span.color_black
    {
     color: black;
    }
    

span.color_gold
    {
     color: rgb(136, 103, 72);
    }


span.dropcap
    {
	 padding: 0px;
	 margin:  0px;
			 
	 color:         #3C0000;
	 
	 font-family:   "GillSans-LightItalic", "MV Boli", sans-serif;
	 font-style:    normal;

	 font-size:     2.6em;
	 line-height:   .84em;	
	}
	
	  
span.indent
	{
	 font-style:   normal;
	 padding-left: 20px;
	}
	
	
span.italics
	{
	 font-size: 	 medium;
	 font-style:	 italic;
	 
	 vertical-align: bottom;
	}
	
	
span.underline
    {
     text-decoration: underline;
    }	