#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	overflow: visible;
	border-collapse: collapse;
}
#header {
	background-image: url(header.jpg);
	width: 900px;
	height: 120px;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}
#content {
	width: 900px;
	border: 1px solid #003366;
}
#content p {
	padding: 30px;
}
