/* custom syles  */

body {
  font-size: 1em;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }
#page {
    border-left: 1px solid #F0F0F0;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 14px;
    box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5);	
	max-width: 970px;
	margin: 0 auto;
}
#header {
  background: url(banner.jpg);
  height: 180px;
  clear: both;
  padding: 0px 0px 0px;
}
#container {
	margin: 0 20px;
}
h3 {
  color: orange;
  }
h4 {
  color: green;
  }

h2.block-title {
 color: #333;
 font-weight: normal;
 font-size: 1.2em;
}
a, a.active, li a.active {
    text-decoration: none;
}
#footer-text {
  text-align: center;
  padding: 60px 0;
  }