.header
{
  position:absolute;
  left:100px;
  top:0px;
  width: 790px;
  height: 200px;  
  background-color:white;
  color:black;  
  font-family: Arial;
  font-size:small;
}
.h1box
{
  position:absolute;
  width:133px;
  left:100px;
  top:200px;
  height:25px;
  padding:0px 0px 0px 2px; 
  text-align:center;  
  background-color: #000;
  font-family:Arial;
  font-size:small;
  color: #000;
  z-index:3;  
}
.leftside
{
  position:absolute;
  width:135px;
  left:100px;
  top:225px;
  height:897px;
  background-color:#000;
  font-family:Arial;
  font-size: 12pt;
}
.content
{
  position:absolute;
  left:235px;
  top:200px;
  width: 639px;
  padding:5px 5px 5px 10px;
  height: 913px;
  border-right:solid 1px #000;
  color:black;  
  font-family: Arial;
  font-size:small;
  background-image: url("/images/content-background.jpg");
  background-repeat: repeat;
}
 .blogcontent
{
  position:absolute;
  left:100px;
  top:200px;
  width: 639px;
  padding:5px 5px 5px 10px;
  border:solid 1px #000;
  border-width: 0 1px 1px 135px;
  color:black;  
  font-family: Arial;
  font-size:small;
  background-image: url("/images/content-background.jpg");
  background-repeat: repeat;
}

.footerleft
{
  position:absolute;
  left:100px;
  top:1122px;
  padding:1px 0px 1px 2px;
  height: 20px;
  width: 400px;
  background-color:silver;
  font-family: Arial;
  font-size:small;
  color:white;
  text-align:left;
  border-top:1px black solid;
  border-bottom:1px black solid;
  border-left:1px black solid;    
}
.footerright
{
  position:absolute;
  left:503px;
  top:1122px;
  padding:1px 2px 1px 0px;  
  height: 20px;
  width: 384px;
  background-color:silver;
  font-family: Arial;
  font-size:small;
  color:white;
  text-align:right;
  border-top:1px black solid;
  border-bottom:1px black solid;
  border-right:1px black solid;  
}
.nav
{
  position:absolute;
  left:142px;
  top:208px;
  width: 854px;
  height: 36px;
  border-right:1px black solid;    

}
.contactbox
{ 
   float: center; 
   width: 450px;
   border:2px red solid;
   font-family: Arial;
   font-size: 14pt;
   color: #FFF; 
   font-weight:bold;
   background:navy;
}