body {
	color: #222;
	font: 18px/30px Georgia, serif;
	width: 960px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	padding: 0 20px;
}


::selection { background: #ddd; color: #000; text-shadow: none; }
::-moz-selection { background: #ddd; color: #000; text-shadow: none; }

h1,h2,h3 {
font-weight: 800;
font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
	color: black;
}

header {

	height: 50px;

}

.header	{
    position: fixed;	
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #2455c3;
}

.logo {
	margin: 0;
	position: relative;
	top: 0px;
	z-index: 2;
}

.logo a {
	background: left top no-repeat;
	display: block;
	width: 960px;
	height: 305px;
	color: #fff;
	font-size: 54px;


}

.cover {
	background: #fff url(../images/logoWEB.jpg) 50% no-repeat;
	height: 210px;
/*	margin-top: -83px;*/
	color: #fff;
	font-size: 30px;
/*	position: relative;*/
	z-index: 1;

}

.cover p {
	margin: 0;
	bottom: 0;
	top: 0;
	font-size: 24px;

}
.post-header {
	text-align: left;
}

.post-header h2 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.post-title {
	font-size: 30px;
	line-height: 56px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: -2px;
	margin: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.cover p:first-child {
font-weight: bold;
font-size: 36px;

}

.menu1 {
	background: #3D7B99;
	padding: 5px;
	color: white;
	width: 120px;
	height: 60px;
	border-radius: 5px;
}

.global-footer {
	color: #787878;
	font-size: 14px;
	text-align: right;
	padding: 15px 10px;
}

.certificate {
	
	max-width: 300px;
	padding: 5px;
}

.pre-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.reviews {
	list-style: none;
	padding-left: 0;
/*	overflow: hidden;*/
}

.reviews li {
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.reviews li:before {
	content: '"';
	color: #bb3825;
	font-size: 60px;
	font-style: italic;
	position: absolute;
	top: 20px;
	left: 0px;
}

.reviews blockquote {
	font-style: italic;
}

.review-byline {
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 8px;
}

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}