#maindiv{
	background-image: url("rasp.png");
	background-repeat: no-repeat;
	background-position: center;
    background-attachment: fixed;
	width: 100%;
    padding-bottom: 70px;
}

pre{
    font-family: "Times New Roman";
    letter-spacing: 1px;
}

.content{
	background-image: url("rasp.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	width: 795px;
	height: 1200px;
	padding-left: 10px;
    width: 250px;
}
.highlight{
    background-color: red;
    font-weight: bolder;
    font-family: arial;
}
#coming{
//	background-image: url("green.jpg");
//	background-attachment: fixed;
//	background-position: center;
	min-height: 600px;
	min-width: 600px;
	padding-left: 20px;
}

 body{
        background-image: url("bg.jpg");
        background-size: 1600px 1000px;  
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        overflow: auto;
        background-attachment: fixed;
    }
  h1,h2{
        text-align: center;
        font-size: 24px;
       // padding-left: 5%;
        color:#0f1a46;
        text-shadow:2px 2px 8px #ffffff;
    }
    h3{
    text-align: center;
        font-size: 24px;
       // padding-left: 5%;
        color:#0f1a46;
        text-shadow:2px 2px 8px #ffffff;
    }
     p
    {
    //	padding: 2%;
    	color:black;
    	font-family: "Times New Roman", Times, serif;
    	font-size: 16px;
    }
#wrapper 
{
       	margin: 0 auto;
       	max-width: 1020px;
       	width: 98%;
       	background: #cacedc;
       	border: 1px solid #030a12;
        border-radius: 2px;
        box-shadow: 0 0 10px rgba(12,3,25,0.8);
        opacity:1; 
 }
 header{
	width:98%;
	min-height: 125px;
	padding: 0px;
	text-align: center;
}
/*#content {
float:right;
width:650px;
padding-right:50px;
text-align: justify;
}*/
#menu{
    width: 200px;
float: right;  
text-align: center;
}
#menu ul {
    margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
p a{
    text-decoration: none;
    color:#0460b3;
}
#maindiv{
    padding-left: 20px;
    width: 80%;
}
#menu ul li {
    display: inline-block;
    margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #0f1a46;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 5px 0px 10px #939393;
	-webkit-transition:padding-left 0.6s;
}

#menu ul li a {
        display: block;
    text-decoration: none;
	color: white;
}
#menu ul li:hover, #menu ul li.active{
    background-color: #223790;
}
.section{
	width: 89%;
	float:center;
	margin: 2% 2%;
	
}
.section img{
	//padding: 10px;
	width: 100px;
	height: 40px;
    text-align: center;
}
footer{
	background: #0f1a46;
	width: 100%;
	overflow: hidden;
}