#contentContainer #content {
	height: 320px;
	float: right;
	position: relative;
	padding: 9px 5px 0px 14px;
	margin: 20px 20px 0px 0px;
	background: url('../../images/content-bevel.gif') no-repeat 0 0;
}

#sidebarContainer {
	width: 200px;
	float: left;
	display: block;
	position: relative;
	padding: 19px 5px 15px 15px;
	height: 362px;
	overflow: hidden;
	margin: 0;
}

#bevel{
	position: absolute;
	height: 330px;
	width: 26px;
	padding: 0;
	right: -14px;
	margin: -9px 0 0 0;
	background: url('../../images/content-bevel-end.gif') no-repeat 0 0;
}

* html #bevel{
	right: -15px;
}

#flashcontent{
	margin-top: 4px;
	height: 310px;
}

* html #flashcontent{
	top: 15px;
}
