/* CSS Document */
HTML {
  height: 100%;
}

BODY {
  width: 100%;
  height: 100%;
  margin : 0px 0px 0px 0px;
  background-color : #8b8b8b;
}

div.mainContent {
  position : relative;
  width : 1000px; 
  height : 600px; 
  text-align: left;
}

div.headDiv{
  position : absolute;
  width : 1000px;
  height : 108px;
  top : 0px;
  left : 0px;
  background-image : url(../images/headImage.jpg);
}

div.leftDiv{
  position : absolute;
  width : 500px;
  height : 396px;
  top : 108px;
  left : 0px;
}

div.rightDiv{
 position : absolute;
 width : 493px;
 height : 396px;
 top : 108px;
 left : 500px;
 background-color : #ffffff;
}

div.footerDiv{
  position : absolute;
  width : 1000px;
  height : 96px;
  top : 504px;
  left : 0px;
  background-image : url(../images/footImage.jpg); 
}

div.menuDiv{
  position : absolute;
  top : 61px;
  left : 500px;
}

div.textContentDiv{
  position : absolute;
  left : 23px;
  top : 95px;
  width : 455px;
  height : 200px;
}

h1.contentH1{
  font-family : Tahoma;
  font-size : 14px;
  margin : 0px;
}

font.contentFont{
  font-family : Tahoma;
  font-size : 11px;
  line-height: 17px;
}

a.contentLink{
  font-family : Tahoma;
  color : #198600;
  text-decoration : none;
}

a.contentLink:hover{
  text-decoration : underline;
}
