div#main {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background: url(/img/bg-main.gif);
	position: relative;
}

/* The large picture panel, left */
div#infopanel {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 290px;
	text-align: center;
}

/* The container for the two pieces of content on the right */
div#maincontent {
	margin: 0 0 0 325px;
	/* To make Video Gallery line up with the infobox quote */
	width: 633px;
}

/* The two boxes on the right */
div#content {
	float: left;
	width: 400px;
	overflow: auto;
	height: 580px;
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #f8f5dd; 
	scrollbar-darkshadow-color: #f8f5dd; 
	scrollbar-face-color: #f8f5dd; 
	scrollbar-highlight-color: #f8f5dd; 
	scrollbar-shadow-color: #f8f5dd;
}

div#contentWide {
	float: left;
	width: 600px;
	overflow: auto;
	height: 1000px;
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
}
div#news {
	width: 190px;
	margin: 10px 0px 0px 0px;
	padding: 32px 3px 3px 40px;
	float: left;
	text-align: center;
	background-image: url(/img/contentbg.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
}

div#videogallery {
	clear: both;
	background: #D1DA07;
	margin: 0px 24px 0px 300px;
	padding: 0px 0px 0px 0px;
}
