/******************************************************
File 			:	CC041.css
Author 		:	Tony Wadding - Freelance IT System Support
Contact		:  tony@fitss.co.uk
Application	: 	Martin Todhunter / Park Farms Racing
Contract		:  CC041
Client		:  Peter Airey
Summary		: 	Generic CSS
Released 	:	Never
Modified		: 	
*******************************************************/
body 
 {  
   background-image: url(art/CC041_Back_1_D.png); 
   background-repeat: no-repeat;
   color: #FFFFFF
 }
a:link, a:visited
  {
    padding: 0px;
    color: #ffcc00;
    text-decoration: none;
  }      
a:hover
  {
    padding: 0px;
    color: #FFCC00;
    text-decoration: underline;         
  } 
#L1
  {
    position: absolute;
    left:180px; 
    top:420px; 
    width:275px; 
    height:138px; 
    z-index:1;  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px
  }
#L2
  {
    position:absolute; 
    left:485px; 
    top:420px; 
    width:275px; 
    height:163px; 
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px
  } 
#footer
  {
    position:absolute; 
    left:0px; 
    top:602px; 
    width:780px; 
    height:6px; 
    z-index:3
  }
#footer table
  {
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #003300;
    background-color: #FFCC77;
    font-size: 10px;
    text-align: left
  }
#footer td.center
  {
    text-align: center;
  }
#footer td.right
  {
    text-align: right;
  }
#footer a:link, #footer a:visited
  {
    padding: 0px;
    color: #003300;
    text-decoration: none;
    border-left: 0px solid #ffffff;
  }      
#footer a:hover
  {
    padding: 0px;
    color: #003300;
    text-decoration: underline;         
    border-left: 0px solid #FFCC00;
  }
#openday
  {
    position:absolute; 
    left:360px; 
    top:5px; 
    width:210px; 
    height:50px; 
    font-size: 14px;
    z-index:4;    
  }      
#menu
  {
    position:absolute; 
    left:140px; 
    top:58px; 
    width:630px; 
    height:10px; 
    font-size: 14px;
    z-index:4
  }
#menu ul
  {
    list-style: none;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 10px;    
  }
#menu li
  {
    display: inline;
  }  
#menu a:link, #menu a:visited
  {
    padding: 0px 5px 0px 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-left: 0px solid #ffffff;
  }      
#menu a:hover
  {
    padding: 0px 5px 0px 15px;
    color: #FFCC00;
    text-decoration: none;         
    border-left: 0px solid #FFCC00;
  } 
