html,body {
    width: 100%;
    height: 100%;
	margin: 0px;
    padding: 0px;
	overflow-y:scroll;
	}
	
::-webkit-scrollbar { 
    display: none; 
	}


a 	{
    text-decoration: none;
	color:#330000;

	}


a:visited {
	color:#330000;
}

a:hover {
    color: blue;
}

h1	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:67px;
	font-weight:400;
	line-height:56px;
	display:inline;
	color:#330000;
    
	
}

h2	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:24px;
	font-weight:400;
	line-height:20px;
	display:inline;
	color:#330000;
}

h4	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:24px;
	font-weight:400;
	line-height:20px;
	display:inline;
	color:#330000;
	text-align:center;
	    font-style: italic;


}

.fix a{
	position:fixed;
	z-index:10;
	}

#back
	{
		top:0px;
	 	right:1%;
		position:absolute;
	}

#header {
	left:10px;
	position:relative;
	float:left;
	min-width: 550px;
	height:350px;
	background-color:;
	min-width: 550px;
}

#menu {
	left:40px;
	top:194p x;
	right:0px;
  	max-width: 500px;
  	min-width: 100px;
	position:relative;
	float:left;
	display:inline;
}

#photo {
	position:relative;
	float:left;
	background-color:;	
}

.photo {
	padding:10px;
}

#fill {
	height:194px;
}


.back2{ 
	display: none;
}
.back1:hover .back2{
	display:inline;
}

.portrait {
	width:400px;
	height:auto;
	padding:10px;
	
}

.hide {
	cursor:help;
}

#show {
	position:fixed;
	top:20%;
	left:250px;
	width:50%;
	height:auto; 
	display:none;
	width:50%;
	cursor:alias;
	background-color: white;
    border: 20px solid white;
	z-index: 100;

}

.right {
		position: absolute;
	    font-style: italic;
	    right: 0px;
}

.landscape {
	width:600px;
	height:auto;
	padding:10px;
	
}
