  #g_title p, #g_footer p, #g_description p {
    margin: 0;
  }
  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img, :link img, :visited img {border: none;}


  body {
    text-align: center;
  }
  #container {
    width: 718px;
    text-align: left;
    margin: 0 auto;
  }
  /** BEGIN CUSTOM SKIN **/
    /** DESIGN SCHEME, Lines **/
    body {
    	font: 62.5% Verdana, sans-serif;
  	line-height: 1.4;
    }	
    h1, h2, h3, h4, h5, h6, pre, code, p {font-size: 1em; font-weight: normal; }
    dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {margin: 0; padding: 0;}
    a img, :link img, :visited img {border: none;}
    address {font-style: normal;}
    
    #container { padding: 0 10px; }
    #sidebar, #sidebar-alternate { padding: 0 10px; margin: 0 0 1em; }
    #footer { font-size: 1.2em; padding: 1em 0; font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic; }
    #header { margin: 0;
    	text-align: center; }
    #main-content { margin: 0 0 1em; padding: 0 10px 1em; }
    #g_description { margin: 0 0 0; padding: 0.45em; }
    
    a:link:hover { text-decoration: none; }
    a:visited:hover { text-decoration: none; }
    p, li, blockquote, dl, caption, td, th { font-size: 1.2em; }
    p { margin: 0 0 1em; }
    div#g_description { font-size: 1.2em; }
    blockquote p, dl dl, li p, blockquote li, li li, li blockquote, blockquote blockquote, div#g_description p, td p, td td, td blockquote, td li { font-size: 1em; }
    #header p { margin: 0; }
    blockquote { margin: 1em 0; padding: 0 1em; }
    table { padding: 0.3em; }
    caption { padding: 0.3em; }
    th { padding-bottom: 0.3em; }
    th, caption { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 1.3em; }
    hr { margin: 1em 0; border-style: none; height: 1px; }
    h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; margin: 0.5em 0; }
    h1 { font-size: 4em; padding: 0.5em 0; margin: 0; }
    h2 { font-size: 2em; font-style: italic; padding: 0 0.2em 0.1em; }
    h3 { font-size: 1.6em; }
    h4 { font-size: 1.3em; font-weight: bold; font-style: italic; letter-spacing: 0.03em; }
    h5 { font-size: 1.3em; font-weight: bold; letter-spacing: 0.03em; }
    h6 { font-size: 1.3em; font-style: italic; letter-spacing: 0.03em; }  
    ul { padding: 0 0 0 20px; list-style: circle; }
    ol { padding: 0 0 0 20px; }
    code, kbd { font-size: 1.4em; }
    
    #onecolumn #main-content { width: 696px; }
    #twocolumn-left #main-content, #twocolumn-right #main-content { width: 455px; }
    #twocolumn-left #sidebar, #twocolumn-right #sidebar { width: 220px; }
    #threecolumn #main-content { width: 394px; }
    #threecolumn #sidebar { width: 130px; }
    #threecolumn #sidebar-alternate { width: 130px; } 
    /** COLOR SCHEME, Fire **/
    body { background: #FFDEBE url('/-/includes/style/lines/fire/body-tile.gif') repeat-x top center; }
    a:link { color: #267DFF; }
    a:visited { color: #8C26FF; }
    a:link:hover, a:visited:hover { background: #D95934; color: #FFF; }
    #container { background: #FFC892 url('/-/includes/style/lines/fire/border-tile.gif') repeat-x top left; }
    #sidebar, #sidebar-alternate { border-left:1px solid #B30000; border-right:1px solid #B30000; border-bottom:1px solid #B30000; background:#FFEBD8; border-top:0px none;  }
    #twocolumn-right #sidebar, #threecolumn #sidebar { border-left: 0px none; }
    #twocolumn-left #sidebar, #sidebar-alternate { border-right: 0px none; }
    #header { border-left:1px solid #590000; border-right:1px solid #590000; background:#590000; border-bottom:1px solid #B30000; border-top:0px none;  }
    #main-content { border-right:1px solid #B30000; border-bottom:1px solid #B30000; background:#FFF; border-left:1px solid #FFC892; border-top:0px none;  }
    #threecolumn #main-content, #twocolumn-right #main-content { border-right: 1px solid #FFC892; }
    #twocolumn-right #main-content, #onecolumn #main-content { border-left: 1px solid #B30000; }
    #g_description { background: #FFB267 url('/-/includes/style/lines/fire/subhead-tile.gif') repeat-x top left; border-top: 1px solid #D95934 }
    blockquote { color: #590000; border-left: 1px dotted #B30000; }
    table { border: 1px solid #FFB267; }
    caption { background: #FFB267; }
    th { border-bottom: 1px dotted #FFB267; }
    th, caption { color: #B30000; }
    hr { color: #FFB267; background: #FFB267; border-color: #FFB267; }
    h2, h3, h4, h5, h6 { color: #B30000; }
    h1 { color: #FFB267; }
    h2 { border-bottom: 1px dotted #FFB267; border-left: 1px dotted #FFB267; }
    #sidebar h2, #sidebar-alternate h2 { border-bottom: 1px dotted #FFF; border-left: 1px dotted #FFF; }
    h3 { border-bottom: 1px dotted #D95934; }
    #sidebar h3, #sidebar-alternate h3 { border-bottom: 1px dotted #FFF; }
    code, kbd { color: #590000; }
    abbr, acronym { border-bottom: 1px dotted #590000; }
  
  

  /** END CUSTOM SKIN **/