﻿@charset "utf-8";

#menu a {
    position: center;
    left: 320px;
    text-decoration: none;
    background-color: silver;
    color: black;
    padding: 1px 30px;
    
}

#menu {
    list-style-type: none;
    padding: 40px 0;
    margin: 0;
    
}

#menu li {
    display: inline;
   
}

#menu a:hover {
   
    background:url(.gif) ;
      color: white;
}

body {
    background-color: #069;
}


a img {
    border: none;
}


p.long {
    word-spacing: 500px;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.box {
    padding: 20px;
}

#main {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

#col1 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

#col2 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

#col3 {
    width: 300px;
    float: left;
    background: #069; 
    text-align: center;
}

#col4 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

#col5 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

#col6 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

#col7 {
    width: 300px;
    float: left;
    background: #069;
    text-align: center;
}

h3.capitalize {
    color: white;
    text-transform: capitalize;
    text-shadow: 3px 5px 3px black;
    text-align: center;
}


    