body {
	font-family: Iowan Old Style;
	color: black;
	background-color: white;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}

#cont{
	margin-top: auto;
	margin-bottom: auto;
	width:100%;
	height:auto;
	vertical-align: center;
}

nav {
	z-index:4;
        position:fixed;
margin-top: 10%;


}

#nav ul {
	text-decoration: none;
	list-style-type: none;
	
}

#nav li{
	font-size: 20px;
	font-family: Iowan Old Style;
	color:#999;
}

#nav a{
	text-decoration: none;
	color:#999;
position:relative;
}

#nav a:hover{
color: black !important;

}

span.current_page{
	font-style: normal;
	color: black !important;
}

#welcome_text{

color: black;
width: 50%;
font-size: 20px;
float: right;
margin: 11% 15% auto auto;

}

#small_logo{
	width: 18%;
	display: block;
	margin-left: 1%;
	margin-right: auto;
	margin-top: 1%;
position:fixed;

	
}

#logo {
	margin: 0% 0% 0% 0%;
	float: left;
	position: fixed;
	z-index: -1;

}

#images_container{
width:60%;
margin-right:5%;
margin-top:5%;
float:right;

}

.schiff{
	width: 30%;
	margin: 1%;

}


#dog{

width:96%;
margin-top: 8%;

}

footer{
	font-size: 14px;
	color: #777;
	text-align: left;
	position:absolute;
   	bottom:0;
  	width:15%;
margin-left:2%;
position:fixed;
}		

footer a {
	text-decoration:none;
	color: #777;
}