/*a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #3366CC; text-decoration: underline}
a:active { color: #000000; text-decoration: none}
*/

a:hover { color:yellow; text-decoration: underline}

a {  color:white;
     text-decoration:none;
     
    
    
    }

div {
      border:solid;
      padding-left: 1%;
      padding-right: 1%;

    }

#page {
        background: grey;
        background-image: url("");        


    }

#banner {
        background: grey;
        background-image: url("http://magwebdesigns.net/bootstrap/magwebtopbanner9b.jpg");
        background-size: cover;
        height:130px;


    }
    
#contact {
        background: darkslategrey;
        background-image: url("");
        height:20px;
    }

#top_nav {
        background: darkslategrey;
        background-image: url("");
        height:30px;
        

    }


#content {
        background: grey;
        background-image: url("");

        height:1200px;


    }

#left {
        display: inline-block;
        background: darkslategrey;
        

        background-image: url("");
 
        height:100%;
        width: 20%;        
        float:left;



    }

#center {
        display: inline-block;
        background: grey;
        background-image: url("");

        height:100%;
        width: 50%;


    }

#right {
        display: inline-block;
        background: darkslategrey;
        background-image: url("");
        

        height:100%;
        width: 20%;        
        float:right;


    }

#footer {

        /*display: inline-block*/
        background: darkslategrey;
        background-image: url("");

        width:100%;


    }

#content_2 {

        /*display: inline-block;*/
        background: darkslategrey;
        background-image: url("");
        margin-left:3%;
        margin-right:3%;
        z-index: -1;
        

        width:100%;


    }
    
#tags {

        display: inline-block;
        background: darkslategrey;
        font-size:8px;


    }
    
    
#home_intro {
        background: darkslategrey;
        


    }
    
#home_web_portfolio {
        background: darkslategrey;
        


    }
