#header {
	height: 200px;
	width: 800px;
}
#content {
	width: 800px;
	background-image: url(content_bg.gif);
	background-repeat: repeat-y;
	float: left;
}
#footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 800px;
	clear: left;
}
#contentl {
	float: left;
	width: 245px;
}
#contentr {
	margin-left: 245px;
	font-size: 16px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}
.headerlogo {
	float: left;
	margin-top: 48px;
	margin-left: 200px;
}
.leftcolumnlogo {
	float: left;
	margin-left: 60px;
	margin-top: 15px;
}
