/* set the page background color and margins. */
body {
	margin: 20px;
	background: #ffffff;
}

/* set the page font formatting. */
body, p, div, td {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 1em;
	color: #000000;
}

#contentContainer {
	width: 800px;
	height: 700px;
}

	#logo {
		background: url('../images/commadelimited.gif');
		float: left;
		width: 258px;
		height: 170px;
	}

	#content {
		text-align: left;
		float: left;
		height: 170px;
		background: #ffffff;
		width: 482px;
	}

		h1 {
			font-size: 1.5em;
		}

		#text {
			width: 450px;
			height: 200px;
			/* display: none; */
		}