@charset "utf-8";
/* CSS Document */

/*
 * These are the style rules specific to the Copyright page
*/

#content {
	height: 330px;
}

#content h1 {
	margin: 0;
}

#content p {
	margin-top: 5px;
	margin-bottom: 20px;
}

#leftColumn {
	width: 300px;
	height: 100%;
	float: left;
}

#rightColumn {
	width: 535px;
	height: 100%;
	float: right;
}
