  #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.
  
  */
html, body {
height: 100%
}
  /* 
    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;}


  /*
    -- -- -- -- -- -- --
    1 Column Layout
    -- -- -- -- -- -- --
  */

  /* Center #container, constrain to 840px width
  ----------------------------------------------- */
  body {
    text-align: center;
	  background: black;
	  color: #000;
	  font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  }
  
  #container {
    width: 840px;
    text-align: left;
    margin: 0 auto;

  }

  #main-content {
    overflow: hidden;
	  background: white; 
  }

  /** BEGIN CUSTOM SKIN **/
  /*

  -- -- -- -- -- -- --
  Base CSS
  -- -- -- -- -- -- --
  
  This file simply removes default styling on most HTML elements in 
  order to reeduce the need to later override them.
  
  */

  h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  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;}/*

  -- -- -- -- -- -- --
  Type Scheme: Deco
  -- -- -- -- -- -- --
  
  */

  body {
  font: 76% Verdana, sans-serif;
  }

  h1, h2, h3, h4, h5, h6, p.description {
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  }
  h1 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 2px;
  }
  h2 {
  font-size: 2em;
  font-weight: normal;
  }
  h3 {
  font-size: 1.5em;
  }
  h4 {
  font-size: 1.2em;
  letter-spacing: 0.2em;
  }
  h5 {
  font-size: 1.2em;
  }
  h6 {
  font-size: 1em;
  font-weight: bold;
  }

  p, td {
  line-height: 1.8em;
  }
  code, kbd {
  font-size: 1.25em;
  }
  
  
  /*-- -- -- -- -- -- --
  STYLE: Chemise
  -- -- -- -- -- -- --*/


  /* ie6win */

  #footer {
  height: 25px;
  }

  /* ie5mac */

  /*\*//*/
  #footer { height: auto; }
  /**/

  /* ie5 win */
  @media tty {
   i{content:"\";/*" "*/}} td, * html th { font-size: 0.8em; } h1 { height: 1%; } /*";}
  }/* */

  /* Basic HTML style
  ----------------------------------------------- */
  a:link {
  	padding: 0 2px;
  	/* color: #000;*/
    color: #FF0000;
    text-decoration: underline ;
  }
  a:visited {
  	color: #000;
  }
  a:hover {
  	background-color: #506666;
  	/*background-color: #dbd4a6;*/
  }
  
  #imgLink {
    background-color: transparent;
    text-decoration: none:;
  }  
  
  blockquote {
  	margin: 1em 1em;
    font-style: italic;
  }
  
  caption {
	  font-size: 1em;
	  text-align: left;
	  padding: 4px 6px;
	  color: #000;
	  background: #222729 url(/picts/h3.gif) repeat;
  	font-weight: bold;
  }
  
  dd {
  	margin: 0 0 1em 1em;
  }
  
  code, kbd {
  	color: #99C4D7;
  }
  dt {
  	color: #99C4D7;
  }
  
  hr {
	  color: #222;
	  background: #222;
	  border-color: #222;
  }
  
  td {
	  padding: 2px 5px;
	  vertical-align: top;
  }
  
  th {
	  font-size: 1em;
	  padding: 2px 5px;
	  text-align: left;
	  border-top: solid 1px #000;
	  border-right: solid 1px #000;
	  border-bottom: solid 1px #000;
	  color: #000;
	  background: #526D78 url(/picts/th.gif) repeat;
  	border-color: #758A93;
  }

  td p {
	  margin-top: 0;
  }

  ul li {
	  margin-bottom: 0.8em;
	  /*list-style: url(/picts/h5.gif);*/
  }
  
  ol li {
	  /*list-style: lower-alpha;*/
	  margin-left: 2em;
	  margin-bottom: 0.8em;
  }

	.smallWarning{
		font-size: 9px;
		font-style: italic;
	}



  /* Header
  ----------------------------------------------- */
  #container {
  	/*background: url(/picts/container-bg.gif) repeat-x;*/
  }

  #header {
	  border-bottom: solid 1px #000;
	  position: relative;
	  margin: 0;
	  margin-bottom: 10px;
	  /*border-bottom-color: #18252A;*/
	  background: white;
  }
  p.description {
	  font-size: 1em;
	  margin: 0;
	  padding: 0.5em 15px;
	  border-bottom: solid 1px #000;
	  color: #99C4D7;
	  /*background: #151515 url(/picts/description.gif) repeat-x 0 0;*/
	  background: #F92811;
  }
  #g_description {
  	margin: 1em 0 1em 15px;
  	text-align: center;
  }


  /* Custom font definitions
  ----------------------------------------------- */
  p {
	  margin: 1em 0;
	  line-height: 1.5;
  }
  td, td p {
 	 line-height: 1.5;
  }
  h1,h2,h3,h4,h5,h6 {
	  font-family: "Trebuchet MS", arial, sans-serif;
  }
  h1 {
	  color: #000;
	  /*text-align:left;*/
	  font-weight: normal;
	  font-size: 1.8em;
	  font-weight: bold;
	  line-height: 1.5em;
	  padding: 30px 20px 10px 15px;
	  margin: 0;
	  border-top: solid 1px #000;
	  border-bottom: solid 1px #000;
		/*
		  background: #7B95A1 url(/picts/h1.gif) repeat-x left bottom;
		  border-top-color: #91A7AF;
		  border-bottom-color: #7597A5;
		*/
  }
  h2 {
	  font-size: 1.5em;
  	color: #8298A1;
	  /*color: #000;*/
	  margin: 0 0 1em 0;
		/*  background: url(/picts/h2.gif) no-repeat left bottom;*/
  }
  h3 {
  	color: #000;
	  font-size: 1.2em;
	  padding: 4px 10px;
	  margin-top: 0.5em;
	  /*  background: #222729 url(/picts/h3.gif) repeat-x;*/
  }
  h4 {
		color: #000;
	  margin-top: 0.6em;
	  margin-left: 0.2em;
	  font-size: 0.9em;
		/*  color: #74909D;*/
  	border-bottom: dotted 1px #3E4D53;
  }
  h5 {
	  padding-left: 10px;
	  font-size: 1em;
		color: #000;
		/*  color: #435F6B;*/
		/*  background: url(/picts/h5.gif) no-repeat left center;*/
  }
  h6 {
	  font-size: 0.9em;
  }

  /* sidebar
  ----------------------------------------------- */
  #sidebar, #sidebar-alternate {
	  margin-bottom: 2em;
	  background: url(/picts/sidebar.gif) repeat-x 0 0;
  }
  #sidebar h3, #sidebar-alternate h3 {
	  font-weight: normal;
	  font-size: 1.3em;
	  border-top: solid 1px #000;
	  margin-bottom: 0.5em;
	  color: #536D79;
	  background: #1A2125 url(/picts/sidebar-h3.gif) repeat-x left bottom;
	  border-top-color: #0D1114;
  }
  #sidebar h4, #sidebar h5, #sidebar h6,
  #sidebar-alternate h4, #sidebar-alternate h5, #sidebar-alternate h6,
  #sidebar p, #sidebar-alternate p {
	  margin-left: 10px;
	  margin-right: 20px;
  }

  #sidebar li, #sidebar-alternate li {
  	margin-bottom: 0.8em;
  }
  #sidebar .links {
  	margin-bottom: 2em;
  }
  #adsense {
  	text-align: center;
  }

  .editable {
	  border: dashed 1px #666;
  }



  /* layout patches
  ----------------------------------------------- */
  #twocolumn-liquid-left #sidebar {
  float: left;
  }
  #twocolumn-liquid-right #sidebar {
  float: right;
  }
  #threecolumn #sidebar-alternate {
  float: right;
  }



  /* Footer
  ----------------------------------------------- */
  #footer {
	  padding: 5px 5px;
	  border-top: solid 1px #000;
	  border-bottom: solid 1px #000;
	  clear: both;
	  color: #000;
	/*
	  background: #7B95A1 url(/picts/h1.gif) repeat-x left bottom;
	  border-top-color: #91A7AF;
	  border-bottom-color: #7597A5;
	*/
	  /*background: white;*/
	  background: #F92811;
  }
  #footer hr {
	  display: none;
  }



  /* fixed 1 column
  ----------------------------------------------- */
  #onecolumn #main-content .wrapper {
  	margin: 20px;
  }


  /* fixed left 2 column
  ----------------------------------------------- */
  #twocolumn-left #main-content .wrapper {
  	padding: 0 20px;
  }



  /* fixed right 2 column
  ----------------------------------------------- */
  #twocolumn-right #main-content .wrapper {
  	padding: 0 20px;
  }

  /* fixed right 3 column
  ----------------------------------------------- */
  #threecolumn #main-content .wrapper {
  	padding: 0 20px;
  }
  #threecolumn #sidebar h3, #threecolumn #sidebar-alternate h3 {
  	margin-bottom: 0;
  }

  /* liquid left 2 column
  ----------------------------------------------- */
  #twocolumn-liquid-left #main-content .wrapper {
  	margin: 0 20px;
  }


  /* liquid right 2 column
  ----------------------------------------------- */
  #twocolumn-liquid-right #main-content .wrapper {
  	margin: 0 20px;
  }
  
/* prepage style 
------------------ */
#prepage {
	position:absolute; 
	font-family:arial; 
	font-size:16; 
	left:0px; 
	top:0px; 
	background: #FFFFFF url(../imgs/KiroTV500_eclat_02.jpg) no-repeat scroll center 75px;
	//background-color:white; 
	//layer-background-color:white; 
	height:100%; 
	width:100%;
}
#prepage table {
        height:100%;
        width:100%;
        