html, body {
	border:0;
	padding:0;
	margin:0;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:400px;
}

#measurer {
	position:absolute;
	top:-2em;
	left:0;
	width:100%;
}

#container {
	position:relative;
	min-width:950px;
	_width:expression((document.getElementById('measurer').offsetWidth > 950) ? '100%' : '950px');
}

#lost-text {
	margin-top:3em;
	font-size:1.4em;
	line-height:1.5em;
}

#content-container {
	position:absolute;
	left:250px;
	width:700px;
	top:150px;
	line-height:1.5em;
}

#content {
}

#menu {
	position:absolute;
	left:30px;
	width:200px;
	top:150px;
	margin-bottom:100px;
	font-size:1.1em;
}

#menu li {
	list-style-type:none;
	margin:0;
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:0;
	border-bottom:5px solid #fff;
	border-top:3px solid #fff;
}
	#menu li.obj1 {
		left:-0.7em;
	}

	#menu li ul {
		display:none;
		margin:0;
		padding:0;
		width:100%;
	}
		#menu li li span {
			margin-left:1.2em;
		}

	#menu li.hover {
		background:#ffffe0;
	}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:0.25em;
}

div.photo {
	margin-bottom:2em;
}
	div.photo img {
		border:1px solid #aaa;
		-moz-box-shadow: 1px 1px 10px #999;
		-webkit-box-shadow: 1px 1px 10px #999;
		box-shadow: 1px 1px 10px #999;
	}

p {
	margin:0;
	padding:0;
	padding-bottom:1em;
}

#cp {
	margin-top:10em;
	height:7em;
}

h1 {
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, serif;
	position:absolute;
	margin:0;
	padding:0;
	left:250px;
	top:35px;
	width:600px;
}

h2 {
	margin:0;
	padding:0;
	padding-bottom:0.5em;
}

.author {
	font-style:italic;
}

#add-photo {
	position:absolute;
	right:50px;
	top:45px;
	width:300px;
	z-index:100;
}

#add-photo-form {
	margin-top:5px;
	border:1px dotted #999;
	background:#fcfcfc;
	padding:5px 10px;
	display:none;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
	#add-photo-form div.pad {
		padding-bottom:0.7em;
	}

	#add-photo-form textarea {
		width:20em;
		height:7em;
	}

	#add-photo-form #author {
		width:20em;
	}
	
	#add-photo .inside {
		font-weight: bold;
		font-size: 1.2em;
	}

.noreq {
	color:#999;
}

#container span.inside {
	border-bottom:1px dotted #0055CC;
}

#container-error, #container-thanks {
	position:absolute;
	top:150px;
	left:200px;
	width:500px;
}

.hint {
	color:#999;
	font-size:0.85em;
	font-style:italic;
}

div.error {
	color:red;
}


