/* 
BCC Forums style sheet for LGB
Author: Martin Glancy
Date: 30th April 2003

FONT-SIZE and BASIC LAYOUT set in separate style sheet - CORE.CSS
This style sheet sets the colors and images for backgrounds
*/


/* MAIN TAG DEFINITIONS ========================= */


h1  {
 color: #CF316B;
 background: transparent;
}

h2  {
 color: #CF316B;
 background: transparent;
 border-bottom: 2px dotted #CF316B;
}

h3 {
 color: #CF316B;
 background: transparent;
}


/* DIV BOXES DEFINITIONS ETC ========================= */

#sectionnav  { 
 background: #FFFFFF;
 color: #999999;
 border-bottom: 1px solid #DDDDDD;
}

#sectionnav a { 
 text-decoration: none;
 color: #999999;
 background: transparent;
}

#sectionnav a:hover  { 
 color: #CF316B;
 background: transparent;
}

#banner  { 
 background: url("../images/banner_back_lgb.gif");
}

