 #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;}


  /*
    -- -- -- -- -- -- --
    2 Column Layout
    Left sidebar
    -- -- -- -- -- -- --
  */

  /* Center #container, constrain to 718px width
  ----------------------------------------------- */
  body {
    text-align: center;
  }
  #container {
    width: 718px;
    text-align: left;
    margin: 0 auto;
  }

  /* Set up the columns
  ----------------------------------------------- */
  #main-content {
    float: right;
    width: 500px;
    overflow: hidden;
  }
  #sidebar {
    float: left;
    width: 180px;
    overflow: hidden;
  }

  /* Clear the Footer
  ----------------------------------------------- */
  #footer {
    clear: both;
  }

  /** 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: 0em; 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: Tahoma;
      font-style: normal; }
    #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: 1em; }
    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.9em; }
    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: Tahoma, "Verdana"; margin: 0.2em 0; }
    h1 { font-size: 4em; padding: 0.2em 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: 515px; }
    #twocolumn-left #sidebar, #twocolumn-right #sidebar { width: 160px; }
    #threecolumn #main-content { width: 394px; }
    #threecolumn #sidebar { width: 130px; }
    #threecolumn #sidebar-alternate { width: 130px; }
    /** COLOR SCHEME, Fire **/
    body { background: #FFDEBE url(img/body-tile.gif) top center repeat-x; }
    a { font-size: 1.1em; } 
    a:link { color: #FF5A27; }
    a:visited { color: #FF9313; }
    a:link:hover, a:visited:hover { background: #D95934; color: #FFF; }
    #container { background: #FFC892 url(img/border-tile.gif) top left repeat-x; }
    #sidebar, #sidebar-alternate { background: #FFEBD8; border: 1px solid #B30000; border-top: 0; }
    #twocolumn-right #sidebar, #threecolumn #sidebar { border-left: 0; }
    #twocolumn-left #sidebar, #sidebar-alternate { border-right: 0; }
    #header { background: #590000; border: 1px solid #590000; border-bottom: 1px solid #B30000; border-top: 0; }
    #main-content { background: #FFF; border: 1px solid #B30000; border-left: 1px solid #FFC892; border-top: 0; }
    #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(img/subhead-tile.gif) top left repeat-x; 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: #FA0000; }
    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; }
    
    #g_title a:link { text-decoration: none } 