html	{
	font: 13px/20px Myriad,Helvetica,"Liberation Sans",Arial,"Trebuchet MS",Sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: auto;
	}
body	{
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333;
	}
a img	{
	border: 0px solid #fff;
	}
	
a:link, a:visited
{
color: #000;
font-weight: bold;
}

a:hover
{
text-decoration: none;
}
	
#wrapper	{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	width: 842px;
	}
#header	{
	height: 240px;
	background: transparent url(../img/header.png) repeat-x top left;
	
	}
#header h1	{ /* logo */
	text-indent: -999em;
	float: left;
	margin: 10px 0 0 258px;
	padding: 0;
	width: 480px;
	height: 200px;
	background: transparent url(../img/logo.png) no-repeat top left;
	}
#header h1 a	{
	display: block;
	width: 100%;
	height: 100%;
	}
ul#links	{
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: #fff;
	}
ul#links li	{
	padding: 5px 0px 0;
	margin: 0px;
	border-top: 12px solid #BBBABA;
	float: left;
	width: 100%;
	}
ul#links li:last-child	{
	border-bottom: 12px solid #BBBABA;
	}
ul#links li a	{
	color: #37bff9;
	text-decoration: none;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	height: 72px;
	overflow: hidden;
	float: left;
	width: 200px;
	}
ul#links li a#declaration	{
	text-indent: -999em;
	background: url(../img/logo_declaration.png) no-repeat top left;
	display: block;
	float: left;
	width: 200px;
	height: 72px;
	}
ul#links li a#festlab	{
	text-indent: -999em;
	background: url(../img/logo_festlab.png) no-repeat top center;
	display: block;
	float: left;
	width: 200px;
	height: 72px;
	}
ul#links li a#accesstoculture	{
	text-indent: -999em;
	background: url(../img/logo_accesstoculture.png) no-repeat top center;
	display: block;
	float: left;
	width: 200px;
	height: 72px;
	}	
div#content	{
	padding: 0 0px 50px 0px;
	float: right;
	width: 580px;
	background:  #fff;
	text-align: justify;
	}
p	{
	margin: 0px 0 0;
	padding: 0 0 20px;
}
h1	{
	padding: 0px 0 30px;
	margin: 0px;
	font-size: 26px;
	color: #37bff9;
	font-weight: bold;
	}
h2	{
	color: #AF171A;
	padding: 5px 0 10px 0;
	margin: 15px 0 5px 0 ;
	font-size: 20px;
	border-top: #BBBABA 1px solid;
	text-transform: uppercase;
	}
div#content ul	{
	margin: 0 0 0 25px;
	padding: 0px 0 20px;
	}
div#content ul li	{
	margin-left: 15px;
	}
#content .endorselink	{
	background: #37bff9;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: -5px 0 0 0;
	text-decoration: none;
	font-size: 18px;
	float: right;
	}
#footer	{
	padding: 20px 0;
	clear: both;
	margin: 0px 0 25px 0;
	background: #fff;
	/*border-top: 1px #BBBABA solid;*/
	}
#footer h2#efa	{
	float: left;
	width: 90px;
	height: 100px;
	margin: 0 60px 0 110px;
	border: none;
	}
#footer h2#efa a	{
	display: block;
	width: 90px;
	height: 80px;
	text-indent: -9999em;
	background: url(../img/logo_efa.png) no-repeat top right;
	}
#footer h2#european-year	{
	float: right;
	width: 100px;
	height: 81px;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#footer h2#european-year	 a	{
	display: block;
	text-indent: -999em;
	width: 100%;
	height: 100%;
	background: url(../img/logo_2010-european-year.png) no-repeat top right;
	}
#footer h3	{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	}
#footer #sponsors_logos	{
	margin: 50px 0 20px 260px;
	}
#footer #sponsors_logos img	{
	float: left;
	margin-right: 10px;
	}
/* form */
.botstop	{
	display: none;
	}
form label	{
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	/*float: left;*/
	color: #AF171A;
	margin: 15px 0 0 0;
	}
form input	{
	width: 300px;
	border: 1px solid #000;
	font-size: 16px;
	/*float: left;*/
	margin: 5px 0 15px;
	height: 20px;
	}
form button	{
		background: #37bff9;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-size: 15px;
	/*float: left;*/
	border: 0px solid #000;
	cursor: pointer;
	/*margin-top: 50px;*/
	margin: 30px 500px 30px 0;
	}

#endorse #footer,
#endorse #links
 	{
	display: none;
	}
#backbutton	{
	float: right;
	margin-top: 5px;
	}
#tnt	{
	color: #999;
	font-size: 9px;
	float: right;
	text-decoration: none;
	margin-top: 20px;
	}

