body {
	padding:0;
	margin-left:0px;
		background: #e6e6e6;
	text-align:center; /* for IE5 */
	font-size:100%;  /* keep it the same size  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #e6e6e6;
	/*background-image: url(221220B.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
	}

a {
text-decoration:none;
/*color:#996600;*/
color:blue;
font-weight:bold;
font-size:100%;
}

a img {
border:none;
}

a:hover {
text-decoration:underline;
}

table {
border-collapse:collapse;
}

li {
list-style-type: square;

}

ul {
  margin-top:5px;
}	

#wrapper {
width: 960px; 
background-color: #e4e4e4;
margin-left:auto;
margin-right:auto;
text-align:left; /* for IE5 */
/*
border-right: 1px solid #000000;
border-left: 1px solid #000000;
*/
}

#banner {
	text-align:center;
	background-image: url(../images/back.gif);
	background-repeat:repeat-x;
}

#navbar{
  width: 100%; /* for ff */
  float:left;
  background-color:#000; /*nav sometimes does not extend */
}
		

#copyright {
	clear:both;
	margin-top:20px;
	font-weight:bold;
	font-size:0.7em;
	color: #666666;
	text-align:center;
	padding-top:5px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6a6a6;
	border-bottom-color: #e6e6e6;	

}


/* MAKE I AM HERE PAGES */
#Home a#Home,
#Photos a#Photos,
#RedLantern a#RedLantern,
#Membership a#Membership,
#Calendar a#Calendar,
#Patrols a#Patrols,
#Leadership a#Leadership,
#About a#About,
#Awards a#Awards,
#Information a#Information {
	color:red;
}


#subwrap {
	clear:both;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

