* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}

body {
	font-family: Baskerville, "Palatino Linotype", "Times New Roman", serif;
	font-size: small;
	line-height: 150%
}

em {
	font-family: Baskerville, "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted black;
}

	a:hover {
	color: #5e9ee3;
	}

#content {
	height: 450px;
	margin: 50px 0px 0px 27px;
	padding-left: 23px;
	background: url('shadow.jpg') no-repeat;
	float: left;
}

#img {
	float: left;
	margin-right: 350px;
	display: inline;
	}

#thumbs {
	float: left;
	width: 720px;
	margin-right: 350px;
	display: inline;
	}
		#thumbs img {
		padding: 0px;
		display: block;
		float: left;
		}
	
#text {
	float: left;
	width: 300px;
	margin-left: -300px;
	display: inline;
	}
	
		
	#text h1 {
	font-family: rockwell, Chunk5;
	font-size: x-large;
	line-height: 100%;
	padding: 3px;
	}
	
	#text .description {
	padding: 30px 0px 30px 0px;
	}
	
	.comments {
	text-align: right;
	}

#comments {
	float: left;
	width: 300px;
	margin-left: -300px;
	display: none;
	z-index: 200;
	background-color: white;
	}
	
	.comment {
	padding-bottom: 10px;
	}

.copy {
	font-family: Arial, sans-serif;
	font-size: x-small;
	padding-top: 40px;
	color: #ccc;
}
		
.nav {
	width: 300px;
	list-style: none;
	padding: 10px 0px 10px 0px;
}
	
	.nav a {
	text-decoration: none;
	border: 0px;
	font-weight: bold;
	}

	.nav li {
	padding: 0px 15px 0px 0px;
	display: inline;
	float: left;
	}

		.nav li img {
		width: 70px;
		height: 70px;
		}

form {
	padding: 20px 0px 20px 0px;
	margin-top: 10px;
}

label {
	width: 60px;
	padding-bottom: 5px;
	text-align: left;
	float: left;
}

.input {
	padding: 0px 0px 10px 0px;
}

	.input input {
	width: 220px;
	margin-left: 10px;
	padding: 5px;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
	.input textarea {
	width: 230px;
	background: #f9f9f9;
	margin: 5px 0px 0px 10px;
	padding-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.post {
	padding-left: 70px;
	list-style: none;
}

	.post li {
	display: inline;
	}
	
	.post input {
	background: white;
	width: 110px;
	padding: 0px;
	font-family: Baskerville, "Palatino Linotype", "Times New Roman", serif;
	font-weight: bold;
	}
	
	.post input:hover {
	color: #5e9ee3;
	cursor: pointer;
	}
	
a.prev {
	color: black;
	text-decoration: none;
	font-size: large;
	float: left;
	border-bottom: none;
}

a.next {
	color: black;
	text-decoration: none;
	font-size: large;
	float: right;
	border-bottom: none;
}

.close {
	padding-left: 40px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	cursor: pointer;
}

.frame { width: 800px; height: 580px; position: relative; overflow: auto; white-space: nowrap; font-size: large; }
.frame p { text-align: right; position: relative; top: 25px; display: inline; }
.frame img { height: 530px; display: inline; margin-right: -10px; }