/*  THIS IS THE STYLE SHEET FOR "Photographs by V.M.Laube, 1"*/

html, body 
	{
	margin: 0; padding: 0; 
	}
	

body {
    position: relative;
    min-height: 100vh;
    background-color: #495F5F 
	}

#top /*main div for whole page, horizontally centered*/
	{
	position: relative;
	width: 1024px;
	padding-top: 1px; padding-bottom: 0; padding-right: 0; padding-left: 0;  
	margin-top: -1px; margin-bottom: 0; margin-right: auto; margin-left: auto;	
		/* padding-top and margin top take care of Opera bug that 'lowers page' if fed a long page */
	border: none;	
	background: transparent;
	}



#logo  /* image-replacement div, with h1 (for actual text) and image-containing span */
    	{
     	position: relative;
     	width: 520px;
     	height: 160px;
     	margin-top: 16px; margin-right: auto; margin-bottom: 0px; margin-left: auto;
		padding: 0;
     	text-align: center;
     	overflow: hidden;
     	background: transparent;
     	border: none;
     	}

				
		#logo h1 
			{			
			padding: 0; 
			text-align: center;
			margin-top: 50px; 
			margin-bottom: 6px;
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: 29px; 
			font-weight: normal;
			color: #DCD7B0; /*#8A3404;*/
			}
	
		#logo h2
			{
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: 14px;
			text-align: center;
			font-weight: normal;
			color: #DCD7B0; /*#8A3404;	*/
			margin-top: 16px; 
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;				
			line-height: 130%;
			text-decoration:none;
			outline: none;
			padding: 0;
			}					

	
#main  /* main div*/
	{
	position: absolute;
	background: #495F5F url("images/1.jpg") no-repeat;
	width: 800px;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	min-height: 1200px;
	}




* html #main {height: 1200px; /* min-height for IE5 */}

			
