/******************************************************************//*
	PAGE LAYOUT
*//******************************************************************/
#contentbar {
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar {
	float: right;
	width: 540px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	background-image: url("../images/site/sidebar_wide_background.gif");
	background-repeat: repeat-y;
	line-height: 17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
}

/* Again, "be nice to Opera 5". */
body>#sidebar {
	width: 540px;
}



/******************************************************************//*
	CONTENT BAR ELEMENTS
*//******************************************************************/
#contentbar .content-title {
	margin: 0 0 10px 0;
}
#contentbar .content {
	clear: both;
	margin: 0 0 0 100px;
}



/******************************************************************//*
	SIDEBAR ELEMENTS
*//******************************************************************/
#sidebar-end {
	background-image: url("../images/site/sidebar_wide_bottom.gif");
	background-repeat: no-repeat;
	background-align: bottom;
	height: 40px;
}
