*{
	
}

body{
	margin: 0 auto;
	padding: 20px 0;
	line-height: 20px;
	font-family: Opensans, Arial, sans-serif;
	font-size: 14px;
	background-image: url(/iwov-resources/images/backgrounds/page-background.png);
	background-color: #E7E7E7;
}

h1{
	font-size: 28px;
	line-height: 1.2;
}

h2{
	font-size: 18px;
}

.header{
	width: 100%;
	height: 70px;
	display: block;
	margin: 10px auto;
	background: #000 url(/iwov-resources/images/logos/full-logo.png) no-repeat;
	border-bottom: 10px solid #C00;
}

.container{
	background-color: #FFF;
	padding: 20px;
}

.outterContainer{
	margin: 0 auto;
	padding-left:15px;
	padding-right: 15px;
}

.no-bottom-margin *{
	margin-bottom: 0;
}

.footer{
	padding: 0 15px`;
	margin: 20px 0 50px;
	height: 20px
}

.footer a{
	text-decoration: none;
	margin: 0 6px 20px 0;
}

.footer .floatLeft span{
	margin: 0 6px 20px 0;
}

.floatLeft p,
.floatLeft a,
.floatLeft span,
.floatRight p,
.floatRight a,
.floatRight span{
	display: inline-block;
  color: #999 !important;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 767px){
	.outterContainer{
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 991px){
	.outterContainer{
		max-width: 750px;
	}
}

@media screen and (min-width: 992px){
	.outterContainer{
		max-width: 900px;
	}
}