/* CSS Document */

	.body
		{
		margin: 0; 
		padding: 0;
		}
	.page {
		position: absolute;
		left: 10px;
		top: 5px;
		width: 800px;
	}
	.topbar {
		position: absolute;
		top:0px;
		width: 629px;
		left: 0px;
		padding: 2px;
		background-color: #D8DADA;
	}
	.topbartext {
		font-family: arial, helvetica, sans-serif;
		font-size: xx-small;
		font-weight: normal;
		color: #000000;
	}
	.header {
		position: absolute;
		top: 15px;
		left: 25px;
	}
	.content {
		position: absolute;
		left: 50px;
		top: 180px;
	}
	.footer {
		position: absolute;
		bottom: -70px;
		left: 25px;
		border-style: solid;
		border-color: #DEDEDE;
		border-width: 1px 0px 0px 0px;
		padding-top: 5px;
	}