#container {
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#container #header {
	height: 208px;
	width: 950px;
}
#container #left {
	position: fixed;
	width: 150px;
	left: 0px;
	top: 208px;
}
#container #content {
	width: 640px;
	top: 213px;
	left: 150px;
	position: absolute;
	padding: 5px;
}
#container #right {
	position: absolute;
	width: 140px;
	left: 800px;
	top: 213px;
	padding: 5px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}
blockquote {
	background-color: #FFFFFF;
	text-align: left;
	display: table;
	width: 140px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	position: absolute;
	top: 213px;
	right: 805px;
}

