@charset "utf-8";
#portraits {
	position:relative;
	height:400px;
	
}

#portraits img {
	position:absolute;
	top:-379px;
	left:8px;
	z-index:8;
	border-style: outset;
	border-width: thick;
	border-color:#000;
	width: 358px;
	height: 480px;
}

#portraits img.active {
    z-index:10;
}

#portraits img.last-active {
    z-index:9;
}

#landscapes {
	position:relative;
	height:400px;
	
}

#landscapes img {
	position:absolute;
	top:257px;
	left:878px;
	z-index:8;
	border-style: outset;
	border-width: thick;
	border-color:#000;
	width: 448px;
	height: 262px;
}

#landscapes img.active {
    z-index:10;
}

#landscapes img.last-active {
    z-index:9;
}


#textDiv1 {
	position:absolute;
	left:403px;
	top:114px;
	width:747px;
	height:232px;
	z-index:12;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: sans-serif;
	font-size:24px;
}

#header  
	{background-color: #004080; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	color: #ffffff;}
	
#footer {
	position: absolute;
	background-color: #87CEFA;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	left: 522px;
	top: 464px;
}
	
body {
	background-color:#87CEFA;
}
