
html
{
	width: auto;
	height:	auto;	
	background-image:url(../Images/background.gif);
	/*	background-repeat: repeat; */
	/*background-color:#d6e7f1;*/
	
}
    <!--
    body {
      font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: 10pt;
	text-align: center;
	}
	
   #mainContent{
	/*background-color:#d6e7f1;*/

	position: relative;
	/*left: 17.8em;*/
	top: 1em;
	width: 700px;
	color: Black;
	text-align:justify;
	border-top: 3px solid #b1b1b1;
	border-bottom: 3px solid #b1b1b1;
	border-right: 2px solid #b1b1b1;
	border-left: 2px solid #b1b1b1;
	padding: 0.1em 3em 0.1em 3em;
	z-index:100
}

 #mainContentForPicture{
	/*background-color:#d6e7f1;*/

	position: relative;
	/*left: 15.1em;
	top: 1em;*/
	width: 900px;
	color: Black;
	text-align:justify;
	/*border-top: 3px solid #b1b1b1;
	border-bottom: 3px solid #b1b1b1;
	border-right: 2px solid #b1b1b1;
	border-left: 2px solid #b1b1b1;*/
	padding: 0.1em 3em 0.1em 3em;
	z-index:100
}

    #menubar {
	  width: 100%;
      background-color: #b1b1b1;
      color: #000;
      height: 2.4em;
      line-height: 2.2em;
    }
    
	#inner_menubar {
	  width: 930px;
	  /*border-left: 150px solid */
      background-color: #ccc;
      height: 2.4em;
      line-height: 2.2em;
    }
    .menu {
      float: left;
	  /* font-family:"Times New Roman", Times, serif;*/
      font-size: 10pt;
	  padding: 0.1em .1em 0.1em 0.5em;
      /*padding: 0.1em 3em 0.1em 0.5em;*/
      cursor: default;
	  z-index:200;
    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #e6e6e6;
	  /*border-right: 1px solid #000;
	  border-left: 1px solid #000;*/
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
	  z-index:200;
	
    }
    
    .menu ul li {
      display: block;
	  /*border-right: 1px solid #b1b1b1;*/
	  border-bottom: 1px solid #b1b1b1;
	  /*border-left: 1px solid #b1b1b1;*/
	  border-top: 1px solid #b1b1b1;
      padding: 0.2em;
	  z-index:200;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #ccf;
    }
#footer
{
	position: relative;
	/*left: 21.5em;*/
	top: 1em;
	/*width: 700px;*/
	clear: both;
	width:764px;
	/*background-color:#CC0000;*/
	/*background-color: #7CB3E7;*/
	background-color:#b1b1b1;
	text-align: center;
	padding: 10px;
	/*background-image:url(../images/background.gif);*/
	/*background-repeat: repeat-x;*/
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	/*border: 1px solid red;*/
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

#footer a:hover
{
	color:#000066;
	text-decoration:inherit;
}
#a 
{ 
text-decoration: none;}
  
