body {
	margin:0;
	background-color: #aaaaaa;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.spacer {
	clear: both;
	height: 1px;
}

#pageContent {
	width:100%;
	text-align: center;
}

#contentBox {
	margin: 0 auto 15px auto;
	width: 731px;
	text-align: left;
	background-color: #d2d2d2;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #707070;
	border-top-color: White;
}

	#headline {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}

		.bigNumber {
			font-size: 18px;
		}

	#introCopy {
		background-color: #e5e5e5;
		padding: 5px 25px;
		border-top: 2px solid #707070;
		border-bottom: 1px solid White;
		margin-bottom: 21px;
	}

	#sidebar {
		float: left;
		display: inline;
		position: relative;
		width: 179px;
		height: 623px;
		background-color: #e5e5e5;
		border-width: 2px 1px;
		border-style: solid;
		border-color: #707070;
		margin-left: 13px;
		text-align: center;
		font-size: 12px;
		background-image: url(rackmount.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		line-height: 14px;
	}

		.sidebarHeadline {
			margin: 12px auto 0 auto;
		}

		#sidebar ul {
			margin: 8px 0;
			padding: 0 8px 0 20px;
			text-align: left;
		}

		#sidebar li {
			margin: 4px 0;
		}

		#rackmount {
			position: absolute;
			bottom: 0;
			left: 0;
		}

	#screenshot {
		float: right;
		display: inline;
		width: 537px;
		margin: 0; /* for IE5/Mac */
	}
	
	#templateBox {
		float: right;
		clear: right;
		display: inline;
		margin-top: 21px;
		margin-right: 27px;
		width: 325px;
		height: 115px;
		border-width: 1px 1px 2px 1px;
		border-style: solid;
		border-color: #707070;
		background-color: #e8e8e8;
		font-size: 11px;
		background-image: url(templateScreenshot.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		padding-right: 160px;
	}

		.templateBoxHeadline {
			margin: 12px 0 0 10px;
		}
	
		#templateScreenshot {
			float: right;
			display: inline;
			width: 160px;
			margin: 0;
		}
		
		#templateBox ul {
			margin: 6px 0 -4px 0;
			padding: 0 8px 0 20px;
			text-align: left;
		}

		#templateBox li {
			margin: 4px 0;
		}
		
	#testimonials {
		clear: both;
		margin: 10px 15px 10px 10px;
	}
		
	#testimonials td {
	 	font-style: italic;
	}
	
		.byline {
			font-weight: bold;
			font-size: 11px;
		}
		
	.smallPrint {
		margin: 10px auto;
		font-size: 11px;
	}