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

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

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



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

#contentbar .content {
	margin: 0 5px 0 100px;
}



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

#sidebar-photograph {
	background-color: #000;
	background-image: url("../images/site/sidebar_photograph_background.gif");
	background-repeat: repeat-y;
}





