#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}




#head {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.image {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.imageleft {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 25px;
}
#ael {
	float: left;
	margin-right: 10px;
}

#agenda {
	border: 1px dotted #999999;
	float: left;
	width: 350px;
	padding: 5px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.body {
	padding: 5px;
	float: none;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/transparent.png);
}
#banner_bg {
	background-image: url(images/bg_head4.png);
	height: 195px;
	width: 780px;
}

body {
	background-color: #000000;
	background-image: url(images/bg_picture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.footer {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999999;
	background-color: #CCCCCC;
}
.highlight {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	width: 90%;
	border: thin dashed #333333;
}
