body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 14px;
background: #666655 url(images/bg.jpg);
margin: 0;
padding: 0;
color: #112211;
color: white;
}

div.main {
   background-color: #666655;
   background-color: White;
    margin:auto;
    width:75%;
}

div.images {
   background-color: white;
    margin:auto;
    width:75%;
}

div.texting {
   font-size: 16px;
   background-color: white;
   padding-right:110px;
   padding-left:110px;
   color: black;
   margin:auto;
}

header {
    background-color: #ab895b;
    border: 10px inset yellowgreen;
    border: 10px groove yellowgreen;
    border: 10px double #1e5724;
    border: 10px double Black;
    margin:auto;
    border-radius: 8px;
    height: 100px;
    padding: 20px;
    width:90%;
}


Nav a{
     color: #f2f2f2;
     text-decoration:none;
}


Nav{
    font-size: 16px;
    
    background-color: #555c54;
    margin:auto;
    border-radius: 8px;
    padding: 20px;
    border: 10px double #1e5724;
    border: 10px double Black;
    width:90%;
}

SECTION
{
    background-color: RED;
    border : 3px dotted black;
    margin:auto;
    border-radius: 8px;
    padding: 20px;
    border: 10px solid yellowgreen;
}

footer{
   border : 3px hidden black;
   position:fixed;
   bottom:3px;
   height:30px;
   width:74%;
   background:#ebcda4;
   color: black;
   text-align: center;
}

.items {
display:inline;
padding-right:10px;
margin:10px;
width:350px;
height:200px;
clear:both;
}
