body {
	width: 100%;
	background: #111;
	color: #555;
	font-family: Verdana, serif;
}
#header, #menu, #content, #footer {
	width: 70%;
	border-right: 5px solid #333;
	border-left: 5px solid #333;
	background: black;
}
a {
	text-decoration: none;
	color: #777;
}
label {
	font-size: 14;
	letter-spacing: 2px;
	font-variant: small-caps;
	display: block;
}
input {
	background: none repeat scroll 0 0 #333;
	border: none 0;
	color: #777;
}
h1 {
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 3px;
	background: #111;
	font-variant: small-caps;
	padding: 10px;
	text-align: left;
}
h2 {
	background: #111;
	text-align: left;
}
h5 {
	font: 15px Arial small-caps;
	background-color: #222;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
textarea {
	text-align: left;
}
#header {
	padding: 1em 0;
}
#menu {
	display: table;
	border-bottom: 5px solid #333;
}
#content {
	min-height: 800px;
	text-align: center;
	padding: 1em 0;
}
#footer {
	border-top: 5px solid #333;
	padding: 5px 0;
	text-align: center;
	font-size: 80%;
}
#footer *{
	margin-left: 3em;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	padding: 0 1em;

}
#footer a:hover {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
#txt {
	line-height: 1.2em;
	white-space: pre-wrap;
	padding: 1em 0;
	font-size: 85%;
	background: #111;
}
#txt a {
	border-bottom: 1px dotted #777;
}

#auth form {
	width: 200px;
	text-align: left;
}
#auth form div {
	margin-bottom: 5px;
}
#submit {
	margin-top: 8px;
}
#pagination {
	width: 100%;
	text-align: right;
	background: black;
}
#pagination * {
	background: #111;
	text-align: center;
	width: 25px;
	height: 15px;
	border:1px solid #444;
	display: inline-block;
}
#boxes {
	display: table;
	margin-top: 1em;
}
#boxes div {
	float: left;
	margin: 0 1em;
}
#boxes a {
	margin: 10px 0;
	letter-spacing: 1px;
	font-size 90%;
	font-family: Sans-Serif, Serif;
	display: block;
}
#slideshow {
	position:relative;
	height:400px;
	width: 600px;
	margin: auto;
	padding: 1em 0;
}
#slideshow IMG {
	padding: 1em 0;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#data {
	display: table;
}
#data > div {
	float: left;
	margin: 1em;
}
#data > div > div {
	display: block;
}
#data_all{
	text-align: left;
}
#data_all label {
	display: inline;
	letter-spacing: 0;
	font-variant: normal;
}
#data_all > div {
	margin-left: 2em;
}
.gallery{
	display: inline-block;
	width: 160px;
	min-height: 160px;
	margin: 0.5em;
	background: #111;
	border: solid 1px #444;
	text-align: left;
}
.gallery a {
	display: table-cell;
	height: 160px;
	width: 160px;
	vertical-align: middle;
	text-align: center;
}
.gallery label {
	display: inline;	
	font: 12px Arial;
	letter-spacing: 0;
}
.gallery div {
	margin-left: 1em;
}
.box {
	border: 3px double #777;
	padding: 5px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}
.border {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.error {
	background-color: #222;
	color: #999;
	padding: 10px 0;
	margin: 1em 0;
}
/* lightbox fix */
#jquery-lightbox {
	background-color: transparent;
}

