#container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#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;
}
#ael {
	float: left;
	margin-right: 10px;
}
.video {
	background-color: #CD7706;
	padding: 10px;
	width: 500px;
}
#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;
}
.page {
	padding: 5px;
	float: none;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.footer {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #999999;
	background-color: #CCCCCC;
}
body {
	background-color: #FF9900;
}
#highlight {
	background-color: #FFFF99;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.bonus {
	background-color: #FFC;
	width: 500px;
}
