/* ------------------------------------ *
 CSS
 Wednesday, January 26, 2005 11:31:39 AM
 HAPedit 3.1.11.111
 * ------------------------------------ */
div#quote, div#navigation {
   display: none; /* Turns off the showing of the navigation menu */
 }
 #navigation, #layout, #content
 {
	float: 		none;
	width: 		auto;
 }
#content {
    margin: 0;
    padding: 0;
    border-left-width: 0;
 }
a {
      text-decoration: underline;
  }

body  {
    padding: 0;
	margin: 0;
  }