
body
{
          font: arial,verdana,lucida grande,sans-serif;
          background-color: whitesmoke;
}

body p{
  font-size: 14;
  
  
}

#Wrapper{
    
    width: 1080px;
    height: 80px;
    background-color: greenyellow;
    margin: 10px auto;
    
}

#Banner{
    width: 1080px;
    height: 60px;
    background-color: white;
    min-width: 800px;
    background-image: url("../images/Gadgets.png");
    background-size:  contain;
    margin-top: 10px;
    font-size:  larger;
    
  
}

#LeftArea{
    
 height: auto;
 width: 200px;
 float: left;
 background-color:  lightblue;
 margin: 10px;
    
}

#CenterArea{
    
 height: auto;
 width: 600px;
 float: left;
 background-color: lightblue;
 margin-top: 10px;
 min-height: 400px;
 
 
}

#CenterArea2{
    
 height:500px;
 width: 600px;
 float: left;
 background-color: lightblue;
 margin-top: 10px;
 min-height: 400px;
 
 
}
#RightArea{
    
 height: auto;
 width: 200px;
 float: right;
 background-color: lightblue;
 margin: 10px;
 
}

#display{
    
 height: 200px;
 width: 550px;
 background-color: lightblue;
 margin: 10px;
 border: 3px solid #E3E3E3;
 border-radius: 10px;
 padding: 10px;
 background-color: white;
 border-bottom-style: groove;
}
#AddItemArea{
    
     padding: 10px;
    
}
#AddItemArea1{
    
margin-left: 100px;
margin-top: -30px    
}

#login{
    float: right;
    margin-top: 10px;
    width: 150px;
    height: 40px;
    list-style:  none;
    background-color: white;
    border-color: blue;
    border-left-style: solid;
}

#Commentbox {

height: 25px !important;

width: 220px !important;

font-size: 14px !important;

}

#spectText{
padding: 10px;    
height: 150px;
width: 400px;
height: auto;
width: auto;

}