body {
  padding: 2em 1em 2em 50px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-image: url(pic/sidebar_logo.gif);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 12px;
}

:link { background: transparent }
:visited { background: transparent }
a:active { background: transparent }

a:link img, a:visited img { border-style: none }

h1, h2, h3, h4, h5, h6 { text-align: left }
h1 { font: 170% sans-serif; border-bottom: 3px double #000000; }
h2 { font: 140% sans-serif;  border-bottom: thin dotted #000000; }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

p.copyright { font-size: small }
p.copyright small { font-size: small }

pre { margin-left: 2em }

dt { font-weight: bold }

div.box { padding: 1em; border: solid thin; margin: 1em 0; background: #eeeeee; }

hr { width: 100%; height: 1px; color: red; }

.events {  margin-top: 0px; padding: 0px; }
.eventdetails { margin-left: 3em; margin-top: 0px; padding: 0px; }

div.navbar {
  font-size: 80%;
  text-align: center;
  background-color: #efefef;
  padding: 5px;
  margin-top: 15px;
}

div.footer {
  font-size: 80%;
  text-align: center;
  padding: 5px;
}

div.monthlymeritbadge { padding: 5px; padding-right: 15px; float: left; }

body.mainpage {
  padding: 20px !important;
  background: #ffffff url(http://www.troop451.org/images/troop451_logo_watermark.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-attachment: fixed !important;
  color: #000000;
}

div.news {
  background: #eeeeee url(http://www.troop451.org/images/test_news.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
}

div.menu {
  background: #fff0f0 url(http://www.troop451.org/images/test_menu.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
}

div.join {
  background: #f0fff0 url(http://www.troop451.org/images/test_join.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
}

div.philmont {
  background: #f0eef0 url(http://www.troop451.org/images/test_philmont.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
}

div.dance-team {
  background: #ffffff;
  position:relative;
}

.row_normal {
  border-bottom: thin solid #cccccc;
}

.row_highlight {
  background-color: #eeeeee;
  border-bottom: thin solid #cccccc;
}

.default_table {
  border-top: thin solid #cccccc;
  border-bottom: thin solid #cccccc;
  padding: 0px;
  margin: 0px;
}

#gallery {
height : auto;
margin : 20px 0 0 20px;
}

#gallery img {
float : left;
margin : 2px;
padding : 10px;
border : 1px solid #D6C8AD;
}