body {
	margin: 0;
	padding: 10px 0 0 0;
	background: #3D3F40;
}

#doc {
	width: 600px;
	min-width: 600px;
}

/* Header */
#hd a {
	display: block;
	background-image: url("../images/smoothysmooth.gif");
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 1px;
	color: #3D3F40;
	text-indent: -10000px;
	width: 600px;
	height: 75px;
}
h1 {
	margin: 0;
	padding: 0;
}

/* Body */
#content {
	margin-bottom: 20px;
	padding: 50px;
	background-color: #000;
	color: #B2B2B2;
	/*text-align: center;*/
}

#subcontent {
	background-color: #000;
	height: 75px;
}

#content img { border: none; }

#prev,
#photoinfo,
#next { float: left; }

#prev,
#next {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
}

#prev a:link,
#prev a:visited,
#next a:link,
#next a:visited {
	display: block;
	background-image: url("../images/overlay_prevnext.png");
	font-size: 1px;
	color: #3D3F40;
	text-indent: -10000px;
	width: 75px;
	height: 75px;
}

#prev a:hover { background-image: url("../images/hover_prev.png"); }
#next a:hover { background-image: url("../images/hover_next.png"); }

#photoinfo {
	padding: 5px 15px;
	color: #B2B2B2;
	width: 450px;
	height: 75px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 420px;
	height: 65px;
}
html>#photoinfo {
	width: 420px;
	height: 65px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 131%;
}

#photoinfo p { margin: 0 0 1em 0; }

#enterText {
	margin-top: 2em;
	text-align: right;
	font-size: 2em;
	font-weight: bold;
}

#enterText a:link,
#enterText a:visited,
#enterText a:hover,
#enterText a:active {
	color: #FFF;
	text-decoration: none;
}
#enterText a:hover { color: #999; }

/* Footer */
#ft {
	padding: 10px 0;
	color: #000;
	text-align: center;
}

#ft a:link,
#ft a:visited {
	color: #000;
	text-decoration: underline;
}
#ft a:hover {
	color: #B2B2B2;
	text-decoration: none;
}

#ft ul {
	margin: 0;
	padding: 0;
}
#ft ul li {
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline;
	list-style-type: none;
	border-left: 1px solid #000;
}
#ft ul li.first {
	border-left: none;
}