/*
	Override Stylesheet
*/

#second-photo {
       position: relative; 
       margin-left: auto; 
       margin-right: auto; 
       z-index: 1; 
       overflow: visible;
       border: 1px solid dimgray;
       width: 800px; height: 536px;
}

#second-photo-vert {
       position: relative; 
       margin-left: auto; 
       margin-right: auto; 
       z-index: 1; 
       overflow: visible;
       border: 1px solid dimgray;
       height: 800px; width: 536px;
}

#infotext-frame p {
	color: dimgrey;
	}

#infotext-frame p:first-line {
	color: dimgrey;
	}

a, h2 a:hover, h3 a:hover {
	color: #BB3300;
	text-decoration: none;
	}

#top-title {
        padding: 0 20px
        }
