html {
		margin: 0; 
		padding: 0;
		}
body {
		background: #930; 
		margin: 0; 
		padding: 0; 
		font: 12px/1.5 Verdana, Arial, sans-serif; 
		color: black; 
		text-align: center;
		}
		
#wrap {
		border-left:6px outset #c90;
		border-right:12px outset #800;
		
		background: #fff;
		width:700px;
		margin: 0px auto;
		padding: 0 0 6em 0;
		text-align:left;
		
		
		}
		
		
#header {
   		margin: 0; 
		padding: 0;
		background: url(../images/broomworks-banner.jpg) no-repeat;
		height: 125px; 
		}
		
h1 {margin-left: 24px; padding: 0; font: bold 200% garamond, palatino, serif; color: #800000}
h2 {margin-left: 24px; padding: 0; font: italic 175% garamond, palatino, serif; color: #800000}
p {margin-left: 24px;}
		
p.intro{
		
		width:250px;
		margin:25px 0 0 100px;
		
		font-family: garamond, palatino, serif; 
		color: #800000; 
		font-size: 1.4em; 
		font-weight: bold; 
		font-style: italic; 
		line-height: 140%;
		text-align: left;
		}


		
#footer {
		margin: auto; 
		font-family: arial, sans-serif;
		font-weight:bold;
		font-size:1em;
		color:#c93
		}
#footer a:link {
		color:#c93; 
		text-decoration: none;
		}
#footer a:visited {
		color:#c93;
		text-decoration: none;
		}
#footer a:hover {
		color:white;
		text-decoration: underline;
		}		
#address {
		margin: auto; 
		font-family: Verdana, Arial, sans-serif;
		font-weight:bold;
		font-size:1em;
		color:#ffffff;
		}
				
		
/* styles added by BLK from SN for inline menu at top of content */
.nav {
  display:table;         /* ignored by IE */
  border-color:#333300;
  margin:0 55px;
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  font-size: .75em;
	font-family: arial, impact, sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	}

* html .nav {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 1px;         /* fix bug in IE for border spacing */
  }  

.nav li {
  display:table-cell;    /* ignored by IE */
 
  border-right-style:solid;
  }

* html .nav li {
  display:inline;        /* for IE only */
  }

.nav a, .nav a:visited {
  display:block;         /* for all browsers except IE */
  padding:0 8px;
  color:#990000; 
 text-decoration:none;
  }

* html .nav a, * html .nav a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }

.nav a:hover {
  color:#fff; 
  background:#333300;
  }
  /*end of styles added by BLK from SN */

