body{
  background: #410000 url(bg.jpg) ;
  font-size:13px;
  line-height:20px;
}

a, .toggler{
  text-decoration: none;
  color: #c7371c;
  cursor: pointer;
}
a:hover, .toggler:hover{
  color: #ccc;
}

h1{
  margin-top: 1px;
  margin-bottom: 16px;
  color: #c7371c;
  line-height: 33px;
}



h2{
  font-size: 16px;
}

#wrapper{
  margin-bottom: 50px;
  
}

#container{
    background-color: #fff;
    background-image: url(container.png);
    padding: 0 25px ;
    
}
  
#header{
  background: transparent url(head.png) no-repeat bottom;
  
}  
  
#footer{
  background: transparent url(foot.png) no-repeat top;
  
}  

#right{
  margin-left: 25px;
}

#logo{
  display: block;
  padding-top: 50px;
  float: left;
}

#header .mod_customnav{
  float: right;
  padding-top: 155px;
  padding-right: 5px;
}
#header .mod_customnav li{
  float: left;
  color: #fff;
  padding-left: 10px;;
}
#header .mod_customnav li a{
  color: #fff;
}

#header .mod_customnav .active{
  font-weight: bold;
}

#left .mod_navigation{
  
  margin-top: 3px;
}

#left .mod_navigation li{
  border-bottom:1px solid #CCCCCC;
  margin-bottom:10px;
  padding-bottom:10px;
  width:180px;
   
}


.image_container{
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.ce_form label{
  width: 120px;
  margin-right: 15px;
  display: block;
}

.ce_form input, .ce_form textarea{
  margin-bottom: 5px;
  margin-right: 10px;
  border: 1px solid #ccc ;
  padding: 2px ;
}
.ce_form .submit{
  margin-top: 10px;
}

.error{
    color: #c7371c;
}

.mod_eventlist .event{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc ;
}
.mod_eventlist .event .header{
  font-size: 11px;
  margin-bottom: 5px;

}

.mod_eventlist .upcoming{
  padding-bottom:0;
  padding-top:10px;
  float: left;
}
.mod_eventlist .upcoming a{
  float: right;
  width: 145px;
}


.mod_eventlist .event .date, .mod_eventlist .event .day , .mod_eventlist .event .time{

  padding-right: 10px;
}

.toggler{
  padding-bottom: 5px;
}