* {
	margin: 0;
	padding: 0;
}
body {
	color: black; 
	font-size: 100%; 
	font-family: arial, helvetica, sans-serif;
}
h1 {
	text-align: center;
	border-style: solid none solid none;
	font-variant: small-caps;
	color: #000000;
	border-color: #ef4035;
	border-style: outset;
	border-width: 5px;
}
h2 {
	text-align: left;
	border-style: none none solid none;
	color: #ff0000;
	border-color: $000000;
	border-style: outset;
	border-width: 3px;
	font-size: 125%;
	margin: 10px;
	margin-left: 0;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#scoutlogo {
	padding: 10px;
	background-color: #ef4035;
	margin: 0;

}
.date {
	padding: 10px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}
.blackbar	{
	margin: 0;
	padding-top: 5px;
	font-size: 200%;
	background-color: #000000;
	background-image: url('pics/black gradient.gif');
}
.blackbar p	{
	text-align: center;
	padding: 0;
}

.header	{
		text-align: center;
		font-size:50%;
		color: #ffffff;		
		text-decoration: none;
		height: 35px;
}

.header a:link, .header a:visited	{
		color: #ffffff;
		text-decoration: none;
}

.header a:hover	{
		background: #F0E478;
		color:  #95151b;
		text-decoration: none;
}
#left {
	padding-left: 50px;

	float: left;
	width: 20%;
	background: #ffffff;
	margin-top: 20px;
	text-align: center;
}
#left2 {
       float: left;
       width: 1%;
	background: #ffffff;
	margin-top: 20px;
	text-align: center;
}
#right {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 10px;
	float: right;
	width: 25%;
	background: #f0e478;
	text-align: center;
}
#center {
	margin-top: 20px;
	margin-left: 25%;
	width: 45%;
	margin-right: 50px;
	background: #ffffff;
	text-align: left;
}
#center2  {
          padding: 10px;
     margin-top: 10px;
     margin-left: 20px;
     width: 68%;
     margin-right: 20px;
     background: #00ff00;
    text-align: left;
}
#wrapper {
	background-image: url(pics/watermarks800a.png); 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	clear: all;
}
#gallery {
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background: #ffffff;
}
td {
	padding: 5px;
	text-align: center;
}
.image {
	padding-top: 20px;
}
.address {
		text-align: center;
		color: #ffffff;		
		height: 35px;
	font-style: italic;
	font-size:50%;
}

.address a:link, .address a:visited	{
		color: #ffffff;
}

.address a:hover	{
		background: #F0E478;
		color:  #95151b;
}
#bottom {
	clear:both;
}
.caption {
	font-size: 80%;
	font-style: italic;
}