@charset "utf-8";
/* CSS Document */

* 	{
	padding: 0;
	margin: 0;
	}


#background {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/Backgrounds/gradient4.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	}

#header {
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

#content {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	color:  #4c4747;
	background-color: #efe6e6;
	padding-top: 10px;
	}

h1 {
	text-align:center;
	color: #7b2c2c;
	margin-bottom: 10px;
	}

h5{
	text-align:left;
	font-style: italic;
	}

.table {
	margin-right: auto;
	margin-left: auto;
	text-align:  left;
	border: solid #93b89c 2px;
	}
	


td {
	padding: 10px;
	}

.festivaltext {
	border-bottom: solid #93b89c 2px;
	}	
	
.festivalpictures {
	border-left: solid #93b89c 2px;
	border-right: solid #93b89c 2px;
	border-bottom: solid #93b89c 2px;
	}	

.festivalpictures2 {
	border-left: solid #93b89c 2px;
	border-bottom: solid #93b89c 2px;
	}	

#footer {
	width: 960px;
	color: #a3b89c;
	font-size:10px;
	text-align: center;
	height: 20px;
	}

#footer a:link {
		color: #a3b89c;}
#footer a:visited {
		color:  #4c4747;}
#footer a:hover {
		color: #7b2c2c;}

#footer2 {
	width: 960px;
	color: #a3b89c;
	font-size:10px;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	}

#footer2 a:link {
		color: #a3b89c;}
#footer2 a:visited {
		color:  #4c4747;}
#footer2 a:hover {
		color: #7b2c2c;}
		
		
#copyright {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	color: #ffffff;
	font-size:12px;
	text-align: center;
	background-image:url(../Images/newpage/footer.jpg);
	background-repeat:no-repeat;
	height: 70px;
	padding-top: 30px;
	margin-top: 5px;
	}

