body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px 0px 10px;
}
h2{
	font-size: 14px;
}
h6{
	font-size: 14px; /*heading inside tables*/
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px 0px 10px;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 5px;
}
blockquote{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 5px;
}
table{
	margin-bottom: 10px;
}
td{
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
form{
	margin: 0px;
	padding: 0px;
}

/*divs
---------------------------------------------*/

#container{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#content{
	width:100%;
	padding-left:0px;
}
#programme{
	right:0px;
	left:auto;
}
#title{
	height:auto;
}
#title a{

}
#hero{

}
#rotating{
	display:none;
}
#margin{

}
#links{
	display:none;
}
#images{
	font-size: 9px;
}
#images p{
	padding-bottom: 5px;
}
#terms{
	display:none;
}
#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B82A6;
	height: 20px;
	margin-top: 10px;

}
#copyright{
	float: right;

}
/*menu
---------------------------------------------*/

#menu{
	display:none;
}

.thumb{
	float:left;
	margin-right: 5px;
	height: 125px;
	width: 90px;
}
.thumbnails{
	padding: 0px;
	border: 1px solid #EBE9ED;
	overflow: hidden;
	height: 80px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	display:block;
	margin: 0px;
	text-align: center;
}
.thumbnails:visited{
	text-decoration: none;
}
.thumbnails:hover{
	border: 1px solid #7188A4;
}

/*misc
---------------------------------------------*/

.clear{
clear:both;
}
.chair {
	font-size: 16px;
}
.border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;

}