body {
  font-family: arial,verdana;
  background-color: #f7f7f7;
  background-image: url("../images/kangaroo-bg.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
}


div#header-container { 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  clear: both;

}

div.clear-all { 
  clear:both;
}

div#header-image-block { 
  float: left;
  clear: right;
  margin-right: 20px;
 }

div#header-title-block { 
  text-align: center;
  clear: right;
  float: left;
}

.header-title { 
  font-weight: bold;
  font-size: 175%;
}

.header-blurb { 
  float: left;
  font-size: 70%;
}


.fbLink { 
  float: right;
  font-size: 0.8em;
}

div#footer-container { 
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 1em;
 }

.footerLikeBlock { 
  float: left;
}

p#lastmod-para { 
  font-size: 75%;
  font-style: italic;
}


div#nav-menu { 
  margin-top: 2px;
  margin-bottom: 2px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}


ul.nav-menu { 
  list-style-type: none;
}

li.nav-menu-item { 
  display: inline;
  padding-right: 16px;
}

a.nav-menu-link { 
  text-decoration: none;
}

.nav-menu-selected {
  text-shadow: 2px 2px 1px #525252; 
  font-weight: bold;
  font-size: 140%;
}




div#main-content-container {  
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}


td {
  font-family: arial,verdana;
}





div.main-page-poster-container { 
  width: auto;
  height: 531px;
  text-align: center;
  background: url('images/2A4M-CAN-trans.gif') no-repeat scroll center center;
  overflow: auto;
}


div.main-page-poster-text { 
  padding-top: 10%;
 }



.big-strong-font { 
  color: maroon;
  font-weight: bold;
  font-size: 140%;
}

.huge-strong-font { 
  color: maroon;
  font-weight: bold;
  font-size: 240%;
}




b.title {
	font-family: arial, verdana;
	font-weight: bold;
	font-size: x-large;
}

dt {
	font-family: arial, verdana;
	font-weight: bold;
}



img.paddedImageLeftAligned { 
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}


