html, body {
	height: 100%;
	margin: 0px;
	padding-bottom: -200px
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	background-image: url(images/meetings_gen_layout_10.jpg);
	background-repeat:repeat-y;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
}
#header {
	width: 100%;
	height: 174px;
	background-image:url(images/meetings_gen_layout_01.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
#navigation {
	float: left;
	width: 308px;
}
#middle {
	position: absolute;
	left: 308px;
	top: 174px;
	height: 180px;
	width: 228px;
	min-height: 180px;
	background-image: url(images/meetings_gen_layout_03.jpg);
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	left: 334px;
	top: 162px;
	width: 532px;
	min-height: 400px;
	padding-right: 40px;
	height: 2161px;
}
.imgright {
	float: right;
}
