 /* Remove unwanted elements */
#top, #header, #header-top, #header-logo, #header-bottom, #tagline, #tagline-footer, #navigation, #sidebar, #footer, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#main, #sidebar
{
width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links and text*/

body {
font: small Arial, Verdana;
}

#content .inner p {
  color: #000;
  padding-left: 0.2em;
  font-size: 100%;
}

a:link, a:visited {
color: #666;
}

#content .inner h1 {
color: #FFFFFF;
display: block;
padding: 0.1em 0.4em 0.1em 0.2em;
background-color: #990000;
text-decoration: none;
margin: 0;
font-size: 120%;
}

#content .inner h2 {
  margin: 0;
  padding: 0.3em 0.4em 0.3em 0.2em;
  font-size: 90%;
  color: #CCCCCC;
}

/*===== page intro image ====*/
#content .banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 0px;
}

#content .banner-text {   
   background-image: url(../assets/site/black.png);
   width: 100%;
   height: 100%;
   padding: 0px 0px 0px 0px;
   margin: 0;
}
/* ===== end page intro image ==== */



/*===== news items ====*/

#content .news-text {   
   background-image: url(../assets/site/black.png);
   width: 100%;
   height: 100%;
   padding: 0px 0px 0px 0px;
   margin: 0;
}

/* ===== end news items ==== */


/*===== headers content standard template ====*/

#content .head-text {   
   background-image: url(../assets/site/black.png);
   width: 100%;
   height: 100%;
   padding: 0px 0px 0px 0px;
   margin: 0;
}

/*===== end headers content standard template ====*/

