body
{
	background-color: #06071d;
	background-image: url("backgrounds.png");
	background-repeat: repeat-x;
	background-position: 0px -204px;
}

#menu
{
	margin: 116px 30px 0px 30px;
	height: 39px;
	background-image: url("backgrounds.png");
	background-repeat: repeat-x;
	background-position: 0px -39px;
	overflow: hidden;
}
#menu ul
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li
{
	padding: 0px;
	margin: 0px 5px 0px 5px;
	float: left;
	list-style-type: none;
	height: 31px;
	margin-top: 8px;
	line-height: 31px;
}
#menu ul li a
{
	display: block;
	height: 31px;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover
{
	background-image: url("backgrounds.png");
	background-repeat: repeat-x;
	background-position: 0px -85px;
	color: #000000;
}
#menu_left, #menu_right
{
	background-image: url("backgrounds.png");
	background-repeat: no-repeat;
	height: 39px;
	width: 17px;
}
#menu_left
{
	float: left;
	background-position: -16px 0px;
}
#menu_right
{
	float: right;
	background-position: 0px 0px;
}

#content_container
{
	background-color: #b2b7b2;
	margin: 0px 30px 0px 30px;
}
#content_container_bottom
{
	background-color: #d0d9d1;
	margin: 0px 30px 0px 30px;
	height: 15px;
}
#content
{
	background-color: #d0d9d1;
	margin-right: 250px;
	padding: 10px;
	min-height: 500px;
}
#sidebar_bottom
{
	float: right;
	background-color: #b2b7b2;
	width: 233px;
	height: 15px;
}
#content_container_corner_right, #content_container_corner_left
{
	background-image: url("backgrounds.png");
	background-repeat: no-repeat;
	width: 17px;
	height: 15px;	
}
#content_container_corner_right
{
	float: right;
	background-position: -43px -15px;
}
#content_container_corner_left
{
	float: left;
	background-position: -43px 0px;
}
#bottom
{
	height: 30px;
}

#sidebar
{
	position: absolute;
	top: 160px;
	right: 31px;
	width: 250px;
}
.sidebar_box_top, .sidebar_box_bottom
{
	background-image: url("backgrounds.png");
	background-repeat: no-repeat;
	height: 9px;
}
.sidebar_box_top
{
	background-position: 0px -126px;
}
.sidebar_box_bottom
{
	background-position: 0px -117px;
}
.sidebar_box
{
	width: 232px;
	margin: 10px;
	background-color: #a0a0a0;
}
.sidebar_box_content
{
	padding: 0px 9px 0px 9px;
	font-size: 12px;
	overflow: hidden;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: none;
	width: 165px;
	height: 89px;
}

img.avatar
{
	border: solid 1px #000000;
	margin: 4px;
}

div.ylabel
{
	clear: left;
	float: left;
	height: 30px;
	width: 180px;
	margin-top: 4px;
	margin-left: 10px;
	line-height: 30px;
}

div.comment
{
	margin-left: 50px;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #808080;
	background-color: #c8cdd0;
	overflow: hidden;
}

