body {   background-color:grey;   }#main {   margin-left:auto;    margin-right:auto;    width:800px;   }#headder {   background-image:url('header.jpg');   margin-left:auto;    margin-right:auto;    width:798px;    height:89px;    -moz-border-radius-topright: 5px;    -webkit-border-top-right-radius: 5px;    -moz-border-radius-topleft: 5px;    -webkit-border-top-left-radius: 5px;    border: 1px solid #000;   }#title {   color:white;    padding-left:15px;   }h1#title {   font-size:1.5em; margin:0;   }h2#title {   font-size:.75em; margin:0;      }#nav{   background-image:url('stainless-steel.jpg'); width:770px;    height:25px; padding-left:30px;  }#contentcontainer {   margin-left:auto;    margin-right:auto;    width:100%;   }#containerl2 {   background-color:white;    width:800px;    Height:500px;   }#sidebar {   background-image:url('stainless-steel.jpg');    width:25%;    float:right;    -moz-border-radius-topleft: 5px;    -webkit-border-top-left-radius: 5px;    -moz-border-radius-bottomleft: 5px;    -webkit-border-bottom-left-radius: 5px;    margin-top:5px;    padding-top:15px;    padding-bottom:15px;   }#text {   padding:10px;   }#footer {   background-image:url('stainless-steel.jpg');    margin-left:auto;    margin-right:auto;    width:800px;    height:75px;   }#footertext {   margin:0;    font-size:10px;    text-align:center;   }a:active.footerlink {   color:black;      }a:visited.footerlink {   color:black;      }a:hover.footerlink {   color:black;      }a:link.footerlink {   color:black   }a:active.testlink {   color:grey;      }a:visited.testlink {   color:grey;      }a:hover.testlink {   color:grey;      }a:link.testlink {   color:grey;   }a:active{   color:Gainsboro;      }
a:visited{   color:dimgrey;      }
a:hover {   color:Gainsboro;      }
a:link{   color:dimgrey   }