@CHARSET "ISO-8859-1";
/*MAIN TAG CSS*/
body {
  background:white;
  margin:0;
  color:black;
  font: serif;  
  font-size: 16px;  
  }
  /*LINK CSS*/
a:link {
  color:black;
  text-decoration:none;
  }
a:visited {
  color:black;
  text-decoration:none;
  }
a:hover {
  color:black;
  text-decoration:none;
}
a:active {
  color:black;
  text-decoration:none;
}
a img {
  border-width:0;
  }
/*NAVIGATION CSS*/
.navigation {
	font-family:serif;
	background-color: #006184;
	color:white;
}
.navigation:link {
	color:white;
}
.navigation:visited {
	color:white;
}
.navigation:hover {
	color:gray;
}
.navigation:active {
	color:gray;	
}
.headerLinks {
	display: block;
	margin: 0 auto;
	width:600px;
}
.nav {
	margin-left: 10px;
	margin-right: 10px;
}
/*FOOTER CSS*/
.logos {
	display: block;
	width: 500px;
	margin: 0 auto;
}
.footer{
	margin-top: 20px;
}
.copyright {
	width: 150px;
	margin: 0 auto;
	display: block;
	font-size: 10px;
}
/*GENERAL CSS*/
.wrapper {
	width: 840px;
	margin: 0 auto;
	border:;
}
.leftCol {
	padding:20px 10px 20px 20px;
	float:left;
	border-right:2px #73be42 solid;
	text-align: right;
	width:400px;
}
.rightCol{
	float:right;	
	width:400px;
	padding:20px 0px 20px 0px;
	text-align: left;
}
.title {
	font-size: 18px;
	color: black;
	font-weight: bold;
}
.hr {
	border-bottom:1px black solid;
}
.clear {
	clear:both;
}
/*
page specific css
*/
/*index.php*/


.sponsorship {
	margin-top: 20px;
	font-weight: bold;
}
.facebook {	
	font-weight: bold;
}
.cFEHeading {
	color:black;	
}
.submitGuides {
	color: black;
	font-weight: bold;
}
/*about_us.php*/
.aboutTheFestivalContent{}
.bgContent{}
.foundersContent{}
/*contact.php*/