/*body and basic styling of text*/
body {
	padding: 0;
    background-color: #F4F4F4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:center;
}
#page {
    position:relative; 
    padding-left:5px;
	padding-right:5px;
	margin-left: auto;
    margin-right: auto;
}

#photocontainer
{
margin-top:10px;	
background-color:#F4F4F4;
text-align:center;
}
#wrapper
{
margin-top:20px;
text-align:center;
border:groove;
padding:5px;
}


/*image styling*/
.thumbnailsize {
    width: 100px;
    height : auto;
    }

    .thumbnailsize {
    width: auto;
    height : 68px;
    }
    .normalsize {
    width: 240px;
    height : auto;
    }

    .normalsize {
    width: auto;
    height : 167px;
    }


.photodisplay
{
   padding: 10px;
   border: 1px solid #AABAC5;
   background-color: #EEE;
   margin:0 auto;
   
}


