* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 125%;
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 50%;
	background-color: #f5f5f5;
	text-align: center;
	color: #333;
}

/*-------------------------------------------
	Structural
-------------------------------------------*/

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0px;
}

div#headerWrapper {
	background: #6D5C6D;
	height: 153px;
	border-bottom: 1px solid #ccc;
}

div#header {
	width: 760px;
	height: 153px;
	margin: 0 auto;
	background: #6D5C6D;
	color: #fff;
	text-align: left;
}

div#contentWrapper {
	clear: both;
	float: left;
	width: 100%;
	min-height: 400px;
	padding: 0 0 3em 0;
	background-color: #fff;
}

div#content {
	display: block;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

div#contentCol1 {
	float: left;
	width: 196px;
}

div#contentCol2 {
	float: left;
	display: inline; /* fixes IE double-margin bug */
	margin: 37px 10px 0 37px;
	/* margin: 0 10px 0 233px; */
	width: 517px;
}

div.contentCol2ColWrapper {
	float: left;
	border-left: 1px solid #ccc;
	margin: 20px 0 0 0;
	width: 516px;
}

div.contentCol2Col1, div.contentCol2Col2 {
	float: left;
	display: inline; /* fixes IE double-margin bug */
	width: 160px;
	margin: 0 0 0 10px;
}

div.contentCol2Col2 {
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}

html>body div.contentCol2Col2 {
	width: 160px;
}

div.contentCol2Col3 {
	float: left;
	margin: 0 0 0 10px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	width: 135px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 125px;
}

html>body div.contentCol2Col3 {
	width: 125px;
}

div#footerWrapper {
	clear: both;
	border-top: 1px solid #ccc;
	background: #f5f5f5;
	padding: 2em 0;
}

div#footer {
	width: 760px;
	margin: 0 auto;
	color: #ccc;
}