@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

html {
	height: 100%;
	background: black;
	background-image: url(images/BG-repeater-down.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}	

body {
	height: 100%;
	background-image: url(images/BG-logo.png);
	background-position: center 400px;
	background-repeat: no-repeat;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 261px;
	background-image: url(images/banner.jpg);
	padding: 80px;
	box-sizing: border-box;
}

a img {
	border: none;	
}

#page-image {
	width: 900px;
	height: 459px;
	margin: 0 auto;
	padding-top: 20px;	
}

.home {
	background-image: url(images/home-image.jpg);	
}

.mission {
	background-image: url(images/mission-image.jpg);	
}

.what {
	background-image: url(images/what-image.jpg);	
}

.contact {
	background-image: url(images/contact-image.jpg);	
}

#nav {
	width: 900px;
	padding-left: 30px;	
	height: 35px;
	background-image: url(images/button-banner.jpg);
}

#nav a {
	margin-right: 20px;
	text-decoration: none;
	color: black;
	line-height: 35px;
	font-size: 110%;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	width: 900px;
	border-top: dotted white 3px;
	border-bottom: dotted white 3px;
	margin: 0 auto;
	padding: 30px;
}

#copyright {
	width: 100%;
	font-size: 80%;
	color: white;
	margin-top: 20px;
	text-align: center;
}

p {
	color: white;
	font-size: 115%;
	padding-bottom: 15px;	
}

p a {
	color: white;	
}

.yellow {
	color: #FDE152;	
}

h1 {
	font-size: 130%;
	color: #FDE152;	
	padding-bottom: 20px;
}

h2 {
	font-size: 120%;
	color: #FDE152;
	padding-bottom: 15px;	
}