body {
	background: #EDFFE6;
	border: 0px;
	padding: 0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

#site {
	width:736px;
	font: 12px arial;
	margin: 0px auto;
	position: relative;
	line-height: 166%;
}

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
border: 1px solid black
}

textarea
{
width: 100%;
margin:0px auto;
border: 1px solid black;
}

form img
{
float:right;
margin: 10px 0 0 0
}

input#submitbutton
{
margin-left: 10em
}

#site_title {
	height:144px;
	font: 78px impact;
	text-align: center;
	left: 144px;
}

#header {
	height:144px;
	position:relative; 
	top:0px;
	left:0px;
}

#logo {
	display: block;
	float: left;
	width:144px;
	height:144px;
	background-image: url(images/lbendslogo.png);
	background-repeat:no-repeat;
	border: 0px;
	padding: 0px;
}

#spacer_header {
	display: block;
	width: 592px;
	height: 36px;
	background-image: url(images/spacer_header.png);
	background-repeat:no-repeat;
	border: 0px;
	padding: 0px;
	position: absolute;
	top:108px;
	left:144px;
}

#sidebar {
	position: absolute;
	text-align: left;
	top:144px;
	left:0px;
	font: 18px arial,sans-serif;
}

#sidebar ul {
	font-size:80%
}

#select {
	font-size:50%
}

#spacer_sidebar {
	width: 144px;
	height: 12px;
	background-image: url(images/spacer_sidebar.png);
	background-repeat:no-repeat;
	border: 0px;
	padding: 0px;
}
#content {
	width: 592px;
	position: absolute;
	top:144px;
	left:144px;
}
#newspost {
	position: relative;
	margin-top:4px;
}

#guestbook_post {
	position: relative;
	margin-top:4px;
}

#spacer_post {
	width: 592px;
	height: 12px;
	background-image: url(images/spacer_post.png);
	background-repeat:no-repeat;
	border: 0px;
	padding: 0px;
}

.image_screenshot {
	width: 320;
	height: 240;
}

#guestbook_title {
	width: 592px;
	text-align: center;
	font: 30px arial;
}

#font_post_title {
	width: 458px;
	text-align: center;
	font: 30px arial;
}

#font_post_content {
	width: 458px;
	text-align: left;
	font: 12px arial;
	line-height: 166%
}

#font_guestbook_content {
	width: 592px;
	text-align: left;
	font: 12px arial;
	line-height: 166%
}

#font_post_info {
	width: 134px;
	position: absolute;
	top:0px;
	left:458px;
	text-align: right;
	font: 12px arial;
	line-height: 166%
}

#image_avatar {
	display:inline;
	position: absolute;
	left: 458px;
	top: 0px;
	width: 134;
	height: 134;
}

#font_guestbook_author {
	text-align: left;
	font: 12px arial;
	line-height: 166%;
	font-weight: bold
}

#font_guestbook_date {
	position: absolute;
	top: 0px;
	width: 592px;
	text-align: right;
	font: 12px arial;
	line-height: 166%;
	font-weight: bold
}

a img {
margin: 0;
padding: 0;
border: none;
border-style: none
}

img {
margin: 0;
padding: 0;
border: none;
border-style: none
}

.backbutton {
	content:url("webgfx/subsecprev.png");
	background: url("webgfx/subsecprev.png");
	background-repeat:no-repeat;
	height:46;
	width:28;
	min-width: 28px;
	min-height: 46px;
	max-width: 28px;
	max-height: 46px;
}
.nextbutton {
	content:url("webgfx/subsecnext.png");
	background: url("webgfx/subsecnext.png");
	background-repeat:no-repeat;
	height:46;
	width:19;
	min-width: 19px;
	min-height: 46px;
	max-width: 19px;
	max-height: 46px;
}
.download {
	content:url("webgfx/download.png");
	background: url("webgfx/download.png");
	background-repeat:no-repeat;
	width:60;
	height:30;
	min-width: 60px;
	min-height: 30px;
	max-width: 60px;
	max-height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.thumbnail {
	display: inline;
	width:28;
	height:46;
}
.screenshot {
	float: left;
	width:320;
	height:240;
	max-width: 320px;
	max-height: 240px;
}