html, body {
	margin: 0;
	padding: 0;
	font-size: 67.5%;
	font-family: Arial;
	background: url(../images/background.jpg) #000 repeat-x;
}
#wrapper {
	background: #000;
	width: 950px;
	margin: 0 auto;
}
#primary-content {
	margin: 0 auto;
	width: 907px;
}
#header {
	background: #CCC url(../images/header.jpg) no-repeat;
	width: 907px;
	height: 613px;
	display: block;
	margin: 0 auto;
}
#content-top, #content-bottom {
	width: 907px;
	height: 18px;
	display: block;
	margin: 0;
}
#content {
	width: 907px;
	background: #000 url(../images/content-background.gif) no-repeat;
	height: 625px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.tri-sections {
	width: 260px;
	border-right: 1px solid #CCC;
	height: 625px;
	display: block;
	float: left;
	padding: 0 25px 0 15px;
}
.tri-sections.last {
	border-right: none !important;
}
.clear {
	clear: both;
	width: 100%;
	height: 10px;
}
