body {
	font: 0.85em/1.55em Helvetica, Arial, sans-serif;
	color: #222;
	background: #d0d0d0;
	margin: 0;
	border-top: 10px solid #2a49ae;
}

img a {
	border: none !important;
}

h1 {
	line-height: 130%;
	font-size: 170%;
	color: #2a49ae;
}

h2 {
	line-height: 100%;
	font-size: 100%;
	color: #2a49ae;
}

a {
	color: #2a49ae;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.content {
	background: #fff;
}

.container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

#header #logo img {
	height: 130px;
	display: block;
	margin-bottom: 40px;
}

#header {
	position: relative;
}

#header h1 {
	font-size: 250%;
	position: absolute;
	top: 30px;
	left: 30%;
}
#header h2 {

	position: absolute;
	top: 90px;
	left: 30%;
}

div.left {
	float: left;
	width: 25%;
	color: #888;
}

.navifull {
	padding: 0;
	margin: 0 0 20px;
	line-height: 30px;
	border-top: 3px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.navifull li {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.navifull a {
	color: #2a49ae;
	display: block;
	text-decoration: none !important;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
}

.navifull > li > a:hover, .navifull > li.active > a {
		font-weight: bold;
}

.navifull ul {
	margin: 20px;
	text-align: center;

}

#main {
	margin-left: 30%;
	margin-bottom: 40px
}

#main > h1 { margin-top: 100px; }

#footer {
	clear: both;
	display: block;
	font-size: 90%;
	color: #fff;
}

#footer img {
	max-width: 100%;
}

.fr { float: right; }

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

header.withslider {
	background: url(../img/slider/left.png) no-repeat left 105px;
}   









 
   