/*------------- content ------------*/

body {
  background: #FFFFFF url(../images/background_new.jpg) no-repeat center top fixed;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 140%;
}

hr {
  color: #d7d7d7;
  background-color: #d7d7d7; 
  height: 1px;
  border: 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

li {
  list-style-type: none;
}

a {
  color: #b60000;
  text-decoration: none;
}

a:hover {
  color: #b60000;
  text-decoration: underline;
}

a:visited {
  color: #750000;
  text-decoration: none;
}

h1 {
  color: #b60000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

img {
  border: none;
}

@font-face {
font-family: Agency FB;
src: url('../fonts/AGENCYR.ttf') format("truetype");
}

#flyergallery img {
  border: none;
  margin: 10px;
  padding: 0px;
  height: 184px;
  width: 130px;
}

#flyergallery img {
  border: none;
  margin: 10px;
  height: 184px;
  width: 130px;
}


/*--------- content end -----------*/


/*----------- template ------------*/

#container {
  background: url("../images/content_bg.png");
  margin: auto;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 828px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#header {
  background: url("../images/header_bg.png");
  height: 80px;
  margin: 10px;
  width: 808px;
}

#header img {
  margin-top: 5px;
}

#nav {
  background-color: #000000;
  height: 40px;
  margin: 10px;
  width: 808px;
  margin-bottom: 16px;
}

#current {
  background-color: #b60000; 
  color: #FFFFFF; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 90px; 
  padding: 5px;
}

#content {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  width: 808px;
}

#left {
  background: url("../images/content_bg.png");
  border-top: 1px solid #b60000;
  border-right: 3px solid #b60000;
  border-bottom: 3px solid #b60000;
  border-left: 1px solid #b60000;
  float: left;
  margin-bottom: 10px;
  text-align: justify;
  padding: 9px;
  width: 618px;
}

#left img {
  border: 0px;
}

#facebook {
  margin-bottom: 5px;
}

#advertisement {
  color: #000;
  text-transform: uppercase;
  margin-top: -4px;
  margin-left: 22px;
}

#right {
  float: right;
  width: 160px;
}

#footer {
  background-color: #b60000;
  clear: both;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
  margin: 10px;
  padding: 5px;
  width: 798px;
}

#footer a {
  color: #FFFFFF;
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer a:visited {
  color: #FFFFFF;
}

#copyright {
  text-align: center;
  color: #000;
}

#copyright a {
  color: #000;
}

#copyright a:hover {
  color: #000;
  text-decoration: underline;
}

#events {
  background-color: #e3e3e3;
  text-align: justify;
  float: left;
  padding: 0px;
  width: 618px;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}

#events a {
  color: #b60000;
  text-decoration: none;
}

#events a:hover {
  color: #b60000;
  text-decoration: underline;
}

#events a:visited {
  color: #750000;
  text-decoration: none;
}

#events img {
  -moz-box-shadow: 2px 2px 3px #777777;
	-webkit-box-shadow: 2px 2px 3px #777777;
  float: left;
}

/*------------- template end ------------*/

/*------------- social -----------------*/

#social {
  float: right;
}

#social li {
  margin-top: 8px;
  float: left;
  margin-left: 3px;
  position: relative;
}

#social li a:hover {
  background: #d3d3d3;
}

/*------------- social end --------------*/


/* --------------- menu ----------------*/

#menu {
	float: left;
	list-style: none;
	margin: 0;
  padding: 0;
  width: 808px;

}

#menu li {
  float: left;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  list-style-type: none
}

#menu a {
	background: #000000;
  color: #ffffff;
  float: left;
  font-weight: bold;
	padding: 10px 0px 0px 16px;
	text-decoration: none;
}

#menu a:hover {
	background: url("../images/menu_arrow.gif") top center no-repeat;
	color: #b4b4b4;
}

#menu a:active {
  background: url("../images/menu_arrow.gif") top center no-repeat;
  color: #b60000; 
}

/* ------------- menu end --------------*/
