/* CSS Document */

body{
	margin:0px;
	margin-top:10px;
	background-color:#CCCCCC;
}

#header{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

* html #header{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#menupnl{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	left:0px;
}

* html #menupnl{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	top:-20px;
}

#container{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #EAD2AE;
}

* html #container{
	position:relative;
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	top:-29px;
	border: 2px solid #EAD2AE;
}

#copyright{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.phototext{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

td.thumbnail{
	text-align: center;
}

td.thumbnailtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	background-color: #FFFFFF;
	height:30px;
	vertical-align: middle;
}

.text{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFF99;
	font-weight: bold;
}
a.pagelink:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
a.pagelink:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
a.pagelink:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0099FF;
	text-decoration: none;
}


