@charset "utf-8";
#wrapper {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccccc;
	color: #585a71;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}

h1, h2 {
	text-align:center;
	font-weight:bolder;
	}

h3{
	text-align:center;
	font-weight:bolder;
	font-style: italic;
	}
	
#festivaltable {
	border: double;
	margin-left: 20px;
	margin-right: 20px;
	width: 760;
	text-align:  justify;
	}

td {
	padding: 10px;
	}

.festivalpictures {
	border-style:outset;
	}



#footer {
	float: clear;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	color: #730104;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	padding-right: 60px;
	padding-bottom: 10px;
	clear: both;
	}
	
#footer a:link {
		color: #585a71;}
#footer a:visited {
		color: #585a71;}
#footer a:hover {
		color: #000000;}
	
#copyright {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color:#666666;
	color: #ffffff;
	text-align:left
}


