* {
    margin:0px;
    font-family: 'PT Sans Narrow', sans-serif;
}


html {
    
}


body {
	/*background-image: url("img/Backround.jpg");
	background-repeat: repeat;*/
    background-color: #efeeea;
    font-weight:400;
    font-size:14px;
	color: #9e2727;
    line-height: 18px;
    padding:0 4% 0 4%;

}


h1 {
    font-size:36pt;
}

h2 {
    font-size:24pt;
    line-height:24pt;
}

h3 {
    font-size:18pt;
    line-height: 32px;
    margin-bottom:30px;
}

div.MyDiv {


	display:inline-block;
	position:relative;
	
	text-align:center;
	background: #ffffff;
	width:340px;
    height:310px;
margin:5;
    
}



img.thumbnail-portrait {

    position:absolute;
	top:0;
    left:10;
    bottom:0;
    margin:auto;





    z-index:0;
    
}

img.thumbnail-landscape {

    position:absolute;
	top:0;
    left:10;
    bottom:0;
    margin:auto;





    z-index:0;
}


img.thumbnail-portrait:hover, img.thumbnail-landscape:hover {

	border-color: #ffffff;
    opacity:0.85;
    background: black;
    z-index:0;
}


#aboutbtn:hover {
    cursor: pointer;
	
}