#container {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	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;
	background-color: #CCCCCC;
}
.image {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#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: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.body {
	padding: 5px;
	float: none;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
body {
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.footer {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999999;
	background-color: #CCCCCC;
}
.details {
	background-color: #CCCCCC;
	border: 1px dotted #666666;
}

