
body {
	background: #000000 url(images/bgTest.gif);
	color: #B0B0B0;  /* Original: #7F7F7F; */
	font-family: tahoma, arial;
	font-size: 12px;  /* Original: 10px */
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 150px;
	width: 976px; /* Originally 776px */
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 976px; /* Originally 776px */
}

#content {
	clear: both;
	width: 976px;	/* Originally 776px */
	height: 500px;	/* Added as a TEST */
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
}

#contactContent {
	font-size: 16px;
	color: white;
	text-align: center;
	clear: both;
	width: 976px;	/* Originally 776px */
	background-image: url(images/solid-bg.gif);
	background-repeat: repeat;
}

#membersContent {
	font-size: 16px;
	color: white;
	text-align: center;
	clear: both;
	width: 976px;	/* Originally 776px */
	background-image: url(images/solid-bg.gif);
	background-repeat: repeat;
}
#LinksContent {
	font-size: 18px;
	color: white;
	text-align: center;
	clear: both;
	width: 976px;	/* Originally 776px */
	background-image: url(images/solid-bg.gif);
	background-repeat: repeat;
}
#LinksContent a{
	font-size: 18px;
	color: white;
}
#firePermitContent {
	font-size: 16px;
	color: white;
	text-align: left;
	text-indent: 3em;
	clear: both;
	width: 976px;	/* Originally 776px */
	background-image: url(images/solid-bg-gray.gif);
	background-repeat: repeat;
}
/* The following is temporary - for "construction" only */
#grayConstructionContent {
	font-size: 16px;
	color: white;
	text-align: center;
	clear: both;
	width: 976px;	/* Originally 776px */
	background-image: url(images/solid-bg-gray.gif);
	background-repeat: repeat;
}

#footer {
	background: url(images/footer-bg.gif); /* no-repeat; */
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 976px; /* Originally 776px */
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#left {
	background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;  /* Original #333333  Try: #494949*/
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	text-align: left;
	width: 562px;	/* Originally 462px */
}

#logo {
	height: 95px;	/*  Originally 72px, for 'stock' logo */
	width: 776px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;	/* Was: 43px */
	width: 976px;   /* Was: 776px  */
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	/* Original: 14px */
	/*font-weight: bolder;    ORIGINAL */
	/*text-transform: uppercase; */
	color: #FFFFFF;
	text-decoration: none;	
	/* Added the following as a test */
	width:115px;	/* Was: 120px */
	height:20px;
	padding-top:3px;
	text-decoration:none;
	float: left;
	/*color:#a5cae5; */
	font-weight:800;
	display:block;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


/* From the "blue" page - navigation buttons */
/*
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
*/

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 3px;		/* Original: 15px */
	padding-left: 2px;		/* Original: 17px */
	padding-right: 5px;		/* Original: 17px */
	height:22px;			/* Original: 28px */
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}
#right {
	float: left;
	width: 374px;	/* Originally 274px */
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 167px;  /* Originally: 170px */
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	background: url(images/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}