/** ================================================== El Gallo Loco stylesheet ==========================================
coffee:  #4C292E; cream: #EEDB73;
================================================================================================================= **/


    .title           {font-family: Arial, sans-serif; font-size: 24px;}
    .head            {font-family: Arial, sans-serif; font-size: 18px;}
    .boldhead        {font-family: Arial, sans-serif; font-size: 18px; font-weight: bold}
    .boldredhead     {font-family: Arial, sans-serif; font-size: 18px; color:#FF000A;  font-weight: bold}
    .colhead-red     {font-family: Arial, sans-serif; font-size: 15px; color:#FF000A;  font-weight: bold}
    .sectionhead     {font-family: Arial, sans-serif; font-size: 13px; font-weight: bold}
.text-big         {font-family: Verdana, Arial, sans-serif; font-size: 14px; color:#4C292E;}
.text-reg            {font-family: Verdana, Arial, sans-serif; font-size: 12px; color:#4C292E;}
.text-sm         {font-family: Verdana, Arial, sans-serif; font-size:  10px; color:#4C292E;}
    .tiny            {font-family: Arial, sans-serif; font-size:  8px; color:#000000 }
    .graph           {font-family: Arial, sans-serif; font-size:  6px; color:#000000 }
    .space           {font-family: Arial, sans-serif; font-size:  4px; color:#000000 }
    .line            {background-color: #FF000A}

body { 
	background-image: url("images/EN-bg2.gif");
	background-repeat: repeat-x;
	height: 100%;
  margin: 0px;  
	padding: 0px;
  position: relative; 
  width: 100%;} 
	
#page	 {
	height: 100%
  margin-left: auto; 
	margin-right: auto;  
	padding: 0px; 
	position: absolute;
	text-align: center;
  width: 100%; }
	
#btm-nav {
	background-color: #4C292E;
	color:  #EEDB73;
	line-height: 25px;
  width: 100%; }
		
a  { color: #EEDB73; font: 12px Verdana; text-decoration: none; }
a:hover  { color: #EEDB73; font: 12px Verdana; text-decoration: underline; }

