
<style type="text/css">
<!--

body {
width:850px;
margin:15px auto;
}

#header {
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;}
  
h1  {font-size: 35px;
     color: #CFB53B;
     position: absolute;
     left: 20%;
     top: 15px;
}

h2 {font-size:15px;
    color: #FFFFFF;
    position: absolute;     
    left: 30%;
    top: 60px
}

.class1 a:link {font-size:15px;
   color: #d5ea30;}
.class1 a:visited {font-size:15px;   color: #d5ea30;
   
}
.class2 a:link {font-size:12px;
   color: #FFFFFF;}
.class2 a:visited {font-size:12px;   color: #FFFFFF;
   
}

#headercol {
  background: #FFA500;
  position: absolute;
  top: 100px;
  left: 10%;
  width: 80%;
  height: 3px;
}
#menu {
  background: #000000;
  position: absolute;
  top: 103px;
  left: 10%;
  width: 80%;
  height: 15px;
  font-size: 15px;
  color:#d5ea30;
}


#menucol {
  background: #000000;
  position: absolute;
  top: 118px;
  left: 10%;
  width: 80%;
  height: 1px;
}
#menu2 {
  background: #000000;
  position: absolute;
  top: 119px;
  left: 10%;
  width: 80%;
  height: 14px;
}
#menu2col {
  background: #000000;
  position: absolute;
  top: 133px;
  left: 10%;
  width: 100%;
  height: 1px;
}

#leftcol {
  background: #000000;
  position: absolute;
  top: 100px;
left: 0px;
  width: 10%;
  height: 630px;
}
#rightcol {
  background: #000000;
  position: absolute;
  top: 100px;
left: 90%;
  width: 10%;
  height: 630px;
}
#content {
  background: #000000;
  position: absolute;
  top: 134px;
left: 10%;
  width: 80%;
  height: 600px;
}
#footer {
  background: #696969;
  position: absolute;
  top: 734px;
  left: 0px;
  width: 100%;
  height: 100px;
}
-->
</style>

