/* Beach Horizon LLP Style Sheet */

  body { color: #000099;
    font-size: 11px;	/* All fonts relative to this size */
    font-family: verdana,geneva,arial,helvetica,sans-serif,sans-serif;
	background: #87AEC5 url(gradient.gif) repeat-x;
    margin: 0px;
    padding: 0px;
	text-align: center;		/* Centers the page in IE */
	margin-bottom: 50px;
    }

  p, h1, h2, h3, h4, td { 
  	/* Use margins in these rather than padding in blocks to avoid IE sizing problems */
  	margin: 5px 15px 15px 10px;
    }
	  	
  h1 { font-weight: bold;
    font-size: 130%;
	border-bottom: 1px solid #0099CC;
    }

  h2 { font-weight: bold;
    font-size: 120%;
	border-bottom: 1px solid #0099CC;
	margin-top: 25px;
    }

  h3 { font-weight: bold;
    font-size: 110%;
	margin-top: 25px;
    }

  h4 { font-weight: bold;
    font-size: 100%;
    }
	
  ul {
     list-style-type: square;
  }
	
  li {
  	margin: 5px 10px 0px 0px;
  }
  
  a {
  	text-decoration: none;
  }

  a img {
  	border: none;
  }

  #container { width: 900px;
	margin: 10px auto;	/* Centers the window in Mozilla/Opera */
	text-align: left;
	position: relative;		/* All contained divs with absolute coordinates are now relative to this block */
	border: 1px solid rgb(122, 122, 122);
    background-color: rgb(242, 242, 242);
    }

  #header { 
	border-bottom: 1px solid rgb(122, 122, 122);
    }
	
  #header h1 {
    font-size: 200%;
	border-bottom: none;
	margin-bottom: 5px;
  }

  #header h2 {
    font-size: 150%;
	margin-top: 0px;
	margin-left: 20px;
	border-bottom: none;
  }

  #content {
	background: rgb(255, 255, 255) none repeat scroll 0% 50%;
	margin: 0px;
	text-align: justify;
	padding: 1px;
	width: 780px;
    }

   	#googleads
   	{
		position: absolute;
		top: 110px;
		left: 780px;
	}
	
    #footer { 
    border-top: 1px solid rgb(122, 122, 122);
    }

pre {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size : 13px;
/*  display: inline;*/
}

pre.script {
  background-color: #FBF8FF;
  border: 1px solid #5d478b;
  color: navy;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  padding: 5px;
  white-space: pre;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 18px;
  opacity: 0.7;
  filter:alpha(opacity=70);
  clear:both;
}

code {
    font-family: "courier new", "monotype.com", courier, monospace;
  color: #000080;
    font-size : 12px;
}

