
 body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: black;
}
 div#wrapper {
  margin: 0 auto;
  width: 100%;
  float: none
}
 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: 20px;
  font-size: small;
  text-align: justify;
}
 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: small;
  color: black;
margin: 20px 10px;
}
 h5 {
  margin: 20px 10px;
  color: black;
}
 h6 {
  font-family: "Times New Roman",Times,serif;
  font-style: oblique;
  text-transform: lowercase;
  font-weight: normal;
  font-size: x-large;
  color: #660000;
margin: 20px 0px;
}

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

 div#content {
  border: 4px solid #cccccc;
  padding: 10px;
  color: black;
  width: 55%;
  float: left;
  height: 330px;
  display: inline;
}
 div#rightcolumn {
  border: 0px solid #cccccc;
  padding: 10px;
  width: 20%;
  height: 470px;
  color: #6633ff;
  float: left;
}
 div#footer {
  border: 4px solid black;
  padding: 5%;
  width: 500px;
  height: 15px;
  font-weight: normal;
  text-transform: lowercase;
  clear: both;
  color: #850000;
  font-style: oblique;
  text-align: center;
  font-size: large;
}
