
 body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
}
 div#wrapper {
  margin: 0 auto;
  width: 80%;
  background-image: url(img/bodylamp.jpg);
  background-repeat: repeat-x;
  background-position:  top center;
}
 div#header {
  border: 11px solid #cccccc;
  margin: 20px 0px 0px 0px ;
  padding: 0px;
  background: black none repeat scroll 0% 50%;
  color: silver;
  width: 99%;
  height: 100px;
}
 h1 {
  margin: 20px;
  text-align: center;
}
 h2 {
  text-align: right;
  margin: 0px 20px 0px 0px;
  letter-spacing:2px;
}
 h3 {
  margin: 20% 20% 80px 40%;
  font-size: small;
  text-align:justify;
  padding: 0px 0px 10px 0px;
}
 h4 {
  font-family: "Times New Roman",Times,serif;
  font-style: oblique;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 200 ;
  font-size: x-small;
  color: yellow;
margin: 5px 0;
}
 h5 {
  margin: 10%;
  padding: 0px;
  line-height:175%;
}


 h6 {
  font-family: "Times New Roman",Times,serif;
  font-style: oblique;
  text-transform: lowercase;
  font-weight: normal;
  font-size: x-large;
  color: #660000;
margin: 30px 20px;
}

div#leftcolumn {
  border: 0px solid #cccccc;
  padding: 10px;
  height: 460px;
  float: left;
  color: #6633ff;
  width: 17%;
}

a:link    { color: red }    /* unvisited links */
a:visited { color: purple }   /* visited links   */
a:hover   { color: blue; letter-spacing: 4px; font-weight: bolder; text-decoration: none; 
font-size: larger;
} /* user hovers  */
a:active  { color: lime }   /* active links    */

div#content {
  border: 3px solid #cccccc;
  padding: 10px;
  color: white;
  width: 55%;
  float: left;
  height: 455px;
  display: block;
}
div#rightcolumn {
  border: 5px; 
  padding: 10px;
  width: 10%;
  height: 440px;
  color: #6633ff;
  margin:8px;
  float: left;
}
div#footer {
  border: 2px solid #cccccc;
  background: black;
  padding: 10px;
  width: 98%;
  height: 16px;
  font-weight: normal;
  text-transform: lowercase;
  clear: both;
  color: #850000;
  font-style: oblique;
  text-align: center;
  font-size: large;
}
