body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
html, body{ 
	width: 100%;
	height: 99%;
}

#header {
	background: #fff;
	height: 90px;
} 
.logo{
	margin-top: 20px;
}

h1{  
	font-size: 24px;	
	text-transform: uppercase;
	margin: 30px 0 30px;
}
.wrapper{
	width: 980px;	
	margin: 30px auto;
	position: relative;

}
.article{
	position: relative;
	margin-bottom: 20px;
}

.article h2{  
	position: absolute;
	z-index: 1;
	top: 0;
	right: 20px;
	font-size: 20px;
	padding: 15px	;
	text-transform: uppercase;
	color: #fff;
	background: #006ab3;
}


#fb a{
	position: absolute;
	z-index: 1;
	right: 35px;
	top: 90px;	

}
#fb p{
	position: absolute;
	padding: 15px 61px 15px 15px;	
	z-index: 1;
	top: 65px;	
	right: 20px;
	color: #fff;
	font-size: 15px;	
	background: #006ab3;
}
.article p {
	left: 0px;
	margin-top: 20px;
	background: #fff;
}
.wrapper p a{
text-decoration: none;
color: black;
}
.wrapper p a:hover{
color: #006ab3;
}

#main img{
	width: 100%;
	display: block;
}
#footer {
	height: 50px;
    clear: both; 
    position: relative;

}
#footernav{
list-style: none;
padding: 0;
position: absolute;
top: 50%;
 margin-top: -8px;
}
#footer .wrapper {
    border-top: 1px solid #CCC;
    height: 50px;
}


#footernav li a {
text-decoration: none;
color: black;
font-size: 12px;
font-weight: bold;   
}
