* {
	margin: 0; 
	padding: 0;
}

::-moz-selection {
	background: #cec6c2;
}

html, body {
	height: 100%;
}

body {
	background: #4d4d4d;
	color: #4d4d4d;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

a {
	color: #000;
}

p, h3 {
	margin: 1em 0;
	max-width: 100%;
}

h3 {
	font-size: 12px;
}

h4 {
	display: inline;
}

td {
	vertical-align: top;
}

ul {
	margin-left: 1.5em;
}

#center {
	background: white;
	border-collapse: collapse;
	margin: auto auto;
	height: 100%;
	position: relative;
	width: auto;
	
}

td.left {
	background: url(images/bg_left.jpg);
	width: 12px;
}

td.right {
	background: url(images/bg_right.jpg);
	width: 12px;
}

#headline {
	background: url(images/headline.jpg) no-repeat;
	height: 80px;
}

#headline a span {
	display: none;
}

#headline h1 a {
	display: block;
	width: 100%;
	height: 70px;
}

#navi {
	padding-right: 10px;
	margin: 0;
	text-align: right;
}

#navi a {
	color: #4d4d4d;
	text-decoration: none;
}

#additional {
	padding: 5px 25px;
}

#pic img {
	position: relative;
	z-index: 2;
}

#pic {
	position: relative;
	z-index: 1;
}

#next, #prev {
	display: block;
	font-family: georgia, times new roman, serif;
	font-style: italic;
	height: 100%;
	letter-spacing: 0.2em;
	position: absolute !important;
	text-decoration: none;
	width: 48%;
	z-index: 280 !important;
}

#next {
	right: 0;
}

#prev {
	left: 0;
}

#next span, #prev span {
	display: none;
	_display: block;	/* FUCK IE6!! */
	background: white; 
	cursor: pointer;
	padding: 4px 8px;
	position: absolute;
	top: 10px;
	_top: 0px;			/* FUCK IE6!! */
	z-index: 100;
}

#prev span {
	left: 0;
}

#next span {
	right: 0;
}

#next:focus, #prev:focus {
	outline: none;
}

#prev:hover span, #next:hover span {
	display: block !important;
}

#comments {
	max-width: 350px;
}

#comments ul {
	list-style: none;
}

#comments ul li {
	border-left: 3px solid #8e8e8e;
	margin: 0 0 2em 0;
	padding-left: 6px;
}

#comments fieldset {
	border: 1px solid #8e8e8e;
	padding: 0 25px 25px 25px;
	_margin-right: 20px;
}

#comments textarea, #comments input {
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#comments textarea {
	background: #F9F9F9 url(images/bg_textarea.jpg) repeat-x bottom;
	height: 114px;
	margin-right: 10px;
	width: 100%;
}

#comments input {
	background: #F9F9F9 url(images/bg_input.jpg) repeat-x bottom;
	width: 190px;
}

#comments legend {
	background: white;
	font-weight: bold;
	padding: 0 10px;
	margin-left: -10px;
}

#comments input.button {
	width: auto;
}

#footer {
vertical-align: bottom;
}

#footer p {
	border-top: 1px solid #8e8e8e;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
}

.column {
	width: 50%;
}
