div {
	margin: 0;
	padding: 0;
}

div.page {
	margin: 0 auto;
	width: 744px;
}
div.header, div.content, div.footer, div.primary, div.secondary {
	width: 100%;
	display: inline;
	float: left;
}
div.header {
	margin: 0 0 2px;
	border-bottom: 4px solid #78ae07;
	position: relative;
	z-index: 110;
}
div.branding-logo {
	margin: 30px 0 0;
	width: 341px;
	display: inline;
	float: left;
	text-align: center;
}
div.content {
	background: #efefef;
}
div.primary {
	padding: 0 30px 0 33px;
	width: 340px;
	display: inline;
	float: right;
}
div.sidebar {
	width: 341px;
	display: inline;
	float: left;
	background: #fff url(../i/design/div_solutions.gif) repeat-y 0 0;
}
div.secondary {
	margin: 0;
	border-top: 3px solid #000;
	background: #fff url(../i/design/div_secondary.gif) repeat-y 0 0;
}
div.solutions {
	background: #fff url(../i/design/div_solutions.gif) repeat-y 0 0;
}
div.column {
	margin: 1px 0 0;
	width: 156px;
	width: 201px;
	display: inline;
	float: left;
}
div.secondary div.first-child {
	width: 341px;
}
div.secondary div.last-child {
	width: 247px;
	width: 202px;
}
div.solutions div.last-child {
	width: 403px;
}
div.footer {
	margin: 2px 0;
	padding: 1px 0 0;
	border-top: 2px solid #838383;
	border-bottom: 4px solid #78ae07;
	background: #fff;
}
body.about div.content {
	background: #efefef url(../i/design/div_content.gif) repeat-y 0 0;
}