body {
    background-color: #EEE;
    font-family: Helvetica, Arial, sans-serif;
}

a {
      text-decoration: none;
      color: blue;
	  cursor: pointer;
}
h1, h2, h3 {
      margin: 0;
      cursor: default;
}

i {
    cursor: default;
}

#container {
       background-color: white;
       width: 1200px;
       margin-left: auto;
       margin-right: auto;
}


#header {
    background-color: #7CFC00;
    text-align: center;
    padding: 10px
}


#content {
     padding: 10px;
}

#nav {
   width: 180px;
   float: left;
}

#main {
           width: 6oopx;
           float: right;
}

#footer {
         clear: both;
         background-color: #808080;
         color: white;
         text-align: center;
         padding: 1px;
       
}

p  {
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        font-style:normal;
        line-height:18px;
        cursor: default;
}