#wrapper {

margin-left:auto;
margin-right: auto;width: 800px;

}

 
#content {width: 100%;

position: absolute;

} 


div#container {
	margin: 0 auto;
	width: 800px;
	border: 1px solid black;
}

	div#header {
		float: left;
		width: 798px;
		text-align: center;
		margin-top: 30px;
	}

	div#content {
		float: left;
		width: 798px;
	}
	
	div#apology {
		float: left;
		width: 700px;
		height: 25px;
		border-top: 1px solid gray;
		border-bottom: 1px solid gray;
		background-color: lightgray;
		margin: 0 0 20px 50px;
		text-align: center;
		line-height: 25px
	}
	
	div.clear {
		clear: both;
	}
	
span.cap {
	font-size: 14pt;
}

	div#info {
		width: 700px;
		margin: 30px 0 25px 50px;
		text-align: center;
		font-family: 'trajan pro', arial, verdana, 'times new roman'; 
	}
