/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 17, 2016, 6:35:36 PM
    Author     : sys4
*/


body{
    background-color:#857c14;
    font-family:Arial, Helvetica, sans-serif;
}

*
{
    margin:0;
    padding:0;   
}

#wrapper{
    border:1px solid;
    border-radius: 5px;
    width:1000px;
    margin:auto;
    padding:2px;
    background-color:#ffffff;
    margin-bottom: 10px;
}


#header{
    border:0px solid;
    width:100%;
    height:300px;   
}


#header ul{
    list-style-type:none;   
}

#header ul li{
    border:0px solid;
    float:left;
    color:#FFFFFF;
    background-color:#decf21;
    width:247.5px;
    text-align:center;
    height:30px;
    line-height:30px;
}




#header ul li:hover{
    background-color:#000000;
}







#header ul li a{
    
    text-decoration:none;
    color:#FFFFFF;
}


#image{    
}


#bodypart{
    border:0px solid;
    margin-top:10px;
}


#bodyleft{
    border:1px solid #CCCCCC;
     background-color:whitesmoke;
  //  border:0px solid;
    float:left;
    width:321.3px;
    font-family:Times, Times, serif;
 padding:4px;
    font-size: 15px;
    line-height:20px;
    text-align: justify;
}



/* red colour */

#bodyleft h2{
    background-color:#decf21;
    color:#FFFFFF;
    padding:2px;
}

#bodyleft ul{
    list-style:none;
}



#bodyleft ul li{
   // border-bottom: 1px dotted;
    padding-left:5px;
    height:30px;
    line-height:30px;
}

#bodyleft ul li a{
    color:#000000;
    text-decoration: none;
}


#bodyleft ul li a:hover{
    color:#FF0000;
}

#bodyright{
    border:1px solid #CCCCCC;
    width:995px;
    float:left;
   // margin-left:none;
}

#bodycenter{
    border:1px solid #CCCCCC;
    width:990px;
    float:left;
    color:purple;
 // margin-top:15px;
}

#bodyright h2{
   background-color:#decf21;
   color:#ffffff;
    padding:5px;
}


#bodyright p{
    background-color:whitesmoke;
    padding:7px;
    font-size: 15px;
    line-height:20px;
    text-align: justify;
   font-family:Times, Times, serif;
    
}

#footer{
    border:1px solid;
    background-color:#CCCCCC;
     width:985px;
     float:left;
    color:#000000;
    padding:5px;
    font-size:12px;
 
}




#footer1{
    border: 0px solid;
    background-color: #FF0000;
    color: #000000;
    padding: 20px;
    font-size: 15px;
    margin-top: 20px;
}







