body, table
{
	font-size: 14px;
	color: white;
	font-family: "Lucida Grande","Century Gothic" , Verdana;
}

body
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #151515;
}

#divContainer
{
	text-align: left;
	width: 804px;
	margin: 0 auto;
	
}

#divHeader
{
	height: 79px;
	
	background-image: url(../Images/Header.jpg);
	background-repeat: repeat-x;	
}

#divLogo
{
	float:left;
	width: 35%;		
}

#divLogoRight
{
	text-align: right;
	width:35%;
	float:right;
}

#divMain
{
	
	float: right;
	margin-top: 5px;
}

#iMainContent
{
	width:609px;
	border: None 0px Black;
	height: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	

		
}




#divMain a,
#divMain a:link,
#divMain a:visited,
#divMain a:active,
#divMain a:hover
{
	color: White;		
}

#divMain a:hover
{
	text-decoration: none;
}

#divMenu a,
#divMenu a:link,
#divMenu a:visited,
#divMenu a:active,
#divMenu a:hover
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	
	color: White;	
	
}

#divMenu a:hover
{
	text-decoration: none;
}

#divMenu
{
	float: right;
	width: 180px;
	

	background-image: url('../Images/Menu.jpg');
	background-repeat: repeat-x;
	background-color: #1C2123;
	margin-top: 5px;
	margin-right : 5px;
	padding: 5px 5px 5px 5px;
}

/* 
    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;
  }
  a img,:link img,:visited img {border: none;}