
#container{
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#header{
   width: 100%;
    height: 110px;
   background: #AFE9A5; 
}

#header-left{
    width: 10%;
    height: 110px;
    float: left;
}
#header-right{
    width: 90%;
    height: 80px;
    float: left;
	type: bold;
}
.title{
    color: indigo;
    text-align: center;
}

#menu{  
   width: 100%;
    height: 35px;
   background: #092D8C; 
   text-align: center;
   type: bold;
}
#menu a{
 text-decoration: none;  
padding: 0px 25px; 
line-height: 2;
color: #fff;
font-weight: 900;
}
#menu a:hover{
text-decoration: none;  
padding: 0px 25px; 
line-height: 2;
color: #c09;
font-weight: 900;
}
/**********************Body Start*************/
#body{
    width: 100%;
    min-height: 400px;
    height: auto;
   
}
#bleft{
   width: 25%;
    min-height: 400px;
   height: auto;
   background: #99B5D1; 
   float: left;
}
#Subject{
	 color: #E2270A;
}
.list{
	color: #092D8C;
}
#bcontent{
   width: 50%;
    min-height: 400px;
   height: auto;
   background: #fff; 
    float: left;
}
#bright{
   width: 25%;
    min-height: 400px;
   height: auto;
   background: #99B5D1; 
    float: left;
}

.project{
	color: #fff;
}

/*********************Body End***********/
#footer{
   width: 100%;
   height: 250px;
   background: #CFF050;      
}
.foot{
  width: 33.33%;
float: left;
height: 250px;   
}
#copyright{
   width: 100%;
   height: 40px;
   background: #9375A8;  
   color: #fff;
}
.para{
    line-height: 2.5;
    text-align: center;
}

p, h1, h2, h3, h4, h5, h6{
    padding:0px 10px;
}
