@charset "utf-8";
/* CSS Document */
* {
  font-family: 'gill sans', 'Arial', 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
}
img {
  float: left;
	padding: 10px;
}
html, body {
	
	height: 100%;
  margin: 0;
	
  padding: 10px;
	 background: powderblue;
/*  background-image: linear-gradient(white, #00bfff );*/
}
header {
  width: 90%;
  height: 150px;
  margin: auto;
  border: 5px ridge grey;
}
navbar {
  width: 90%;
  height: auto;
  /*	margin: auto;*/
/*  border: 10px dotted #EC0816;*/
}
navbar ul {
  font-size: 18px;
  text-align: center;
}
navbar ul li {
  display: inline-block;
}
navbar ul li a {
  text-decoration: none;
  padding: 8px;
}
h1 {
    padding: 30px;
    /*  border: 2px solid powderblue;*/
    color: #80000B;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
    font-size: 36px;
}
h2 {
  text-align: center;
  padding: 4px;
	 color: #000080;
}
h3 {
  padding: 2px;
  text-align: center;
	   color: #000080;
}
h4 {
  
  text-align: center;
	   color: black;
}
p {
  color:darkblue;
}
footer {
  width: 90%;
  height: auto;
  margin: auto;
/*  border: 5px dotted #EC0816;*/
}
stuff {
  background: antiquewhite;
  /*	position:relative ;*/
  /*	left:150px;*/
  width: 180%;
  height: auto;
  margin: auto;
/*  border: 5px dotted blue;*/
}
bottomdiv{
	margin:auto;
/*	border: 10px dotted #EC0816;*/
	background:red;
}
bottomdiv p {color: antiquewhite;
	font-size: 60%;
}
/* unvisited link */
a:link {
  color: #000080;
}
/* visited link */
a:visited {
  color: #000080;
}
/* mouse over link */
a:hover {
  color: #0000FF;
}
/* selected link */
a:active {
  color: green;
}
.galley {
  height: 100%;
  width: 100%
}
.contact p {
  text-indent: 10px
}
.contact p img {
  vertical-align: middle;
}
