.header
{
background-image:url('http://nist.in/hrd/image/header1.jpg');
background-repeat:no-repeat;
height:140px;
width:100%;
//display:block;
    //position:absolute;
   // top:0;
    //left:0;
//ALIGN:RIGHT;
  
    


}
p
{
 text-align: right;
     font-size:16px;
    color: black;
     text-decoration: none;
     }
ul
{
display:inline;

}
#menu
{
position:absolute;
 
   left:0;
width:100%;

background-image:url('http://nist.in/hrd/image/m.jpg');
background-repeat:repeat x;
width:100%;
height:30px;
  
    text-align:center;
  
}
li
{
display:inline;
padding:0 25px;
// border-right: 1px solid rgba(255, 255, 255, 0.5); /* white border with opacity 50% */
 border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height:30px; 
color:white;
cursor: pointer;
}
#slider1
{
 
   
width:1000px;


}
#page
{
 //position:absolute;
   // top:310px;
    //left:0;
//right:0;
width:1024px;
//height:600px;
//align:center;
}
#student
{
color:red;

}
a
{
color:white;
}
a:hover,a:active
{
//background-color:#FF1493;
}

#footer
{
position:absolute;
   // top:900px;
    left:0;
width:100%;
height:35px;
background-image:url('http://nist.in/hrd/image/m.jpg');
background-repeat:repeat x;
color:white;
cursor: pointer;
text-align:center;
}









#menu li a {
	

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#menu li:first-child a { border-left: none; }
#menu li:last-child a{ border-right: none; }

#menu li:hover>a {color: #8fde62; }
.menu,
.menu ul,
.menu li,
.menu   li a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    UNDERLINE:NONE;
    text-decoration: none;
}
#menu ul li a 
{text-decoration: none;}

.course
{
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888; 
height:30px;
font-family:Andalus;
font-weight:600;
text-align:center;
}
.course a
{
text-decoration: none;
color:#0A460C;
}
.course:hover { background-color: #8fde62; }

