body {
	background-color: #000;
	font-size: 12px;
	font-family: lucida, "lucida sans unicode", sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
	text-align: center;
}

form div {
	clear: left;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

img {
	border: 0;
}

input, textarea {
	width: 15em;
	border: 1px solid;
	border-color: #666 #ddd #ddd #666;
	padding: 2px;
	font-size: 13px;
	font-family: lucida, "lucida sans unicode", sans-serif;
}

input.button {
	width: 5em;
	margin-left: 10em;
	padding: 0;
	color: #000;
	background-color: #fff;
	border-color: #ddd #666 #666 #ddd;
	cursor: pointer;

}

input.nearto {
	margin-left: .5em;
}

input:focus, textarea:focus, input.sffocus, textarea.sffocus {
	color: #000;
	background-color: #ddd;
}

label {
	float: left;
	width: 10em;
}

li {
	list-style-type: square;
	margin-left: 10px;
}

p {
	margin: 10px;
}

table {
	border: 0;
	margin: 10px;
}

a:link {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

a:active {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}

#nav {
	position: absolute;
	width: 400px;
	top: 0;
	right: 50px;
}

#sidelogo {
	position: absolute;
	width: 75px;
	height: 385px;
	top: 0;
	left: 0;
}

#sidelogo[id] {
	background-image: url('/img/focus.png');
}

#content {
	margin: 0 auto 0 75px;
	text-align: left;
	width: 800px;
	padding-top: 50px;
}

#aboutbox {
	color: #000;
	background-color: inherit;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	margin-right: 360px;
	width: 350px;
}

#aboutbox * {
	position: relative;
}

#aboutbox a:link {
	color: #666;
	background-color: inherit;
}

#nextprev {
	margin: 5px;
}

#nextprev p {
	margin: 0;
	padding: 0 25px 0 25px;
}

#picext {
	width: 750px;
	height: 300px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#comments {
	width: 300px;
	margin: 0 10px 20px 20px;
	display: none;
}

#add {
	margin: 0 10px 0 20px;
	display: none;
}

#piclist {
	float: right;
	width: 200px;
	height: 410px;
}

#footer {
	position: relative;
	height: 50px;
	bottom: 25px;
	right: 75px;
	font-size: 11px;
	text-align: right;
	padding: 20px;
	margin-top: 35px;
}

.typeheader {
	width: 150px;
}

.titletext {
	font-size: 14px;
	font-weight: bold;
}

.bigpicbox {
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #fff;
}

.littlepicbox {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
}

.archivepicbox {
	float: left;
	height: 80px;
	width: 80px;
	margin: 2px;
	border: 2px solid #fff;
}

.commentheader {
	font-size: 11px;
}