/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2007.08.03
   PURPOSE: Controls the style of HTML elements
 **************************************************************/

/*body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;

  font: 0.75em arial, sans-serif;
  line-height: 1.4em;
  color: #333;
  background-color: #FFF;
}*/


#horizon p {
  margin: 0;
  padding: 10px;
}

#horizon h1 {  
  position: relative;
  margin: 10px;
  padding: 0;    
  height: 17px;
  width: 326px;  
}

#horizon h1 span.text {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#horizon h2 {
  margin: 10px;
  padding: 0;
  font: bold 1em georgia, serif;
  color: White;

}

#aboutFrame h1 {  
  /*background: url(../../img/bg/hdr_about.gif) no-repeat top left; */
  position: relative;
  margin: 10px;
  padding: 0;    
  height: 17px;
  width: 326px; 
}

#workFrame h1 {
  /*background: url(../../img/bg/hdr_work.gif) no-repeat top left;*/ 
}

#contactFrame h1 {
  /*background: url(../../img/bg/hdr_contact.gif) no-repeat top left; */
}

#horizon a {
  color: #D10707;
  text-decoration:underline;
  
}

#horizon a:hover {
text-decoration:underline;
}

#horizon a img {
  border: 0;
}
/*
ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}

ul li {
  margin: 0;
  padding: 2px 0 2px 30px;
  background: url(../../img/bg/li_bullet.gif) no-repeat 20px 7px;
}*/

