html, body
{
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: #c98803;
	background-image: url("top_background.png");
	background-repeat: repeat-x;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#logo img
{
	border-style: none;
}
#content
{
	margin-top: 93px;
	margin-left: 30px;
	padding: 14px;
	background-color: #fde0a0;
	background-image: url("content_background.png");
	background-repeat: repeat-x;
	border-left: solid 1px #392701;
	min-height: 300px;
}
#content_shadow_right
{
	margin-right: 260px;
	padding-right: 32px;
	background-image: url("content_shadow_right.png");
	background-position: top right;
	background-repeat: repeat-y;
}
#content_shadow_bottom
{
	height: 20px;
	margin-left: 30px;
	margin-right: 292px;
	background-image: url("content_shadow_bottom.png");
	background-repeat: repeat-x;
}
#content_top_left
{
	position: absolute;
	z-index: 5;
	top: 91px;
	left: 24px;
	width: 16px;
	height: 125px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
#content_top_right
{
	position: absolute;
	z-index: 5;
	top: 91px;
	right: 260px;
	width: 43px;
	height: 125px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: -16px -32px;
}
#content_bottom_left
{
	z-index: 5;
	margin-top: -27px;
	margin-left: 24px;
	width: 30px;
	height: 32px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content_bottom_right
{
	z-index: 5;
	float: right;
	width: 30px;
	height: 32px;
	margin-top: -27px;
	margin-right: 280px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: -20px bottom;
}
#sidebar
{
	position: absolute;
	top: 91px;
	right: 0px;
	width: 276px;
	z-index: 10;
	background-image: url("objects.png");
	background-repeat: repeat-y;
	background-position: top right;
}
#sidebar_content
{
	padding: 20px 36px 0px 10px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: -76px -57px;
}
#sidebar_bottom
{
	height: 25px;
	background-image: url("objects.png");
	background-repeat: no-repeat;
	background-position: -76px -32px;
}
h2.title a, h2.title a:hover, h2.title a:visited
{
	color: #392701;
	text-decoration: none;
}
div.sidebar_box
{
	border: solid 1px #785a00;
	text-align: center;
	font-size: 12px;
	margin: 6px;
	line-height: 1.4em;
	padding: 6px;
}
div.sidebar_box h4
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	margin: 4px 6px 2px 6px;
	border-bottom: solid 1px #785a00;
}
div.comment
{
	clear: both;
	font-size: 14px;
	margin: 5px 30px 10px 30px; 
	padding: 10px;
	border: solid 1px #685a00;
	background-color: #edd090;
	line-height: 1.4em;
}
img.avatar
{
	width: 60px;
	height: 60px;
	margin: 4px;
}
.error, .yvalidator
{
	text-align: center;
	margin: 0px 50px 10px 50px;
	font-weight: bold;
	color: #800000;
}

