@font-face {font-family: AnchorSteam;	src: url('AnchorSteamNF.ttf');}


body
{
	font-size:14px;
	font-family:Verdana;
	color:white;
}

p.p{
text-indent:1em;
}

p.p:first-letter { font-size: 1.3em; font-weight: normal }

.imgclass
{
	float:right;
	width: 104px;  
	height: 104px;
	margin:30px 0px;
	background-color:#ffffff;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.5;
  }
  
.imgclass2{
	margin:10px 90px;
	background-color:#ffffff;
	border:1px solid black;
	
}
	
#header h1{
	font-family:AnchorSteam;
	text-align:center;
}

#container{
	height : 1160px;
	margin: 0 auto;
	text-align: left;
	width: 650px;
	background:  url(../images/back2.jpg) repeat-x ;
}

#header{
	top : 0px;
	height : 90px;
	border: solid 2px; 
}

#content{
	
	top: 90px;
	height : 650px;
	
	/*background: #94C5EB url(../images/back.jpg) repeat-x;*/
}

#footer{	
	height : 125px;
	border: solid 2px;
	color:white;
}



#navigation {
	font-family:Sans-Serif;
	font-size:14;
	float: right;
	width : 150px;
	position: relative;
	right : 0px;
}

#photos img {
  display: none;
}

#photos .show {
  display: inline;
}

p.flip
{
margin:0px;
padding:5px;
text-align:center;
background:white;
border:solid 1px #c3c3c3;
}




