@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(/images/layout/people_bg.jpg);	
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#fefefe;
}

.content1 {
	position: absolute;
	left: 294px;
	top: 27px;
	width: 275px;
	height: 600px;
	/*guideline addition*/
	height:400px;
	overflow:auto;
}

.content2 {
	position: absolute;
	left: 591px;
	top: 27px;
	width: 275px;
	height: auto;
	/*guideline addition*/
	height:400px;
	overflow:auto;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 204px;
	background-color: #1a1a1a;
}

#container {
	/*guideline addition*/
	background-image:url(/images/layout/people_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}