* {
	margin: 0px;
	padding:0px;
}
body {
	background-color:#FFF;
}
#bigone {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#title {
	width: 1000px;
	height: auto;
	font-family: "Courier New", Courier, monospace;
	text-align:center;
	font-size: 14px;
	color: #000000;
}
.name {
	font-size:22px;
	line-height: 1.1em;
	}
.info, a .info {
	font-size:16px;
	text-decoration:none;
	line-height: 1.3em;
	color:#000000;
	}
.photolines {
	width: 1000px;
	margin-top: 3px;
	text-align:center;
	}
.photolines img {
	border:none;
	margin: 0;
	top: 0;
	}
	
