*{
margin:0px;
padding:0px;
}
img{border:0px}
html{
width:100%;
height:100%;
background-image:url(images/bg.gif);
background-position:top left;
background-repeat:repeat-x;
}
body{
width:100%;	
font-family:Tahoma;
font-size:12px;	
color:#000000;
background-image:url(images/black.gif);
background-position:bottom left;
background-repeat:repeat-x;	 
float:left;
}
#main{
width:768px;
margin:0 auto;
overflow:hidden;
}
#header{
padding:35px 0 0 0
}
.logo{
float:left 
}
.search{
float:right;
padding:31px 1px 30px 0
}
.search img{float:left}
.search input{
float:left;
width:184px;
height:22px;
border:1px solid #C7C7C7;
padding:0 0 0 2px;
margin:0 3px 0 0
}
#menu li{
list-style-type:none;
float:left
}
.block{
background-color:#F8F8F8;
padding:30px 34px 17px 34px;
overflow:hidden;
float:left;
font-family:Tahoma;
font-size:12px;
color:#676666;
width:701px;
margin:0 0 44px 0
}
.block p{
padding:15px 0 0 5px
}
.block strong{
color:#FC3603
}
.block p a{
color:#03ADBC;
text-decoration:underline
}
.block p a:visited{text-decoration:underline}
.block p a:hover{text-decoration:none}
.column{
width:215px;
float:left;
padding:0 0 39px 34px;
font-family:Tahoma;
font-size:12px;
color:#676666;
line-height:18px;
}
.column span{
color:#FC4010;
font-weight:bold;
display:block;
padding:20px 0 0 0
}
.title{
padding:0 0 13px 0
}
.column p{
padding:25px 0 25px 0
}
.column ul{
padding:17px 0 37px 0
}
.column li{
list-style-type:none;
line-height:16px;
background-image:url(images/arrow.gif);
background-position:left 4px;
background-repeat:no-repeat;
padding:0 0 0 14px;
}
.column ul a{
font-family:Tahoma;
font-size:15px;
color:#02BACB;
text-decoration:none
}
.column ul a:visited{text-decoration:none}
.column ul a:hover{text-decoration:underline} 
#footer li{
display:inline
}
#footer ul{
padding:23px 0 15px 0
}
#footer{
height:96px;
width:100%;
overflow:hidden;
float:left;
font-family:Tahoma;
font-size:10px;
color:#909090;
text-align:center;
}
#footer ul a{
color:#909090;
text-decoration:none;
margin:0 16px;
text-transform:underline;
}
#footer a:visited{text-decoration:none}
#footer a:hover{text-decoration:underline}
#footer p a{
color:#909090;
text-decoration:none
}
#h1
{
  display: block;
  width: 86px;
  height: 44px;
  background: url("images/h1.jpg") no-repeat 0 0;

}

#h1:hover
{ 
  background-position: 0 -44px;
}

#h1 span
{
  display: none;
}

 #h2
{
  display: block;
  width: 86px;
  height: 44px;
  background: url("images/h2.jpg") no-repeat 0 0;

}

#h2:hover
{ 
  background-position: 0 -44px;
}

#h2 span
{
  display: none;
}
#h3
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h3.jpg") no-repeat 0 0;

}

#h3:hover
{ 
  background-position: 0 -44px;
}

#h3 span
{
  display: none;
}
#h4
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h4.jpg") no-repeat 0 0;

}

#h4:hover
{ 
  background-position: 0 -44px;
}

#h4 span
{
  display: none;
}
#h5
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h5.jpg") no-repeat 0 0;

}

#h5:hover
{ 
  background-position: 0 -44px;
}

#h5 span
{
  display: none;
}
#h6
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h6.jpg") no-repeat 0 0;

}

#h6:hover
{ 
  background-position: 0 -44px;
}

#h6 span
{
  display: none;
}
#h7
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h7.jpg") no-repeat 0 0;

}

#h7:hover
{ 
  background-position: 0 -44px;
}

#h7 span
{
  display: none;
}
#h8
{
  display: block;
  width: 85px;
  height: 44px;
  background: url("images/h8.jpg") no-repeat 0 0;

}

#h8:hover
{ 
  background-position: 0 -44px;
}

#h8 span
{
  display: none;
}
#h9
{
  display: block;
  width: 86px;
  height: 44px;
  background: url("images/h9.jpg") no-repeat 0 0;

}

#h9:hover
{ 
  background-position: 0 -44px;
}

#h9 span
{
  display: none;
}  
<script language="Javascript">
<!--

// Array of day names
var dayNames = new Array(
"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

// Array of month Names
var monthNames = new Array(
"January","February","March","April","May","June","July","August","September","October","November","December");

var now = new Date();
document.write(dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());

// -->
</script> 
