html, body{
	background: #ffffff url(../img/main-bg.jpg) left top repeat-x;
	font-size: 11px;
	font-family: Arial;
	color: #6a6a6a;
}

a{
	color: #D10018;
}

#mainContainer{
	width: 1000px;
	margin: 0px auto;
	background-color: #ffffff;
}

h3{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
	clear: both;
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #B20519;
}

em{
	font-weight: bold;
}

.contentTxt ul,
.contentTxt p{
	margin-bottom: 10px;
}
.contentTxt ul{
	padding-left: 30px;
}
.contentTxt ul li{
	list-style-type: disc;
}
.contentTxt table{
	border-collapse: collapse;
	margin-top: 10px;
}
.contentTxt table td{
	border: 1px solid #dddddd;
	padding: 2px;
}
.contentTxt img{
	padding: 2px;
	border: 1px solid #dddddd;
}




/* ******************* HEADER ************************ */
#header{
	background: transparent url(../img/header-bg.jpg) center top no-repeat;
	height: 208px;
	position: relative;
	overflow: hidden;
}
#header.header-gb{
	background-image: url(../img/header-bg-gb.jpg);
}
#header #homeLink{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 300px;
	height: 150px;
	overflow: hidden;
	line-height: 99em;
}
#header #aftesLink{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 114px;
	height: 140px;
	overflow: hidden;
	line-height: 99em;
}
#breadCrumb{
	position: absolute;
	top: 180px;
	left: 40px;
}
#breadCrumb li{
	display: inline;
	color: #ffffff;
}
#breadCrumb li a{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#header h1{

}
#subHeader{
	margin-top: 165px;
	height: 43px;
	background: transparent url(../img/subheader-bg.png);
}
#header h1{
	background: transparent url(../img/subheader-baseline.png);
	width: 318px;
	height: 23px;
	position: absolute;
	top: 175px;
	right: 30px;
	overflow: hidden;
	line-height: 99em;
}
#header h1.header-h1-gb{
	background-image:url(../img/subheader-baseline-gb.png);
	width: 365px;
}




/* ******************* FOOTER ************************ */
#logo-gl-events { position:absolute; bottom:2px; left:2px; height:40px; }

#footer{
	text-align: center;
}


/* ******************* LEFT COL ************************ */
#leftCol{
	width: 234px;
	float: left;
	background: #e7e9ea url(../img/leftCol-bg.png) left bottom no-repeat;
	min-height: 450px;
	position:relative;

}
#leftCol .wrap{
	background: url(../img/leftCol-bg-shadow.png) left top repeat-x;
	overflow: hidden;
}
#mainMenu{
	text-transform: uppercase;
	font-size: 12px;
	clear: both;
}
#mainMenu li{
	margin: 2px;
}

#mainMenu li.form a{
	font-weight: normal;
	text-transform: none;
}

#mainMenu a{
	text-decoration: none;
	color: #5c6970;
	display: block;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

#mainMenu a:hover,
#mainMenu .act a{
	color: #d10018;	
	background: #ffffff url(../img/mainMenu-active-bg.png) 10px 10px no-repeat;
}

#langSwitch{
	padding-top: 25px;
	margin-bottom: 25px;
}
#langSwitch ul{
	overflow: hidden;
	margin-left: 35px;
}
#langSwitch li{
	display: inline;
}
#langSwitch li a{
	display: block;
	float: left;
	padding: 5px;
	padding-left: 35px;
	border: 1px solid #d2d2d2;
	text-decoration: none;
	color: #6a6a6a;
}

#langSwitch li.fr a{
	background: transparent url(../img/flag-fr.png) 10px center no-repeat;
	border-right: none;
}

#langSwitch li.gb a{
	background: transparent url(../img/flag-gb.png) 10px center no-repeat;
}

#langSwitch li.active a,
#langSwitch li.gb a:hover,
#langSwitch li.fr a:hover{
	background-color: #ffffff;
}

/* ******************* MAIN CONTENT ************************ */
#mainContent{
	overflow: hidden;
}
#mainCol{
	width: 580px;
	padding: 20px;
	float: left;
	background: url(../img/mainCol-bg.png) left top repeat-x;
}



#rightCol{
	width: 146px;
	float: left;
	padding-top: 20px;
	background: url(../img/mainCol-bg.png) left top repeat-x;
	overflow: hidden;
}
#sponsors{
	padding-top: 20px;
}
#sponsors li{
	margin-bottom: 10px;
}


.description{
	padding: 10px 0px;
}

.description ul{
	margin-left: 10px;
	padding-left: 10px;
}
.description li{
	list-style-type: disc;
}