
	.navi {
		position: absolute;
		width: 172px;
		margin-right:0px;
		margin-top:60px;
		padding : 12 6 10 8;
		border: 1px solid #AAAAAA ;
		overflow: hidden;
		font-size:x-small;
		line-height:120%;
		background-color: #cfb;
		}

	.body {
		position: absolute;
		width: 720px;
		margin-top:60px;
		margin-left:180px;
		border-right:1px dotted #999;
/*		border-left:1px dotted #999; */
		overflow: hidden;
		}

	.title {
		position: absolute;
		margin-top:20px;
		margin-left:250px;
		width: 690px;
		color:#00aa00;
		font-size:x-small;
	}

	.logo {
		position: absolute;
		width: 500px;
	}


.pict {
	background-color: #FFF;
	border: 1px solid #CC9900;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.photoarea {
	background: #FFF;
	border: 1px solid #ccc;
	float: left;
/*	width: 250px;
	height: 250px; */
	width: 230px;
	height: 150px; 
	margin: 0px 8px 8px 0px;
	padding: 4px;
	line-height: 120%;
	font-size: 90%; 
	color: #000;
	overflow:auto;
	overflow-y:auto;
	}


.photo {
	float: left;
	background: #FFF;
	border: 1px solid #99AA88;
	padding: 4px;
	}

