html {
	color: #525252;
	font: 14px/26px "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	background: url(../images/content-bg-pattern.gif) repeat;
}

.content-wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 120px;
	padding-left: 30px;
	padding-right: 30px;
}

.content-wrapper .logo {
    margin-left: -4px;
}

.content-wrapper h1 {
	font: 36px "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 90px;
}

.content-wrapper h3 {
	font: 20px "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 21px;
	margin-top: 56px;
}

.content-wrapper p {
	font: 15px "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.8;
	margin-bottom: 25px;
}

.content-wrapper p strong {
    font-weight: 600;
}




.clearfix {
	clear: both;
}

.displaynone {
	display: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}
