body
{
margin: 0px 100px 0px 0px;
font-family: verdana, tahoma, arial, times new roman;
background-color: #D4D4D4;
background-image: url(menu/side_bar.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}

a:link, a:visited
{
color: #FF9919;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #000000;
font-weight: bold;
text-decoration: none;
background: #FFDD5D;
}

h1
{
color: #D4D4D4;
font-weight: bold;
letter-spacing: 8px;
font-size: 50px;
line-height: 20px;
margin: 0px;
}

h2
{
color: #959595;
font-weight: bold;
letter-spacing: 5px;
font-size: 20px;
line-height: 26px;
margin: 0px;
}

h3
{
color: #959595;
font-weight: bold;
letter-spacing: 5px;
font-size: 20px;
line-height: 0px;
margin: 0px;
}

.header
{
color: #FF9919;
font-weight: bold;
}

.date
{
color: #757575;
font-weight: bold;
letter-spacing: 1px;
font-size: 14px;
line-height: 20px;
}

#menu {
   position: absolute;
   top: 5px;
   left: 50px;
   display: block;
}

#main
{
position: absolute;
top: 0px;
left: 90px;
border-right: 10px solid #FF9919;
padding: 90px 30px 10px 30px;
text-align: justify;
background:#FFFFFF;
font-size: 12px;
line-height: 18px;
margin-right: 100px;
}

#copyright
{
text-align: center;
padding: 20px 0px 15px 0px;
font-size: 9px;
color: #A3A3A3;
letter-spacing: 3px;
line-height: 12px;
}

/* MENU */
a {
text-decoration:none;
}

a.home {
   background: url('menu/home.gif') 0px 0px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;    
}

a.home:hover {
   background: url('menu/home.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }

a.about {
   background: url('menu/about.gif') 0px 0px no-repeat;
   display: block;
   height: 60px;
   width: 50px;    
   float: left;
}

a.about:hover {
   background: url('menu/about.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }

 a.tutorials {
   background: url('menu/tutorials.gif') 0px 0px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;  
}

a.tutorials:hover {
   background: url('menu/tutorials.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }

 a.gallery {
   background: url('menu/gallery.gif') 0px 0px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;   
}

a.gallery:hover {
   background: url('menu/gallery.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }

 a.programs {
   background: url('menu/programs.gif') 0px 0px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;  
}

a.programs:hover {
   background: url('menu/programs.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }


a.links {
   background: url('menu/links.gif') 0px 0px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;   
}

a.links:hover {
   background: url('menu/links.gif') 0px -60px no-repeat;
   display: block;
   float: left;
   height: 60px;
   width: 50px;
 }
 

 a img {
 width: 0px;
 height: 0px;
 border: 0px;
 }
 
 a:hover img {
 position:absolute;
 top: 5px;
 left: 300px;
 width: 150px;
 height: 50px;
 border: 0px;
 z-index: 2;
 }
 
 .menuImg {
 position: absolute;
 top: 5px;
 left: 300px;
 border: 0px;
 z-index: 1;
 float: none;
 }