html {
	height: 100%;
}

body {
	font: 11px/1.8em Verdana, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #989898;
	background-color: black;
	height: 100%;
}

.error {
	font-weight: bold;
	color: red;
}

.confirm {
	font-weight: bold;
	color: green;
}

#container {
	position: fixed;
	background-image: url(../images/backline.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	z-index: -2;
}

#header {
	z-index: 1;
	display: block;
	top: 0px;
	min-width: 700px;
}

#header #userstatus {
	text-align: right;
	font-size: x-small;
	float: right;
	display: inline;
	position: relative;
	padding: 10px;
}

#header #userstatus a {
	color: white;
}

#header #userstatus a:hover {
	color: blue;
}

#header #userstatus .error {
	font-weight: bold;
	color: red;
}

#header #userstatus .confirm {
	font-weight: bold;
	color: green;
}

#header #title {
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	display: inline;
	float: left;
	clear: left;
}

#header #navbar {
	min-width: 700px;
	background-position: 1px -800px;
	background-repeat: repeat-x;
	background-image: url(../images/backline.png);
	color: white;
	text-shadow: 1px 1px 1px #b8b8b8;
	word-spacing: 10px;
	font-size: large;
	position: relative;
	text-align: center;
	clear: both;
	padding: 10px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header #navbar a {
	color: white;
}

#header #navbar a:hover {
	color: black;
}

#content {
	height: 100%;
	top: 0px;
	display: block;
	position: relative;
	clear: both;
}

#content #photonav {
	font-size: xx-small;
}

#content #label {
	font-weight: bold;
	text-align: right;
}

#content #text {
	height: inherit;
	padding: 20px;
	display: block;
	position: relative;
	background-image: inherit;
}

#content #text a {
	color: white;
}

#content #text a:hover {
	color: blue;
}

#content #text p {
	text-indent: 30pt;
	text-align: left;
}

#content #text h2 {
	text-align: left;
}

#content #text #left {
	position: absolute;
	display: inline;
	left: 20px;
	width: 300px;
}

#content #text #center {
	position: absolute;
	display: inline;
	left: 350px;
	width: 500px;
}

.date {
	text-align: right; 
	font-size: xx-small; 
	font-family: monospace;
	color: white;
}

#content #text #forum {
	position: absolute;
	display: inline;
	height: inherit;
	padding-bottom: 50px;
	left: 350px;
	max-width: 700px;
}

#content #text #forum .topic {
	background-position: 1px 0px;
	background-repeat: repeat-x repeat-y;
	background-image: url(../images/backline.png);
}

#content #text #adminOpts .baseLvl {
	font-size: small;
	background: none; 
	border: none; 
	cursor: pointer;
	color: white;
}

#content #text #forum .date {
	text-align: right; 
	font-size: xx-small; 
	font-family: monospace;
	color: white;
}

#content #text #forum .body {
	font-size: small;
}


#content #text #right {
	position: absolute;
	display: inline;
	left: 900px;
	width: 250px;
}

#footer {
	font-size: xx-small;
	text-align: center;
	display: block;
	position: fixed;
	min-width: 800px;
	width: 100%;
	bottom: 10px;
	z-index: -1;
}

/*iframe {
	display: none;
}*/