	html{
		height:100%;
	}
	body{
		padding:0;
		margin:0;
		font:12px/39px Arial, Verdana, Helvetica, sans-serif;
		color:#000;
		line-height:20px;
		background-color: #e4e4e4;
		height:100%;
		background-image: url(../img/bg.gif);
		background-position: 50% 0%;
		background-repeat: repeat-y;

	}
	img{
		border: 0px;
	}	
	
	a{
	
		color:#96bf0d;
	}
	
	h1{
		color:#96bf0d;
		font-size:18px;
	}
	
	h2{
		color:#333333;
		font-size:14px;
		
	}
	
	h3{
		color:#96bf0d;
		font-size:12px;
		
	}
	
	h4{
		border-bottom: 1px solid lightgrey;
		margin: 0px;
	}

	
	div, h1, h2, h3, p, form, label, input, textarea, img, span{
		margin:0; padding:0;
	}
	

#contact-wrapper {
	width:445px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;

}
#contact-wrapper label {
	display:block;
	float:left;
	font-size: 11px;
	width:auto;
}
form input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size: 11px;
	color:#333;
	width: 435px;
}
form textarea {
	font-size: 11px;

	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	
	width: 435px;
}
	
	
	div.container{
		
		width:795px;
		position:absolute;
		left:50%;
		margin-left:-397px;
		
		
	}
	
		
	#sponsors{
		position:absolute;
		background-color: white;
		width: 231px;
		height:130px;
		
		
		left:0px;
		top:558px;
	
		display: block;		
	}
	
	#banner{
		position:absolute;
	
	
		left:15px;
		top:728px;
	
		display: block;		
	}
	.header{
		padding:0;
		margin:0;
		color:#000;
	}
	
	ul.nav{
		margin:0; 
		padding:0; 
		list-style-type:none;
		width:231px;
		position:absolute;
		left:0px;
		top:260px;
	
		display: block;

	}
	
	ul.nav li{
		float:left;
		
		background-image:url(../img/btn_background.png);
		background-position:-20px;
		background-repeat:no-repeat;
		
		text-align:right;
		width:100%;
		margin:0;
		padding:0;
		display:block;
		color:white;
		font:normal 13px/39px Arial, Verdana, Helvetica, sans-serif;
		border-bottom:1px solid #fff;
		height:32px;
		line-height: 30px;
		

	}

	
	div.content{
		width:505px;
		position:relative;
		left:270px;
		/*top:255px;*/
		top:5px;
		height:100%;
		line-height: 22px;
	}
	
	ul.nav li.active{
		background-color: #b4b4b4;
		
	}
	

	.small{
		background-color: #eeeeee;
		font-size: 11px;
		padding:20px;
	}


	
	table.programme{

		background-color:#ffffff;
		width: 100%;
		
	}
	table.programme .left{
		font-weight:bold;
		text-align:right;
		vertical-align:"top";
		color:white;
    	background-color: #96bf0d;
    	border-bottom: 1px solid #f2f1f6;
    	padding: 5px;
	}
	table.programme td{
		border-bottom: 1px solid #f2f1f6;
		padding: 5px;
		padding-right: 0px;
		
	}
	table.programme td.grey{
		background-color: #f2f1f6;
		
	}