html, body {
	background: url(img/tlo.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	height: 101%;
}

#header {
	height: 150px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 1024px;
}

#banner {
	height: 20px;
	overflow: hidden;
	position: relative;
	background-size: 1px 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 1024px;
}

#container {
	background-color: #fff;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: block;
	width: 1024px;
	text-align: left;
}

#menu {
	width: 220px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#main {
	background-color: #fff;
	min-height: 70%;
	width: 550px;
	display: block;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-left: 220px;
	margin-right: 220px;
}

#links {
	width: 220px;
	float: right;
	clear: right;
	overflow: hidden;
	text-align: center;
	height: 550px;	
}

#footer {
	height: 50px;
	width: 1024px;
	clear: both;
	background-image: url(img/banner.jpg);
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.box{
	width: 520px;
	margin: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: 0px 0px 10px #090;
	border-style: solid;
	border-width: 1px;
	border-color: #090;
	}

dt {
	color: #000;
	text-decoration: none;
	font-size:19px;
	background: url(img/menu.png) no-repeat center;
	line-height: 1.5;
	text-align: center;
	font-size: 18px;
	}

dd{
	color: #000;
	text-decoration: underline;
	}
	
.menulink {
	color: #000;
	text-decoration: none;;
	}
	
	
/***********************************************************/
	
dt:hover{
	cursor: pointer;
	color: #F00;
	}	
	
a:hover{
	color: #f00;
	}
	
a {
	color: #000;
	}
	
a img  {
	border: 0;
	}
	
.galery{
	opacity: 0.65;
	}
	
.galery:hover{
	opacity: 1;
	}
	
.animated {
	position: absolute; top: -17;
	width: 100%;
	text-align: center;
	font-weight: bold;
	}	
	
.centeredimage {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	}
	
.centered{
	text-align: center;
	}
	
.colourhighlight{
	color: #0A0;
	font-weight: bold;
	font-size: 105%;
	}
	
.highlight{
	font-weight: bold;
	font-size: 105%;
	text-transform: uppercase;
	}
	
.bold{
	font-weight: bold;
	}
	
.quote{
	font-style: italic;
	font-weight: bold;
	}	
.quote:before{
	content: ",,";
	}	
.quote:after{
	content: "''";
	}
	
.italic{
	font-style: italic;
	}
	
.head1{
	font: normal bold 125% sans-serif;
	text-align: center;
	}

.right{
	text-align: right;
	}
	
.smallcaption {
	font-size: 75%;
	margin-top: 0;
	}
	
.underline {
	text-decoration: underline;
	}
	

