	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background: #999999;
	}
	
	.header {
		position: absolute;
		margin-top: 90px;
		width: 754px;
		height: 43px;
		left: 9px;
		top: 61px;
	}
	
	.bg {
		width: 747px;
		height: 800px;
		margin-left: 4px;
		}
		
	.logo {
		position: absolute;
		margin-top: 26px;
		margin-left: 10px;
		width: 107px;
		height: 107px;
		left: 16px;
		top: 23px;
	}
	
	.content {
		position: absolute;
		margin-top: 190px;
		margin-left: -1px;
		height: auto;
		line-height: 150%;
		width: 748px;
		padding-bottom: 3em;
		background-color: #e1e1e1;	
		border-left: solid thin #000000;
		border-right: solid thin #000000;
	}
	
	.cont {
		position: relative;
		left: 170px;
		padding-top: 40px;
	 	width: 450px;
		height: auto;
	}
	
	.footer {
		position: relative;
		top: 5em;
		width: 750px;
		height: 100px;
		font-size: 93%;
		line-height: normal;
		left: -1px;
		text-align: center;
		padding-bottom: 30px;
	}

	.hd{
		position: absolute;
		width: 750px;
		height: 137px;
		margin-left: 99px;
		margin-right: 100px;
		left: -88px;
		top: 17px;
	}
	
	.navbar{
		position: absolute;
		margin-top: 200px;
		margin-left: 10px;
		width: 74px;
		height: 39px;
		left: 43px;
		top: -33px;
	}

	h4 {
		color: #750000;
		font-size: 16px;
	}
	
	.note {
		color: #000000;
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
	}
