/*	
Created 05/25/10
*/

/* HTML attribute */
/*	html {font-size: 100%;}

	body {font-size: .625em;}
*/

/*	Header Box	*/
div#headerbox {
	background: url(../img/headerbox.gif) no-repeat;
	height: 230px;
	text-align: center;
}

div#headerbox h1 {
	font-family: "calluna-sans-1","calluna-sans-2" sans-serif;
	font-size: 1.5em;color: #333;
	line-height: 2;
}

/*	Header Box - Workshop (gif is 750, not 725)	*/
div#headerbox-ws {
	background: url(../img/headerbox-ws.gif) no-repeat;
	height: 230px;
	text-align: center;
}

div#headerbox-ws h1 {
	font-family: "calluna-sans-1","calluna-sans-2" sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	font-style: normal;
	color: #666;
	line-height: 1.5em;
	padding-top: 1.5em;
}

/*	Header Box - NL (gif is 700, not 725)	*/
div#headerbox-nl {
	background: url(../img/headerbox-nl.gif) no-repeat;
	height: 230px;
	text-align: center;
}

div#headerbox-nl h1 {
	font-family: "calluna-sans-1","calluna-sans-2" sans-serif;
	font-size: 1.5em;color: #333;
	line-height: 2;
}

/*  floating logo */
.floating_logo_wrapper{
	width:130px;
	text-align: center;
	background: #ffffff !important;
	}
		
.floating_logo{
	position: relative;
	border:none;
	padding: 5px;
	margin: 0;
	}

.floating_logo_text{
	font-size: 0.8em;
	color:#999;
	text-align: center;
	padding: 0;
	margin: 0;
	}
		
/*-- Registration button --*/
.register	{
	font-family: "lemonde-sans-1","lemonde-sans-2";
	font-weight: 400;
	color: #fff;
	}
