body {
	margin: 0px;
	background: #ebedfc;
	font-family: arial, sans-serif;
}

#container {
	position: relative;
	margin: 10px auto 0px auto;
	width: 900px;
	height: 560px;
	background: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;
	border: solid 1px #CCC;
}

#yellowbar {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 111px;
	min-height: 320px;
	background: #eff1a4;
	text-align: center;
}

#content {
	position: absolute;
	top: 157px;
	left: 131px;
	width: 745px;
	min-height: 360px;
	border: solid 1px #bbbbbb;
}

#content p, #content li, td{
	margin: 10px;
	font-size: 11pt;
}

#content #heading1{
	font-size: 16pt;
}

#copyright p{
	margin: 5px;
	font-size: 9pt;
	position: absolute;
	bottom: 10px;
}

#anchor {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

td { vertical-align: top; }

#footer {
	position: absolute;
	top: 530px;
	left: 111px;
	width: 789px;
	height: 30px;
	text-align: center;
	background: #686D8A;
}

#clearall {
	clear: both;

}

#footer p, #footer a{
	font-size: 10pt;
	color: white;
	margin: 5px auto 2px auto;
}
