@charset "utf-8";

* {margin: 0;
}

#wrapper {
	min-height: 100%;
	position: relative;
	margin: 0 auto -100px;
}
 h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
 }
 
html, body {
	background-color: #66CCFF;
	height: 100%;
}
.nav {
	background-color: #ff9966;
	color: #4D4D4D;
	position: fixed;
	width: 100%;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	
	}

.nav a {color: #4d4d4d;
}

.nav li {background-color: #ffffff;
		margin: 5px;
		color: #4d4d4d;
		border-radius: 2px;
}

.active { background-color: #4d4d4d;
}

.header {
	background-color: #fff;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	padding-top: 55px;
	padding-bottom: 3px;
	text-align: center;
}

.header img {
	display: inline;
}


.article img {
	margin: auto;
} 

.article {
	background-color: #fff;
	border-radius: 2px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
}

.article-small {
	background-color: #fff;
	border-radius: 2px;
	margin: 20px;
	padding: 15px;
}

footer {
	background-color: #fff;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	height: 100px;
	padding: 50px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.push {
	height: 100px;
}

#content { padding-bottom: 150px;
}
 
.first p { background: #fff;
}

.bottom {
	margin-bottom: 100px;
}