@CHARSET "UTF-8";
/*
 *
 */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #464447;
}
a:hover {
	color: #6cc3fc;
}
p {
	padding-bottom: 20px;
}
/*
 * Element styles
 */
#content {
	/*background: url(../images/holding/topbg.jpg) repeat-x bottom left;*/
}
#wrap {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 35px;
	width: 643px;
}
#wrap h1 {
	display: block;
	width: 643px;
	height: 101px;
	background: url(../images/edfestlogo.jpg) no-repeat top left;
}
#wrap h1 span {
	display: none;
	visibility: hidden;
}
#wrap h2 {
	color: #6cc3fc;
	font-size: 2.0em;
	text-transform: lowercase;
}
#wrap p {
	font-size: 0.9em;
}
#footer {
	background: url(../images/holding/bottombg.jpg) center top no-repeat #8ea9ac;
	display: block;
	height: 120px;
}
#footercontent {
	margin: 0 auto;
	padding: 25px 0 35px 0;
	width: 643px;
}
#footer #contact {
	color: white;
	font-size: 0.7em;
	display: block;
	float: left;
}
#footer #edfest07 {
	display: block;
	width: 328px;
	height: 20px;
	background: url(../images/holding/edfest07.jpg) no-repeat top left;
	float: right;
}
#footer #edfest07 span {
	display: none;
	visibility: hidden;
}
/*
 * Classes
 */
.newsitem {
	margin: 15px 0 0 0;
}
.produced {
	font-size: 1.2em;
}
.produced a {
	color: white;
}
.row {
	clear:both;
	display:block;
	width:800px;
}
.partner {
	display:block;
	float:left;
	width:160px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.partner img {
	margin-bottom: 5px;
	border:1px solid #cccccc;
}