html,body {
	width				: 100%;
	height				: 100%;
	margin				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
	background-image	: url('/images/back_be_b.png');
	background-repeat	: repeat-y;
	background-position	: center top;
	color				: #000000;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
	font-size			: 10px;
}

h1 {
	/* initialisation */
	margin				: 0px;
	padding				: 0px;
		
/*	margin-bottom		: 26px;
	margin-left			: auto;
	margin-right		: auto;
	*/
	font-family 		: "Bitstream Vera Sans", "DejaVu Sans", Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-size			: 65px;
	width				: 635px; /* 635px - padding-left*/
	height				: 308px; /* 368px - padding-top*/ 


	line-height			: 1.7em;
	

	
}

h2 {
	text-decoration		: none;
	margin				: 0px;
	background-color	: #ED1F24;
	color				: #FFFFFF;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
	font-size			: 10px;
	border-style 		: solid;
	border-top-width	: 2px;
	border-left-width	: 2px;
	border-right-width	: 2px;
	border-bottom-width	: 0px;
	border-color		: rgb(255,254,153);
}

a {
	text-decoration		: none;
	font-family			: "Liberation Sans", Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
/*	font-size			: 14px;*/
	color				: #000000;
}

a:hover {
	color				: #ED1F24;
}

ul {
	/*initialisation*/
	margin				: 0px;
	padding				: 0px;
	list-style			: none;
	
	/*real layout*/
	margin-bottom		: 1.2em;
	padding-top 		: 1.0em;
	padding-bottom		: 0.9em;
	background-color	: rgb(255,246,0);
	color				: #000000;
	border-style 		: solid;
	border-top-width	: 0px;
	border-left-width	: 2px;
	border-right-width	: 2px;
	border-bottom-width	: 2px;
	border-color		: rgb(255,254,153);
}

li {
	text-align			: left;
	margin-left			: 1em;
}

div#main {
	margin				: 0px;
	margin-left			: auto;
	margin-right		: auto;

	width				: 635px; /* 930px;*/
	
	height				: 870px; /*100%;*/
	background-image	: url('/images/back_be.png');
	background-position	: center top;
	background-repeat	: no-repeat;
}

div#left {
	float				: left;
	width				: 20.7em;
}

div#middle {

	margin-left			: 0.7em;
	margin-right		: 0.7em;
	float				: left;

	width				: 20.7em;
}

div#right {
	width				: 20.7em;
	float				: left;
}

h1 span#first {
	color				: #000000;
}

h1 span#city {
	color				: #FFFFFF;
	margin-left			: 126px;
	text-align			: center;
	display 			: block;
	text-decoration		: underline;
}

